aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-19 03:07:29 -0700
committerFuwn <[email protected]>2022-03-19 03:07:29 -0700
commit399703cec59707a7840fa104342bad45001d7b61 (patch)
treebdac63f1bcab4e79a846f1656c686dcea7ed0f68
parentfeat(lib): smaller allocator (diff)
parentMerge pull request #7 from senpy-club/renovate/reqwest-0.x (diff)
downloadapi-worker-399703cec59707a7840fa104342bad45001d7b61.tar.xz
api-worker-399703cec59707a7840fa104342bad45001d7b61.zip
Merge branch 'main' of https://github.com/senpy-club/api-worker
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7c40e7..4c71625 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"] }
# Allocator
wee_alloc = "0.4.5"