Skip to content

Commit

Permalink
Update reqwest dependencies (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetz authored Nov 15, 2024
1 parent f75650e commit 9f04c20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ passterm = { version = "2.0.1", optional = true }
pem = { version = "3.0.4" }
quinn = { version = "0.11.5" }
regex = "1.10.4"
reqwest = { version = "0.12.7", default-features = false, features = ["json", "rustls-tls"] }
reqwest-middleware = { version = "0.3.3", features = ["json"] }
reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls"] }
reqwest-middleware = { version = "0.4.0", features = ["json"] }
reqwest-retry = "0.7.0"
rustls = { version = "0.23.10", features = ["ring"] }
serde = { version = "1.0.210", features = ["derive", "rc"] }
Expand Down

0 comments on commit 9f04c20

Please sign in to comment.