From 477f825fda0f26e301aafca10e19d8e72becf273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:03:42 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.190 to 1.0.192 (#1260) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- starknet-rpc-test/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfe8f6ad60..712b0d891a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10694,9 +10694,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" +checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" dependencies = [ "serde_derive", ] @@ -10723,9 +10723,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" +checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b388c8dc06..9419767e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -221,7 +221,7 @@ futures = { version = "0.3.29", default-features = false } futures-timer = { version = "3.0.2", default-features = false } md5 = { version = "0.7.0", default-features = false } reqwest = { version = "0.11.22", default-features = false } -serde = { version = "1.0.190", default-features = false } +serde = { version = "1.0.192", default-features = false } serde_json = { version = "1.0.108", default-features = false } serde_with = { version = "2.3.3", default-features = false } bitvec = { version = "1", default-features = false } diff --git a/starknet-rpc-test/Cargo.toml b/starknet-rpc-test/Cargo.toml index 55679f91c2..62c614256f 100644 --- a/starknet-rpc-test/Cargo.toml +++ b/starknet-rpc-test/Cargo.toml @@ -12,7 +12,7 @@ async-lock = "3.1.0" flate2 = { workspace = true } reqwest = "0.11.18" rstest = "0.18.1" -serde = { version = "1.0.190", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" starknet-accounts = { workspace = true } starknet-contract = { workspace = true }