Skip to content

Commit

Permalink
deps: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Oct 26, 2024
1 parent 12af2f7 commit 8126ea8
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ rust-version = "1.65.0"

[dependencies]
clap = { version = "4.3.24", features = ["std", "derive", "help"], default-features = false }
regex = "1.10.4"
anyhow = "1.0.86"
id3 = { version = "1.13.1", default-features = false }
regex = "1.11.1"
anyhow = "1.0.91"
id3 = { version = "1.14.0", default-features = false }
funcfmt = "0.3.0"
once_cell = { default-features = false, features = ["std"], version = "1.19.0" }
once_cell = { default-features = false, features = ["std"], version = "1.20.2" }
cow-utils = "0.1.3"
rayon = "1.10.0"
jwalk = "0.8.1"

[target.'cfg(target_family = "unix")'.dependencies]
libc = "0.2.155"
libc = "0.2.161"

[target.'cfg(target_family = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["winerror"] }

0 comments on commit 8126ea8

Please sign in to comment.