From a28bd1b2b5edeedc41e5b8c50892b0784951578d 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, 20 Sep 2023 22:51:19 +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 eec1cb75a..491604185 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"] }