diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-12-30 18:51:00 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-30 18:51:00 +0000 |
| commit | c217e9951a36469d3f5c766abd506fa80a1d3c35 (patch) | |
| tree | e6ad54f766ab2596826eadbe60f60fd6bb87fd8c | |
| parent | docs(cargo): bump version 0.2.2 -> 0.2.3 (diff) | |
| download | api-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |