From 0ff6e1865ba774d20c09961513674b1f8a83acc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:55:21 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.7.7 to 0.7.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- lib/vector-config/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 4 ++-- vdev/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 783b39b5a016b..703d5ed9c708f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1873,7 +1873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" dependencies = [ "serde", - "toml 0.7.7", + "toml 0.7.8", ] [[package]] @@ -7676,7 +7676,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a78072b550e5c20bc4a9d1384be28809cbdb7b25b2b4707ddc6d908b7e6de3bf" dependencies = [ - "toml 0.7.7", + "toml 0.7.8", ] [[package]] @@ -8813,9 +8813,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", @@ -9549,7 +9549,7 @@ dependencies = [ "serde_yaml 0.9.25", "sha2", "tempfile", - "toml 0.7.7", + "toml 0.7.8", ] [[package]] @@ -9725,7 +9725,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite 0.20.0", "tokio-util", - "toml 0.7.7", + "toml 0.7.8", "tonic 0.10.0", "tonic-build 0.10.0", "tower", @@ -9872,7 +9872,7 @@ dependencies = [ "serde_json", "serde_with 3.3.0", "snafu", - "toml 0.7.7", + "toml 0.7.8", "tracing 0.1.37", "url", "vector-config-common", @@ -9974,7 +9974,7 @@ dependencies = [ "tokio-stream", "tokio-test", "tokio-util", - "toml 0.7.7", + "toml 0.7.8", "tonic 0.10.0", "tower", "tracing 0.1.37", diff --git a/Cargo.toml b/Cargo.toml index df572b899e831..9a1c5631ffb1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -321,7 +321,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.0", default-features = false, features = ["connect"], optional = true} -toml = { version = "0.7.7", default-features = false, features = ["parse", "display"] } +toml = { version = "0.7.8", 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 05b48828e9e30..fa2ccb0fa9984 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.7.7", default-features = false } +toml = { version = "0.7.8", 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 0ab2dfd5e5d97..0f51fc8300ffc 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.7.7", default-features = false } +toml = { version = "0.7.8", 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.7.7", default-features = false, features = ["parse"] } +toml = { version = "0.7.8", 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 45d919b5c5452..dd6bbf3d63c6e 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -37,4 +37,4 @@ serde_json = "1.0.106" serde_yaml = "0.9.25" sha2 = "0.10.7" tempfile = "3.6.0" -toml = { version = "0.7.7", default-features = false, features = ["parse"] } +toml = { version = "0.7.8", default-features = false, features = ["parse"] }