From 545df2309fff98191cf8c12d4614b9b773f4be0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:44:31 +0000 Subject: [PATCH] Bump serde_json from 1.0.119 to 1.0.120 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120) --- 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 2524b924..f16d5fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4285,9 +4285,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.119" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index c4c6f2e2..4dcc02c5 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.203", features = ["derive"] } -serde_json = "1.0.119" +serde_json = "1.0.120" 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 56851253..7a51c495 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.119" +serde_json = "1.0.120" serde_yaml = "0.9.34" env_logger = "0.11.3" colored = "2.1.0" diff --git a/client/Cargo.toml b/client/Cargo.toml index f1fa2178..0ea6d052 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.22.1" email_address = "0.2.4" prio = "0.16" serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.119" +serde_json = "1.0.120" thiserror = "1.0.61" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 9ad75a13..5e931de9 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.8", features = ["env", "derive"] } sea-orm = "0.12.15" -serde_json = "1.0.119" +serde_json = "1.0.120" thiserror = "1.0.61" time = "0.3.36" tracing = "0.1.40" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 6c4f9f43..0f516f1c 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.203" -serde_json = "1.0.119" +serde_json = "1.0.120" thiserror = "1.0.61" tracing = "0.1.40" tracing-log = "0.2.0"