Update Rust crate serde_json to 1.0.80

This commit is contained in:
2022-05-01 14:51:25 +00:00
parent 1c8c471fc6
commit 8557b19629
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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