Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent a815d93 commit 765308e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 39 deletions.
101 changes: 63 additions & 38 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 @@ edition = "2021"
chrono = "0.4.31"
futures = "0.3.28"
regex = "1.9.6"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.189"
serde_json = "1.0.107"
clap = { version = "4.0.32", features = ["derive"] }
Expand Down

0 comments on commit 765308e

Please sign in to comment.