From 70cea0a1b83fb7985d291493b03b09a625017999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:40:46 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.52.0 --- server/Cargo.lock | 8 ++++---- server/main-api/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/Cargo.lock b/server/Cargo.lock index d94889614..0f7ba64bc 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -634,9 +634,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.51.4" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0feb64151eed3da6107fddd2d717a6ca4b9dbd74e43784c55c841d1abfe5a295" +checksum = "a8466736fe5dbcaf8b8ee24f9bbefe43c884dc3e9ff7178da70f55bffca1133c" dependencies = [ "ahash", "async-trait", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771aa57f3b17da6c8bcacb187bb9ec9bc81c8160e72342e67c329e0e1651a669" +checksum = "575f32e012222055211b70f5b0601f951f84523410a0e65c81f2744a6042450d" dependencies = [ "darling", "proc-macro2", diff --git a/server/main-api/Cargo.toml b/server/main-api/Cargo.toml index fb16cbc37..8343407b2 100644 --- a/server/main-api/Cargo.toml +++ b/server/main-api/Cargo.toml @@ -34,7 +34,7 @@ actix-web = { version = "4.5.1", default-features = false, features = ["macros", actix-cors = "0.7.0" rustls = { version = "0.23.5", default-features = false, features = ["ring"] } # the aws' fips complient libary has weird bingen issues which require deeper looking into -cached = { version = "0.51.1", features = ["default", "async", "tokio", "disk_store"] } +cached = { version = "0.52.0", features = ["default", "async", "tokio", "disk_store"] } futures = "0.3.30" # temporarily forked until https://github.com/Aetf/unicode-truncate/issues/16 is resolved unicode-truncate = { git = "https://github.com/CommanderStorm/unicode-truncate.git", rev = "5cc7798"}