Skip to content

Commit af093d2

Browse files
fix(deps): update rust crate reqwest to 0.12.11
1 parent 100931e commit af093d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -12,7 +12,7 @@ lazy_static = "1.5.0"
1212
num_cpus = "1.16.0"
1313
once_cell = "1.20.2"
1414
regex = "1.11.1"
15-
reqwest = {version = "0.12.10", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
15+
reqwest = {version = "0.12.11", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
1616
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
1717
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
1818
serde = {version = "1.0.216", features = ["derive"]}

0 commit comments

Comments
 (0)