dep updates

This commit is contained in:
nora 2023-03-02 20:05:41 +01:00
parent 693d52ecac
commit bbf5576872
6 changed files with 35 additions and 35 deletions

View file

@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.54"
clap = { version = "3.1.1", features = ["derive"] }
heck = "0.4.0"
itertools = "0.10.3"
anyhow = "1.0.69"
clap = { version = "3.2.23", features = ["derive"] }
heck = "0.4.1"
itertools = "0.10.5"
strong-xml = "0.6.3"