diff --git a/Cargo.lock b/Cargo.lock index 2b9c9a60..54b33e6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3325,9 +3325,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.129" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 2a0e547f..eeda6908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ regex = { version = "1.11.0", default-features = false } reqwest = { version = "0.12.8", default-features = false, features = ["http2", "rustls-tls", "json"] } schemars = { version = "0.8.21", default-features = false, features = ["derive", "preserve_order", "uuid1", "url"] } serde = { version = "1.0.210", default-features = false, features = ["derive", "std"] } -serde_json = { version = "1.0.128", default-features = false, features = ["std"] } +serde_json = { version = "1.0.129", default-features = false, features = ["std"] } sha2 = { version = "0.10.8", default-features = false } syn = { version = "2.0.79", default-features = false, features = ["parsing", "proc-macro", "derive", "printing"] } proc-macro2 = { version = "1.0.88", default-features = false, features = ["proc-macro"] }