chore: bump serde_json to 1.0.83 (#30492)

This commit is contained in:
Yihau Chen 2023-02-25 02:42:19 +08:00 committed by GitHub
parent 3ed63de656
commit d5d1f5eb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ assert_matches = { workspace = true }
bincode = "1.3.1"
borsh = { workspace = true }
borsh-derive = { workspace = true }
serde_json = "1.0.56"
serde_json = { workspace = true }
static_assertions = { workspace = true }
[build-dependencies]