From f6eb9c3effaab925163c13dcc001c9662d69fed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:21:05 +0000 Subject: [PATCH] Update Rust crate toml to 0.7 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14becb8..d6dec06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ dependencies = [ "shlex", "tempfile", "tokio", - "toml 0.7.2", + "toml", "topological-sort", "warp", ] @@ -970,7 +970,7 @@ dependencies = [ "regex", "serde_json", "tokio", - "toml 0.5.11", + "toml", ] [[package]] @@ -1748,15 +1748,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" -dependencies = [ - "serde", -] - [[package]] name = "toml" version = "0.7.2" diff --git a/Cargo.toml b/Cargo.toml index df67862..e76e5c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pulldown-cmark-to-cmark = "10.0" lazy_static = "1.4.0" regex = "1.7" -toml = "0.5" +toml = "0.7" tokio = { version = "1.25", features = ["process"] } futures = "0.3"