From 921c73cf98887dfacac97e67a88260e455737402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:41:16 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.8.1 to 0.8.2 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.1 to 0.8.2. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.1...toml-v0.8.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- lib/vector-config/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 4 ++-- vdev/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f5bfb12895ae0..527d85828b7cb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1866,7 +1866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3f9629bc6c4388ea699781dc988c2b99766d7679b151c81990b4fa1208fafd3" dependencies = [ "serde", - "toml 0.8.1", + "toml 0.8.2", ] [[package]] @@ -2296,7 +2296,7 @@ dependencies = [ "futures-core", "prost 0.12.1", "prost-types 0.12.1", - "tonic 0.10.1", + "tonic 0.10.2", "tracing-core 0.1.30", ] @@ -2318,7 +2318,7 @@ dependencies = [ "thread_local", "tokio", "tokio-stream", - "tonic 0.10.1", + "tonic 0.10.2", "tracing 0.1.37", "tracing-core 0.1.30", "tracing-subscriber", @@ -7777,7 +7777,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "250c08954c1c279a877fd44909e7c50d366082d301d23821353f8b9327baf648" dependencies = [ - "toml 0.8.1", + "toml 0.8.2", ] [[package]] @@ -8878,9 +8878,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", @@ -8899,9 +8899,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap 2.0.1", "serde", @@ -9605,7 +9605,7 @@ dependencies = [ "serde_yaml 0.9.25", "sha2", "tempfile", - "toml 0.8.1", + "toml 0.8.2", ] [[package]] @@ -9781,7 +9781,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite", "tokio-util", - "toml 0.8.1", + "toml 0.8.2", "tonic 0.10.2", "tonic-build 0.10.2", "tower", @@ -9928,7 +9928,7 @@ dependencies = [ "serde_json", "serde_with 3.3.0", "snafu", - "toml 0.8.1", + "toml 0.8.2", "tracing 0.1.37", "url", "vector-config-common", @@ -10030,7 +10030,7 @@ dependencies = [ "tokio-stream", "tokio-test", "tokio-util", - "toml 0.8.1", + "toml 0.8.2", "tonic 0.10.2", "tower", "tracing 0.1.37", diff --git a/Cargo.toml b/Cargo.toml index feae5782770f8b..a9b87f999b9ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -322,7 +322,7 @@ syslog = { version = "6.1.0", default-features = false, optional = true } tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true } tokio-postgres = { version = "0.7.10", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true } tokio-tungstenite = {version = "0.20.1", default-features = false, features = ["connect"], optional = true} -toml = { version = "0.8.1", default-features = false, features = ["parse", "display"] } +toml = { version = "0.8.2", default-features = false, features = ["parse", "display"] } tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] } trust-dns-proto = { version = "0.23.0", default-features = false, features = ["dnssec"], optional = true } typetag = { version = "0.2.13", default-features = false } diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 99b1bdbdc50cac..78bc5f42b4af6b 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["std"] } serde_with = { version = "3.3.0", default-features = false, features = ["std"] } snafu = { version = "0.7.5", default-features = false } -toml = { version = "0.8.1", default-features = false } +toml = { version = "0.8.2", default-features = false } tracing = { version = "0.1.34", default-features = false } url = { version = "2.4.1", default-features = false, features = ["serde"] } http = { version = "0.2.9", default-features = false } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 9bd5d5a64bb090..eac21c3d76dddf 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -51,7 +51,7 @@ tokio = { version = "1.32.0", default-features = false, features = ["net"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true } tokio-util = { version = "0.7.0", default-features = false, features = ["time"] } -toml = { version = "0.8.1", default-features = false } +toml = { version = "0.8.2", default-features = false } tonic = { version = "0.10", default-features = false, features = ["transport"] } tower = { version = "0.4", default-features = false, features = ["util"] } tracing = { version = "0.1.34", default-features = false } @@ -87,7 +87,7 @@ quickcheck_macros = "1" proptest = "1.2" similar-asserts = "1.5.0" tokio-test = "0.4.3" -toml = { version = "0.8.1", default-features = false, features = ["parse"] } +toml = { version = "0.8.2", default-features = false, features = ["parse"] } ndarray = "0.15.6" ndarray-stats = "0.5.1" noisy_float = "0.2.0" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 2d41a85e017834..0c66449906f6ba 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -37,4 +37,4 @@ serde_json = "1.0.107" serde_yaml = "0.9.25" sha2 = "0.10.8" tempfile = "3.8.0" -toml = { version = "0.8.1", default-features = false, features = ["parse"] } +toml = { version = "0.8.2", default-features = false, features = ["parse"] }