Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent b4398ab commit 9a27ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libraries/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
apollo-router = { version = "^1.13.0" }
thiserror = "1.0.50"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "blocking", "json"] }
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sha2 = { version = "0.10.8", features = ["std"] }
anyhow = "1"
tracing = "0.1"
Expand Down

0 comments on commit 9a27ae1

Please sign in to comment.