Skip to content

Commit 9400f11

Browse files
authored
Bump bytesize to 2.1.0 (nushell#16689)
<!-- Thank you for improving Nushell! Please, read our contributing guide: https://github.com/nushell/nushell/blob/main/CONTRIBUTING.md --> Closes nushell#15497. Bumps `bytesize` to [2.1.0](https://github.com/bytesize-rs/bytesize/releases/tag/bytesize-v2.1.0). They merged my PR for adding exabyte and exbibyte support (see bytesize-rs/bytesize#101). However, since bytesize uses `u64` for filesize representation, the maximum exabyte supported is just about `< 10EB`. ## Release notes summary - What our users need to know <!-- This section will be included as part of our release notes. See the contributing guide for more details. Please include only details relevant for users here. Motivation and technical details can be added above or below this section. You may leave this section blank until your PR is finalized. Ask a core team member if you need help filling this section. --> Added support for exabyte and exbibyte filesize format. ## Tasks after submitting <!-- Remove any tasks which aren't relevant for your PR, or add your own --> - N/A
1 parent bf23573 commit 9400f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ bracoxide = "0.1.6"
7171
brotli = "7.0"
7272
byteorder = "1.5"
7373
bytes = "1"
74-
bytesize = "1.3.3"
74+
bytesize = "2.1.0"
7575
byteyarn = "0.5"
7676
calamine = "0.28"
7777
chardetng = "0.1.17"

0 commit comments

Comments
 (0)