summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 07:05:23 -0400
committerGitHub <noreply@github.com>2021-05-10 07:05:23 -0400
commit13a31a163a07934ea1975963e15a8b449426ffa0 (patch)
treeaf43bb040eac491ebee9af793180f628dd8628eb /Cargo.lock
parentf3984eaf16a795482ac573cc6f9ab16ff7d7abe3 (diff)
build: bump byte-unit from 4.0.11 to 4.0.12 (#2707)
Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.11 to 4.0.12. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.11...v4.0.12) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5292b3e22..0d5e5376a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,9 +191,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
-version = "4.0.11"
+version = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26d98e67b09c0321733bef2f3b879832afa6197e9ea58f32e72c316df2ffe743"
+checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8"
dependencies = [
"utf8-width",
]