Skip to content

Commit

Permalink
bump reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-gt committed May 6, 2024
1 parent a824255 commit 3728179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ native-tls-vendored = [ "reqwest/native-tls-vendored", "rustify/default" ]
async-trait = "0.1.68"
bytes = "1.4.0"
derive_builder = "0.12.0"
http = "0.2.9"
reqwest = { version = "0.11.15", default-features = false }
rustify = { version = "0.5.3", default-features = false }
http = "1"
reqwest = { version = "0.12.2", default-features = false }
rustify = { version = "0.6.0", default-features = false }
rustify_derive = "0.5.2"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
Expand Down

0 comments on commit 3728179

Please sign in to comment.