Update dependencies
This commit is contained in:
parent
aaa3537e90
commit
36d8082c9d
2 changed files with 460 additions and 150 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -4,16 +4,16 @@ version = "0.2.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
chrono = "0.4.22"
|
||||
clap = { version = "4.0.18", features = ["derive"] }
|
||||
codespan-reporting = "0.11.1"
|
||||
colored = "2.0.0"
|
||||
computus = "1.0.0"
|
||||
directories = "4.0.1"
|
||||
edit = "0.1.3"
|
||||
pest = "2.1.3"
|
||||
pest_derive = "2.1.0"
|
||||
promptly = "0.3.0"
|
||||
edit = "0.1.4"
|
||||
pest = "2.4.0"
|
||||
pest_derive = "2.4.0"
|
||||
promptly = "0.3.1"
|
||||
termcolor = "1.1.3"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.37"
|
||||
tzfile = { git = "https://github.com/Garmelon/tzfile.git", branch = "tzdir" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue