Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.20 (#909)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent d10a520 commit b98e9bf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
37 changes: 22 additions & 15 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 full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ num_cpus = "1.16"
protobuf = "2.28.0"
rand = { version = "0.8", default-features = false }
rayon = "1.7"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip"] }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip"] }
retry = "2.0"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rocket_sync_db_pools = { version = "0.1.0-rc.3", features = ["diesel_sqlite_pool"] }
Expand Down

0 comments on commit b98e9bf

Please sign in to comment.