Merge pull request #439 from crate-ci/dependabot/cargo/serde_json-1.0.79

chore(deps): Bump serde_json from 1.0.78 to 1.0.79
This commit is contained in:
Ed Page 2022-03-01 08:29:44 -06:00 committed by GitHub
commit 6610754f39
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -1273,9 +1273,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.78"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
dependencies = [
"itoa 1.0.1",
"ryu",