From be8d7e66ba3b75aa4cd5d0d2780508c72e5bafff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:11:08 +0000 Subject: [PATCH] Bump toml from 0.5.11 to 0.8.14 Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.8.14. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++------------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cf51ab..a90ce20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,7 +665,7 @@ dependencies = [ "atomic 0.6.0", "pear", "serde", - "toml 0.8.14", + "toml", "uncased", "version_check", ] @@ -1241,7 +1241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd01039851e82f8799046eabbb354056283fb265c8ec0996af940f4e85a380ff" dependencies = [ "serde", - "toml 0.8.14", + "toml", ] [[package]] @@ -2353,15 +2353,6 @@ dependencies = [ "tokio", ] -[[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.8.14" @@ -2919,7 +2910,7 @@ dependencies = [ "simple_logger", "tempfile", "thiserror", - "toml 0.5.11", + "toml", "urlencoding", "validator", ] diff --git a/Cargo.toml b/Cargo.toml index 549ee4c..4c2fc88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.1" lettre = { version = "0.10", features = ["builder", "smtp-transport"] } log = "0.4" urlencoding = "2.1" -toml = "0.5" +toml = "0.8" rand = "0.8" regex = "1.6" rocket = { version = "0.5.0-rc.3", features = [ "json", "secrets" ] }