From 6cc5f4b55ab1e423f24a8a66f0031ea248783673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:34:13 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.8.10 to 0.8.14 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.14. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 982f1314b..d8f58fa3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.14", "tonic", "tonic-build", "ttrpc", @@ -3017,7 +3017,7 @@ dependencies = [ "strum", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.14", "tonic", "tonic-build", "url", @@ -5348,9 +5348,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" dependencies = [ "serde", ] @@ -6208,9 +6208,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", @@ -6220,18 +6220,18 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.3", "serde", diff --git a/Cargo.toml b/Cargo.toml index 000b0ad20..7293c2b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tempfile = "3.2" testcontainers = "0.14" thiserror = "1.0" tokio = "1.0" -toml = "0.8.0" +toml = "0.8.14" tonic = "0.9" tonic-build = "0.9" ttrpc = "0.8.0"