From 21389616ff4073b498351516c0196566e9c39ee5 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:55:09 +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 d2dcf83a1..8d1eab993 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -17,7 +17,7 @@ otel-tracing = ["tracing-config", "qcs-api-client-grpc/otel-tracing", "qcs-api-c libquil = ["dep:libquil-sys"] [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"