Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent dca4adc commit 0fa5de3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
36 changes: 34 additions & 2 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ chrono = { version = "0.4.31" }
futures = "0.3.28"
uuid = { version = "1.4.1", features = ["v4"] }
deriving_via = "1.5.0"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls"] }
num-traits = "0.2.16"
regex = "1.9.5"

0 comments on commit 0fa5de3

Please sign in to comment.