Skip to content

Commit 80b22af

Browse files
Update Rust crate reqwest to 0.12.25 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86c5939 commit 80b22af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dotenv = "0.15.0"
1717
env_logger = "0.11.8"
1818
log = "0.4.29"
1919
moka = { version = "0.12.11", features = ["future"] }
20-
reqwest = { version = "0.12.24", features = ["json", "rustls-tls"] }
20+
reqwest = { version = "0.12.25", features = ["json", "rustls-tls"] }
2121
tokio = { version = "1.48.0", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.31"

0 commit comments

Comments
 (0)