From b39cb8c56013539662fb1f5623133d33e06c5102 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:22:41 +0000 Subject: [PATCH] chore: Update Rust crate toml to 0.7.3, ||, ^0.8.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 492bf1f47..e61d75c28 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -38,7 +38,7 @@ serde = { version = "1.0.145", features = ["derive"] } serde_json.workspace = true thiserror.workspace = true tokio = { workspace = true, features = ["fs", "rt-multi-thread"] } -toml = "0.7.3" +toml = "0.7.3, ||, ^0.8.0" tracing = { version = "0.1", optional = true, features = ["log"] } uuid = { version = "1.2.1", features = ["v4"] } tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }