From f680e29d4edfad182ead31e33e6ee3fbeebe8616 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 03:49:22 +0000 Subject: [PATCH] chore: Update Rust crate enum-as-inner to 0.5.1, ||, ^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 4b133244..6c3bf0d5 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -19,7 +19,7 @@ grpc-web = ["qcs-api-client-grpc/grpc-web"] [dependencies] cached = "0.44.0" -enum-as-inner = "0.5.1" +enum-as-inner = "0.5.1, ||, ^0" futures = "0.3.24" indexmap = "2.2.6" lazy_static = "1.4.0"