diff --git a/Cargo.lock b/Cargo.lock index 42adfc9f..6cbce33d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4248,9 +4248,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b1735fc0..4e54cd92 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.128" +serde_json = "1.0.132" 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 7172dcf2..0a8b2b46 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.128" +serde_json = "1.0.132" 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 f8c16ee2..11f8b2f5 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.128" +serde_json = "1.0.132" thiserror = "1.0.64" trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index f2995fe8..5906d303 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.128" +serde_json = "1.0.132" thiserror = "1.0.64" time = "0.3.36" tracing = "0.1.40" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index cc670c13..891a0f2c 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.128" +serde_json = "1.0.132" thiserror = "1.0.64" tracing = "0.1.40" tracing-log = "0.2.0"