Bump serde_json from 1.0.113 to 1.0.114 (#1996)

This commit is contained in:
dependabot[bot] 2024-02-26 23:12:54 +00:00 committed by GitHub
parent 78d8bdc2d5
commit 6678d545fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -30,6 +30,6 @@ url = { workspace = true }
[dev-dependencies]
indoc = { version = "2.0.4" }
insta = { version = "1.35.1" }
serde_json = { version = "1.0.111" }
serde_json = { version = "1.0.114" }
tempfile = { version = "3.9.0" }
test-case = { version = "3.3.1" }