diff --git a/Cargo.lock b/Cargo.lock index 32eb2fed..d03926a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4417,9 +4417,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 600b246a..bca87315 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.214", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" 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 89d11716..44e54f40 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.132" +serde_json = "1.0.133" 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 e81f5d90..3021ea42 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.214", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "2.0.3" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index b25d6cc0..8e7950e2 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.20", features = ["env", "derive"] } sea-orm = "1.0.1" -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "2.0.3" time = "0.3.36" tracing = "0.1.40" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index f9a97ecc..0bfa1eb5 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.214" -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "2.0.3" tracing = "0.1.40" tracing-log = "0.2.0"