Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent e6dedee commit 5c13a2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 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 @@ -11,7 +11,7 @@ base64 = "0.21.6"
clap = { version = "4.4.11", features = ["derive"] }
md5 = "0.7.0"
rayon = "1.8.1"
reqwest = { version = "0.11.23", features = ["blocking", "json", "rustls-tls"], default-features = false }
reqwest = { version = "0.11.24", features = ["blocking", "json", "rustls-tls"], default-features = false }
serde = { version = "1.0.193", features = ["derive"] }
sha1_smol = { version = "1.0.0", features = ["std", "serde"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 5c13a2c

Please sign in to comment.