From cc9e3a1e89236301985cfd344e178bf292209a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:50:48 +0000 Subject: [PATCH] Bump serde_json from 1.0.127 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- migration/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fc77ade..b81f1134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,7 +707,7 @@ dependencies = [ "bitflags 2.4.2", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.0", "lazy_static", "lazycell", "log", @@ -2776,7 +2776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if 1.0.0", - "windows-targets 0.48.5", + "windows-targets 0.52.4", ] [[package]] @@ -3593,7 +3593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.0", "proc-macro2", "quote", "syn 2.0.58", @@ -4414,9 +4414,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 59a89e4d..e881889f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ prometheus = "0.13.4" querystrong = "0.3.0" rand = "0.8.5" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.128" serde_path_to_error = "0.1.16" sha2 = "0.10.8" subtle = "2.6.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d3e9693f..d62718bd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -38,7 +38,7 @@ time = { version = "0.3.36", features = [ "serde-well-known", "local-offset", ] } -serde_json = "1.0.127" +serde_json = "1.0.128" serde_yaml = "0.9.34" env_logger = "0.11.5" colored = "2.1.0" diff --git a/client/Cargo.toml b/client/Cargo.toml index 19bfb5ab..790b1c74 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.22.1" email_address = "0.2.9" prio = "0.16" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.128" thiserror = "1.0.63" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index d22c192b..17abe423 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -13,7 +13,7 @@ path = "src/lib.rs" async-std = { version = "1", features = ["attributes", "tokio1"] } clap = { version = "4.5.16", features = ["env", "derive"] } sea-orm = "1.0.1" -serde_json = "1.0.127" +serde_json = "1.0.128" thiserror = "1.0.63" time = "0.3.36" tracing = "0.1.40" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index ebda93c0..e2c4ac96 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -12,7 +12,7 @@ trillium-macros = "0.0.6" trillium-testing = { version = "0.7.0", features = ["tokio"] } divviup-api.workspace = true serde = "1.0.209" -serde_json = "1.0.127" +serde_json = "1.0.128" thiserror = "1.0.63" tracing = "0.1.40" tracing-log = "0.2.0"