From f7a38ae51821d3381f3e5d9563f2db6ea6bd226c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:05:19 +0000 Subject: [PATCH] Update toml requirement from 0.7 to 0.8 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.0...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fc70ce0..7b9d7528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ surf = "2.3.2" tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", tag = "0.2.4" } tide = { version = "0.16.0", default-features = false } tide-websockets = "0.4.0" -toml = "0.7" +toml = "0.8" tracing = "0.1.34" tracing-distributed = "0.4" tracing-futures = "0.2"