From 3c3e25194623f966fc32dc637e5adc22dbb84168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 06:39:33 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.106 to 1.0.107 (#18562) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 1.0.107. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 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, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 393cb69befa66..92e8214640236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7733,9 +7733,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index ee0ecd9dee5ad..ed6d914693965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,7 +203,7 @@ tower-http = { version = "0.4.4", default-features = false, features = ["decompr serde = { version = "1.0.188", default-features = false, features = ["derive"] } serde-toml-merge = { version = "0.3.0", default-features = false } serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true } -serde_json = { version = "1.0.106", default-features = false, features = ["raw_value"] } +serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] } serde_with = { version = "3.3.0", default-features = false, features = ["macros", "std"] } serde_yaml = { version = "0.9.25", default-features = false } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index c69835cb00236..f40e188828e06 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.188", default-features = false, features = ["derive"] } -serde_json = { version = "1.0.106", default-features = false, features = ["raw_value"] } +serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] } # Error handling anyhow = { version = "1.0.75", default-features = false, features = ["std"] } diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index 77c834edbe1a4..617b138bb7e20 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -55,7 +55,7 @@ ordered-float = { version = "3.9.1", default-features = false } paste = "1.0.14" pin-project.workspace = true ryu = { version = "1", default-features = false } -serde_json = { version = "1.0.106", default-features = false, features = ["std", "raw_value"] } +serde_json = { version = "1.0.107", default-features = false, features = ["std", "raw_value"] } serde = { version = "1.0.188", 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 cd322b114d489..07c6887cbae31 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -42,7 +42,7 @@ quanta = { version = "0.11.1", default-features = false } regex = { version = "1.9.5", default-features = false, features = ["std", "perf"] } ryu = { version = "1", default-features = false } serde = { version = "1.0.188", default-features = false, features = ["derive", "rc"] } -serde_json = { version = "1.0.106", default-features = false } +serde_json = { version = "1.0.107", default-features = false } serde_with = { version = "3.3.0", default-features = false, features = ["std", "macros"] } smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] } snafu = { version = "0.7.5", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 236f84adf9fa2..0f9f01b6bcafe 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -33,7 +33,7 @@ paste = "1.0.14" regex = { version = "1.9.5", default-features = false, features = ["std", "perf"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.106" +serde_json = "1.0.107" serde_yaml = "0.9.25" sha2 = "0.10.7" tempfile = "3.6.0"