diff --git a/Cargo.lock b/Cargo.lock index 6a6af90..5e35dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1343,9 +1343,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index aa4967e..9289cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ secp256k1 = { version = "0.29.0", features = [ # for optimization keep in sync w "global-context", ] } serde = "1.0.219" -serde_json = { version = "1.0.140", features = ["raw_value"] } +serde_json = { version = "1.0.142", features = ["raw_value"] } thiserror = "2.0.12" tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1.41", default-features = false }