Skip to content

Commit b2ef56b

Browse files
Update Rust crate reqwest to 0.13.3 (#504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4185a30 commit b2ef56b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10"
1818
log = "0.4.29"
1919
moka = { version = "0.12.15", features = ["future"] }
20-
reqwest = { version = "0.13.2", features = ["json"] }
20+
reqwest = { version = "0.13.3", features = ["json"] }
2121
tokio = { version = "1.52.1", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.32"

0 commit comments

Comments
 (0)