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] authored Sep 10, 2023
1 parent 7214812 commit 654d3fd
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.30"
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.106"
clap = { version = "4.0.32", features = ["derive"] }
Expand Down

0 comments on commit 654d3fd

Please sign in to comment.