Update dependencies

This commit is contained in:
mtkennerly 2024-06-30 19:16:51 -04:00
parent 1186370d5a
commit e326e2b6af
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 458 additions and 266 deletions

700
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,17 +9,17 @@ readme = "README.md"
license = "MIT"
[dependencies]
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
itertools = "0.12.0"
jsonschema = "0.17.1"
mediawiki = "0.2.11"
once_cell = "1.18.0"
regex = "1.10.2"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.8.25"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.8", features = ["derive", "wrap_help"] }
itertools = "0.13.0"
jsonschema = "0.18.0"
mediawiki = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_yaml = "0.8.26"
signal-hook = "0.3.17"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
wikitext-parser = "0.3.3"