Skip to content

Commit

Permalink
Bump bytesize from 1.3.0 to 1.3.2 in the cargo group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the / directory: [bytesize](https://github.com/bytesize-rs/bytesize).


Updates `bytesize` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](bytesize-rs/bytesize@v1.3.0...v1.3.2)

---
updated-dependencies:
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent a841514 commit e525cfc
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 flac-tracksplit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "passively-maintained" }

[dependencies]
anyhow = "1.0.89"
bytesize = { version = "1.3.0", features = ["serde"] }
bytesize = { version = "1.3.2", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive"] }
int-conv = "0.1.4"
metaflac = "0.2.7"
Expand Down

0 comments on commit e525cfc

Please sign in to comment.