From 146679c1043ec0170a95bcec65c57fe81dffeab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:37:02 +0000 Subject: [PATCH] chore(deps): bump toml from 0.8.12 to 0.8.14 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.8.14. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...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 | 16 ++++++++-------- crates/utils/Cargo.toml | 2 +- crates/xline/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2656a3b1a..20c008d52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2667,9 +2667,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", ] @@ -3111,9 +3111,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", @@ -3123,18 +3123,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.12" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index eacbc6ae0..4e3c0e86f 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -39,7 +39,7 @@ tokio = { version = "0.2.25", package = "madsim-tokio", features = [ "macros", "rt-multi-thread", ] } -toml = "0.8.8" +toml = "0.8.14" tonic = { version = "0.4.2", package = "madsim-tonic" } tracing = "0.1.37" tracing-appender = "0.2" diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 0bcf79d3d..306ccf2ad 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "0.2.25", package = "madsim-tokio", features = [ ] } tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "ab251ad" } tokio-util = { version = "0.7.11", features = ["io"] } -toml = "0.8.8" +toml = "0.8.14" # tonic = "0.11.0" tonic = { version = "0.4.2", package = "madsim-tonic" } tonic-health = "0.11.0"