Bump serde_json from 1.0.93 to 1.0.94 (#2279)

This commit is contained in:
dependabot[bot]
2023-03-25 22:08:54 +01:00
committed by GitHub
parent 2821763d1b
commit 3b9c08fced
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -11505,9 +11505,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.93" version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
dependencies = [ dependencies = [
"itoa 1.0.4", "itoa 1.0.4",
"ryu", "ryu",
+1 -1
View File
@@ -30,6 +30,6 @@ jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
tracing = "0.1.37" tracing = "0.1.37"
async-trait = "0.1.68" async-trait = "0.1.68"
url = "2.3.1" url = "2.3.1"
serde_json = "1.0.93" serde_json = "1.0.94"
serde = "1.0.156" serde = "1.0.156"
lru = "0.9.0" lru = "0.9.0"