summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 02:10:39 -0500
committerGitHub <noreply@github.com>2022-03-07 02:10:39 -0500
commit966f6059b56103ab6df3dda20a3da686be7e2ad0 (patch)
tree0c226b3807ba4953fc706e442fcd995a1a1ec597
parentd2366ddb9cf6d3ec288fc6aafd64edf2cef4d06d (diff)
build: bump byte-unit from 4.0.13 to 4.0.14 (#3694)
Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.13 to 4.0.14. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.13...v4.0.14) --- updated-dependencies: - dependency-name: byte-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 31b21e59f..2eb1d92a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -219,9 +219,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
-version = "4.0.13"
+version = "4.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f"
+checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
dependencies = [
"utf8-width",
]
diff --git a/Cargo.toml b/Cargo.toml
index 5df393af5..e871bfcfa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ battery = ["starship-battery"]
[dependencies]
ansi_term = "0.12.1"
-byte-unit = "4.0.13"
+byte-unit = "4.0.14"
chrono = "0.4.19"
clap = { version = "3.1.5", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.1.1"