Skip to content

Commit

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

---
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 Feb 27, 2024
1 parent 8d49f9e commit 96b1a71
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.65.0"
clap = { version = "4.4.10", features = ["std", "derive", "help"], default-features = false }
regex = "1.10.2"
anyhow = "1.0.75"
id3 = { version = "1.10.0", default-features = false }
id3 = { version = "1.13.1", default-features = false }
funcfmt = "0.3.0"
once_cell = { default-features = false, features = ["std"], version = "1.18.0" }
cow-utils = "0.1.3"
Expand Down

0 comments on commit 96b1a71

Please sign in to comment.