Skip to content

Commit ec29914

Browse files
fix(deps): update rust crate reqwest to 0.13.1
1 parent a068c58 commit ec29914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy_static = "1.5.0"
1212
num_cpus = "1.17.0"
1313
once_cell = "1.21.3"
1414
regex = "1.12.3"
15-
reqwest = {version = "0.12.28", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
15+
reqwest = {version = "0.13.1", 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.228", features = ["derive"]}

0 commit comments

Comments
 (0)