diff --git a/Cargo.lock b/Cargo.lock index a75b874a..9be6c685 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2686,9 +2686,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1aada340fba5deba625c84d109d0a83cc3565452d38083417992a702c2428d" +checksum = "aa8455fa3621f6b41c514946de66ea0531f57ca017b2e6c7cc368035ea5b46df" dependencies = [ "async-trait", "bytes", diff --git a/action/Cargo.toml b/action/Cargo.toml index f4c5b3f3..315e174a 100644 --- a/action/Cargo.toml +++ b/action/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.25" } log = { version = "0.4.14", features = ["std"] } reqwest = { version = "0.11.14", features = ['stream'], optional = true } md5 = { version = "0.7.0", optional = true } -redis = { version = "0.22.2", features = ["tokio-comp"], optional = true } +redis = { version = "0.22.3", features = ["tokio-comp"], optional = true } rbatis = { version = "3.1.14", optional = true, default-features = false, features = ["default_mode", "all-database", "upper_case_sql_keyword", "runtime-tokio-rustls"] } mongodb = { version = "2.3.1", default-features = false, features = ["tokio-runtime"], optional = true } urlencoding = { version = "2.1.2", optional = true }