Skip to content

Commit

Permalink
bump dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Jun 27, 2024
1 parent 2e2b516 commit a317ec1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.8", features = ["cargo", "derive", "string"] }
colored = "2.0.4"
clap = { version = "4.5.7", features = ["cargo", "derive", "string"] }
colored = "2.1.0"
dirs-next = "2.0.0"
fancy-regex = "0.13.0"
itertools = "0.12.1"
md-5 = { version = "0.10.6", features = ["md5-asm"] }
quick-error = "2.0.1"
serde = { version = "1.0.189", features = ["derive"] }
serde_yaml = "0.9.25"
serde = { version = "1.0.203", features = ["derive"] }
serde_yaml = "0.9.34"
slab_tree = "0.3.2"
walkdir = "2.4.0"
walkdir = "2.5.0"

[profile.release]
lto = true
Expand Down

0 comments on commit a317ec1

Please sign in to comment.