From 39ca41b11e1abd4b1eecd53ce4dd12f7acde2780 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, 20 Jul 2023 16:29:27 +0000 Subject: [PATCH] chore: Update Rust crate enum-as-inner to 0.5.1, ||, ^0.6.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 58e747e99..4f409549e 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -31,7 +31,7 @@ otel-tracing = [ [dependencies] dirs = "5.0.0" -enum-as-inner = "0.5.1" +enum-as-inner = "0.5.1, ||, ^0.6.0" futures = "0.3.24" indexmap = "1.9.1" lazy_static = "1.4.0"