Skip to content

Commit

Permalink
lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gbagnoli committed Feb 15, 2025
1 parent abfb89d commit 8517e6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "*"
chrono = "*"
chrono-tz = "*"
anyhow = "^1"
chrono = "^0.4"
chrono-tz = "^0.10"
clap = {version= "3", features=["cargo", "derive"]}
confy = "*"
prettytable-rs = "*"
serde = { version = "*", features = ["derive"] }
confy = "^0.6"
prettytable-rs = "^0.10"
serde = { version = "^1", features = ["derive"] }

0 comments on commit 8517e6d

Please sign in to comment.