From 715a85920c4b064b7ac20cfbb8d94e0cb305d183 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:31:04 +0800 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdd585f..518a553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" crate-type = ["staticlib", "cdylib", "lib"] [dependencies] -async-recursion = "1.0" +async-recursion = "1.1" async-trait = "0.1" base64 = { version = "0.22" } chrono = "0.4" @@ -24,7 +24,7 @@ dotenvy = "0.15" env_logger = "0.11" hashlink = "0.9" httparse = "1.8" -ipstack = { version = "0.0", features = ["log"] } +ipstack = { version = "0.0" } log = { version = "0.4", features = ["std"] } socks5-impl = { version = "0.5" } thiserror = "1.0"