diff --git a/Cargo.lock b/Cargo.lock index 7a18669..2bc08f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4916,9 +4916,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8379c4b..4d9cd5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ r402-evm = { version = "0.13.0", features = ["facilitator"] } r402-svm = { version = "0.13.0", features = ["facilitator"] } rustls = { version = "0.23.38", features = ["ring"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" solana-keypair = "3.1.2" thiserror = "2.0.18" tokio = { version = "1.51.1", features = ["rt-multi-thread", "macros", "signal"] }