Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed May 18, 2024
1 parent 6908ad4 commit a7c19f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "track-rename"
version = "1.16.0"
version = "1.16.1"
edition = "2021"
authors = ["Esgrove <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ keywords = ["cli", "music", "audio", "rename"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = { version = "1.0.82", features = ["backtrace"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
difference = "2.0.0"
Expand All @@ -22,11 +22,11 @@ once_cell = "1.19.0"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
titlecase = "3.1.1"
toml = "0.8.12"
trash = "4.1.0"
toml = "0.8.13"
trash = "4.1.1"
unicode-normalization = "0.1.23"
walkdir = "2.5.0"

Expand Down

0 comments on commit a7c19f9

Please sign in to comment.