Skip to content

Commit 28df400

Browse files
Update Rust crate reqwest to 0.12.26 (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83dc5e9 commit 28df400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/Cargo.lock

Lines changed: 2 additions & 2 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.25", features = ["json", "rustls-tls"] }
20+
reqwest = { version = "0.12.26", 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)