From d6da05cada53c475ec69098e0b7c2f5b70cd6900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 22:30:40 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.99 to 1.0.100 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.100) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- lib/vector-api-client/Cargo.toml | 2 +- lib/vector-common/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f4c8eb541bc5..59aa49deb0612 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2926,7 +2926,7 @@ dependencies = [ "once_cell", "proc-macro2 1.0.63", "quote 1.0.29", - "syn 2.0.10", + "syn 2.0.23", ] [[package]] @@ -7428,9 +7428,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index b2bf3eccbe315..e57f86f3ac513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ tower-http = { version = "0.4.1", default-features = false, features = ["decompr serde = { version = "1.0.164", default-features = false, features = ["derive"] } serde-toml-merge = { version = "0.3.0", default-features = false } serde_bytes = { version = "0.11.11", default-features = false, features = ["std"], optional = true } -serde_json = { version = "1.0.99", default-features = false, features = ["raw_value"] } +serde_json = { version = "1.0.100", default-features = false, features = ["raw_value"] } serde_with = { version = "2.3.2", default-features = false, features = ["macros", "std"] } serde_yaml = { version = "0.9.22", default-features = false } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 31e9c4c94123d..4f0917190fb4c 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -10,7 +10,7 @@ license = "MPL-2.0" # Serde serde = { version = "1.0.164", default-features = false, features = ["derive"] } -serde_json = { version = "1.0.99", default-features = false, features = ["raw_value"] } +serde_json = { version = "1.0.100", default-features = false, features = ["raw_value"] } # Error handling anyhow = { version = "1.0.71", default-features = false, features = ["std"] } diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index e1dda9e0fe039..98668d7370d12 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -55,7 +55,7 @@ ordered-float = { version = "3.7.0", default-features = false } paste = "1.0.13" pin-project = { version = "1.1.1", default-features = false } ryu = { version = "1", default-features = false } -serde_json = { version = "1.0.99", default-features = false, features = ["std", "raw_value"] } +serde_json = { version = "1.0.100", default-features = false, features = ["std", "raw_value"] } serde = { version = "1.0.164", optional = true, features = ["derive"] } smallvec = { version = "1", default-features = false } snafu = { version = "0.7", optional = true } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 1395883640469..71e0cd464d3f3 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -41,7 +41,7 @@ quanta = { version = "0.11.1", default-features = false } regex = { version = "1.8.4", default-features = false, features = ["std", "perf"] } ryu = { version = "1", default-features = false } serde = { version = "1.0.164", default-features = false, features = ["derive", "rc"] } -serde_json = { version = "1.0.99", default-features = false } +serde_json = { version = "1.0.100", default-features = false } serde_with = { version = "2.3.2", default-features = false, features = ["std", "macros"] } smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] } snafu = { version = "0.7.4", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 05f0e39c08be6..83097a67af1f8 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -33,7 +33,7 @@ paste = "1.0.13" regex = { version = "1.8.4", default-features = false, features = ["std", "perf"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.99" +serde_json = "1.0.100" serde_yaml = "0.9.22" sha2 = "0.10.7" tempfile = "3.6.0"