Update dependencies
This commit is contained in:
parent
4529f383fe
commit
cb470d201e
2 changed files with 157 additions and 112 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -5,15 +5,15 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4.23"
|
||||
clap = { version = "4.0.18", features = ["derive"] }
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
codespan-reporting = "0.11.1"
|
||||
colored = "2.0.0"
|
||||
computus = "1.0.0"
|
||||
directories = "4.0.1"
|
||||
edit = "0.1.4"
|
||||
pest = "2.4.0"
|
||||
pest_derive = "2.4.0"
|
||||
pest = "2.5.5"
|
||||
pest_derive = "2.5.5"
|
||||
promptly = "0.3.1"
|
||||
termcolor = "1.1.3"
|
||||
thiserror = "1.0.37"
|
||||
termcolor = "1.2.0"
|
||||
thiserror = "1.0.38"
|
||||
tzfile = { git = "https://github.com/Garmelon/tzfile.git", branch = "tzdir" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue