From f8ee337f7d48bc44fdb68f1e2647570f813312f2 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, 16 Nov 2023 04:08:40 +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 d0a188e05..7b9ba4c4b 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -37,7 +37,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"] }