Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.24 (#1605)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 9a75c7d commit 7f01f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ petgraph = "0.6.4"
rand = "0.8.5"
rayon = "1.8.1"
regex = "1.10.3"
reqwest = { version = "0.11.23", default-features = false, features = ["blocking", "json", "gzip"] }
reqwest = { version = "0.11.24", default-features = false, features = ["blocking", "json", "gzip"] }
rmp-serde = "1.1.2"
self_update = { version = "0.39.0", default-features = false, features = [
"archive-tar",
Expand Down

0 comments on commit 7f01f34

Please sign in to comment.