From 5009b51d397576cbac5b438e47e2a8dae3d0e8fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 04:10:34 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.193 --- toolshed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index c32a7e4..c763e96 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -19,7 +19,7 @@ ethers-core = { version = "2.0.10", default-features = false } firestorm = { version = "0.5.1", optional = true } graphql-parser = { version = "0.4.0", optional = true } sha3 = "0.10.8" -serde = { version = "1.0.192", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } serde_with = "3.4.0" thiserror = "1.0.50" url = { version = "2.4.1", optional = true }