1
0
mirror of https://github.com/o2sh/onefetch synced 2024-07-04 16:49:11 +00:00

Bump byte-unit from 4.0.14 to 4.0.18 (#898)

Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.14 to 4.0.18.
- [Release notes](https://github.com/magiclen/byte-unit/releases)
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.14...v4.0.18)

---
updated-dependencies:
- dependency-name: byte-unit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-23 17:55:26 -05:00 committed by GitHub
parent 3c876f64f1
commit c1b2660251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -205,10 +205,11 @@ checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
[[package]]
name = "byte-unit"
version = "4.0.14"
version = "4.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
checksum = "3348673602e04848647fffaa8e9a861e7b5d5cae6570727b41bde0f722514484"
dependencies = [
"serde",
"utf8-width",
]

View File

@ -19,7 +19,7 @@ members = ["image", "manifest"]
[dependencies]
anyhow = "1.0.66"
askalono = "0.4.6"
byte-unit = "4.0.14"
byte-unit = "4.0.18"
bytecount = "0.6.3"
clap = { version = "4.0.26", features = ["derive"] }
clap_complete = "4.0.3"