mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
serde_json: bumped to 1.0.108 (#2168)
This PR updates the version of `serde_json` to `1.0.108` throughout the codebase.
This commit is contained in:
committed by
GitHub
parent
7b06e634fe
commit
305aefc43d
@@ -34,7 +34,7 @@ partial_sort = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] }
|
||||
|
||||
Reference in New Issue
Block a user