Merge pull request #48 from ViViDboarder/dependabot/cargo/serde_json-1.0.72

Bump serde_json from 1.0.64 to 1.0.72
This commit is contained in:
Ian 2021-12-10 10:15:38 -08:00 committed by GitHub
commit 9e7f4a7820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1202,9 +1202,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.64"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
dependencies = [
"itoa",
"ryu",