aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-12-30 18:51:00 +0000
committerGitHub <[email protected]>2025-12-30 18:51:00 +0000
commitc217e9951a36469d3f5c766abd506fa80a1d3c35 (patch)
treee6ad54f766ab2596826eadbe60f60fd6bb87fd8c
parentdocs(cargo): bump version 0.2.2 -> 0.2.3 (diff)
downloadapi-worker-renovate/reqwest-0.x.tar.xz
api-worker-renovate/reqwest-0.x.zip
fix(deps): update rust crate reqwest to 0.13.0renovate/reqwest-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62c021e..bb3484f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ urlparse = "0.7.3"
worker = "0.0.9"
# Web
-reqwest = { version = "0.11.10", features = ["json"] }
+reqwest = { version = "0.13.0", features = ["json"] }
# Allocator
wee_alloc = "0.4.5"