From 46fb2480d9359ccfd5e8bae1e775d92533599dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:04:03 +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 | 4 ++-- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- migration/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8525f1..88e6d142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4323,9 +4323,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 06fcee1d..6672e094 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.210", 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 9449eab8..b90684aa 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 ddf80637..512195e1 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.210", 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 e02a5abe..875d09ce 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.17", 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 bc4d51f2..7a6b79f1 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.210" -serde_json = "1.0.127" +serde_json = "1.0.128" thiserror = "1.0.63" tracing = "0.1.40" tracing-log = "0.2.0"