Skip to content

Commit

Permalink
bump reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Mar 22, 2024
1 parent 3f825ee commit df8ec40
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 @@ -65,19 +65,19 @@ name = "aws"
[dependencies]
anyhow = "1"
async-trait = "0.1"
base64 = "0.22"
base64 = "0.21"
chrono = "0.4.24"
form_urlencoded = "1"
hex = "0.4"
hmac = "0.12"
http = "0.2"
http = "1.1"
jsonwebtoken = { version = "9.2", optional = true }
log = "0.4"
once_cell = { version = "1", optional = true }
percent-encoding = "2"
quick-xml = { version = "0.31", features = ["serialize"], optional = true }
rand = "0.8.5"
reqwest = { version = "0.11", default-features = false, optional = true }
reqwest = { version = "0.12", default-features = false, optional = true }
rsa = { version = "0.9.2", features = ["pkcs5", "sha2"], optional = true }
rust-ini = { version = "0.20", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
Expand Down

0 comments on commit df8ec40

Please sign in to comment.