Skip to content

Commit

Permalink
Merge pull request #35 from KisaragiEffective/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate reqwest to 0.11.22
  • Loading branch information
KisaragiEffective authored Oct 23, 2023
2 parents 63aa435 + b96d1c3 commit 2035067
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
48 changes: 46 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 @@ -10,7 +10,7 @@ base64 = "0.21.5"
clap = { version = "4.4.4", features = ["derive"] }
md5 = "0.7.0"
rayon = "1.8.0"
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls"], default-features = false }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls"], default-features = false }
serde = { version = "1.0.188", features = ["derive"] }
sha1_smol = { version = "1.0.0", features = ["std", "serde"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 2035067

Please sign in to comment.