Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2023
1 parent a026ccd commit be5609e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 39 deletions.
69 changes: 31 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.28"
futures = "0.3.28"
regex = "1.9.5"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.188"
serde_json = "1.0.105"
clap = { version = "4.0.32", features = ["derive"] }
Expand Down

0 comments on commit be5609e

Please sign in to comment.