From 0cffa73d41e666d4cc3954ecbc68e0b42b741728 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 22 Nov 2022 22:46:47 +0000 Subject: [PATCH] cargo upgrade serde_json --- Cargo.lock | 4 ++-- web3_proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce903ed2..05d71dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4210,9 +4210,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa 1.0.2", "ryu", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 276bb369..15e7f02c 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -57,7 +57,7 @@ rustc-hash = "1.1.0" siwe = "0.5.0" sentry = { version = "0.29.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] } serde = { version = "1.0.147", features = [] } -serde_json = { version = "1.0.88", default-features = false, features = ["alloc", "raw_value"] } +serde_json = { version = "1.0.89", default-features = false, features = ["alloc", "raw_value"] } serde_prometheus = "0.1.6" # TODO: make sure this time version matches siwe. PR to put this in their prelude time = "0.3.17"