Skip to content

Commit

Permalink
build(deps): bump id3 from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [id3](https://github.com/polyfloyd/rust-id3) from 1.14.0 to 1.15.0.
- [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md)
- [Commits](polyfloyd/rust-id3@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: id3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cdown committed Nov 25, 2024
1 parent 5c513d1 commit b5b887b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.74"
clap = { version = "4.5.21", features = ["std", "derive", "help"], default-features = false }
regex = "1.11.1"
anyhow = "1.0.93"
id3 = { version = "1.14.0", default-features = false }
id3 = { version = "1.15.0", default-features = false }
funcfmt = "0.3.0"
once_cell = { default-features = false, features = ["std"], version = "1.20.2" }
cow-utils = "0.1.3"
Expand Down

0 comments on commit b5b887b

Please sign in to comment.