From 398cc6d3e928989f1e449a38c7db518dc0e19a1e Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:10:52 +0000 Subject: [PATCH] chore: Update Rust crate cached to 0.44.0, ||, ^0.46.0 --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 27e284cc8..ca1a1ac69 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -16,7 +16,7 @@ tracing-config = ["tracing", "qcs-api-client-common/tracing-config", "qcs-api-cl otel-tracing = ["tracing-config", "qcs-api-client-grpc/otel-tracing", "qcs-api-client-openapi/otel-tracing"] [dependencies] -cached = "0.44.0" +cached = "0.44.0, ||, ^0.46.0" enum-as-inner = "0.5.1" futures = "0.3.24" indexmap = "1.9.1"