Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 8e5a045 commit 2762cf2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
33 changes: 21 additions & 12 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 @@ -12,7 +12,7 @@ diesel_migrations = "2.0.0"
lazy_static = "1.4.0"
num_cpus = "1.15.0"
regex = "1.8.1"
reqwest = {version = "0.11.17", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
reqwest = {version = "0.11.18", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.163", features = ["derive"]}
Expand Down

0 comments on commit 2762cf2

Please sign in to comment.