aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-08 02:27:27 -0800
committerGitHub <[email protected]>2022-03-08 02:27:27 -0800
commit726091e5694c457431647eba1fd43179532922ed (patch)
tree7f6b6fa03e9246e1e6c75eb4820fd39b2e5d95f2
parentfix(readme): formatting (diff)
parentfix(deps): update rust crate cfg-if to v1 (diff)
downloadapi-worker-726091e5694c457431647eba1fd43179532922ed.tar.xz
api-worker-726091e5694c457431647eba1fd43179532922ed.zip
Merge pull request #3 from senpy-club/renovate/cfg-if-1.x
fix(deps): update rust crate cfg-if to v1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38671b9..5ae5b98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ dotenv = "0.15.0"
worker = "0.0.9"
# Utility
-cfg-if = "0.1.10"
+cfg-if = "1.0.0"
# Web
reqwest = { version = "0.11.9", features = ["json"] }