Skip to content

Commit b990681

Browse files
Update Rust crate reqwest to 0.12.16
1 parent 43c178b commit b990681

File tree

2 files changed

+56
-30
lines changed

2 files changed

+56
-30
lines changed

api/Cargo.lock

Lines changed: 55 additions & 29 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
@@ -16,7 +16,7 @@ dotenv = "0.15.0"
1616
env_logger = "0.11.8"
1717
log = "0.4.27"
1818
moka = { version = "0.12.10", features = ["future"] }
19-
reqwest = { version = "0.12.15", features = ["json"] }
19+
reqwest = { version = "0.12.16", features = ["json"] }
2020
tokio = { version = "1.45.1", features = ["sync"] }
2121
async-trait = "0.1.88"
2222
futures = "0.3.31"

0 commit comments

Comments
 (0)