Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 3e42524 commit 159a70b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
31 changes: 13 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ipnetwork = "=0.20.0"
openssl = { version = "=0.10.68", features = ["vendored"] }

[workspace.dependencies]
reqwest = { version = "=0.12.9", features = ["blocking", "gzip", "json"] }
reqwest = { version = "=0.12.10", features = ["blocking", "gzip", "json"] }
jsonwebtoken = "=9.3.0"
anyhow = "=1.0.87"
axum = { version = "=0.7.7", features = ["macros", "matched-path"] }
Expand Down

0 comments on commit 159a70b

Please sign in to comment.