summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-21 14:27:16 +0200
committerGitHub <noreply@github.com>2021-10-21 14:27:16 +0200
commita0cadb32e927b0f5fce2d4a7660751e075024437 (patch)
tree6b6446bfacfcd8773530b3285aa1df234af0f139 /Cargo.toml
parent75fda24a9463f0247f3b9ec1632b5981778eca38 (diff)
build: bump byte-unit from 4.0.12 to 4.0.13 (#3169)
Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.12...v4.0.13) --- 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d4ce492d..607cc07a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ gethostname = "0.2.1"
once_cell = "1.8.0"
chrono = "0.4.19"
sys-info = "0.9.0"
-byte-unit = "4.0.12"
+byte-unit = "4.0.13"
starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" }
yaml-rust = "0.4.5"
pest = "2.1.3"