Update dependencies.

This commit is contained in:
jcamiel 2022-05-06 19:34:46 +02:00 committed by jcamiel
parent bc8b4d350c
commit 56df761242
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -139,9 +139,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.16"
version = "3.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"
checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0"
dependencies = [
"atty",
"bitflags",

View File

@ -40,7 +40,7 @@ serde = "1.0.137"
serde_json = "1.0.81"
sha2 = "0.10.2"
url = "2.2.2"
xmltree = { version = "0.10", features = ["attribute-order"] }
xmltree = { version = "0.10.3", features = ["attribute-order"] }
[target.'cfg(unix)'.dependencies]