aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-14 16:33:13 -0700
committerGitHub <[email protected]>2022-03-14 16:33:13 -0700
commit0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6 (patch)
tree4e0956ee2380ace75d7aa165ea8c557c8ae8e0a3
parentMerge branch 'main' of https://github.com/senpy-club/api-worker (diff)
parentfix(deps): update rust crate reqwest to 0.11.10 (diff)
downloadapi-worker-0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6.tar.xz
api-worker-0cf622db9eb7c8f36d825764e9d2ce9a8c7757c6.zip
Merge pull request #7 from senpy-club/renovate/reqwest-0.x
fix(deps): update rust crate reqwest to 0.11.10
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d87b700..8090fc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ const_format = "0.2.22"
lazy_static = "1.4.0"
# Web
-reqwest = { version = "0.11.9", features = ["json"] }
+reqwest = { version = "0.11.10", features = ["json"] }
[build-dependencies]
# Build variables