Skip to content

Commit 204fc10

Browse files
fix(deps): update rust crate reqwest to 0.11.25
1 parent 0eeb5ff commit 204fc10

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy_static = "1.4.0"
1313
num_cpus = "1.16.0"
1414
once_cell = "1.19.0"
1515
regex = "1.10.3"
16-
reqwest = {version = "0.11.24", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
16+
reqwest = {version = "0.11.25", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
1717
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
1818
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
1919
serde = {version = "1.0.197", features = ["derive"]}

0 commit comments

Comments
 (0)