Update serde 1.0.81.

This commit is contained in:
jcamiel 2022-05-04 13:33:42 +02:00 committed by jcamiel
parent 72661da34b
commit e8fc1800f2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -828,9 +828,9 @@ checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
[[package]]
name = "serde_json"
version = "1.0.80"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa",
"ryu",

View File

@ -37,7 +37,7 @@ md5 = "0.7.0"
percent-encoding = "2.1.0"
regex = "1.5.5"
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
sha2 = "0.10.2"
url = "2.2.2"
xmltree = { version = "0.10", features = ["attribute-order"] }