Skip to content

Commit 4afcd66

Browse files
Bump bytesize from 1.3.2 to 2.0.0 (#2535)
Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytesize-rs/bytesize/commits) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fd82f0 commit 4afcd66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ backtrace = "0.3"
2121
bitflags = "2.8"
2222
bugreport = "0.5.1"
2323
bwrap = { version = "1.3", features = ["use_std"] }
24-
bytesize = { version = "1.3", default-features = false }
24+
bytesize = { version = "2.0", default-features = false }
2525
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2626
clap = { version = "4.5", features = ["env", "cargo"] }
2727
crossbeam-channel = "0.5"

0 commit comments

Comments
 (0)