aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-02 04:29:23 +0000
committerGitHub <noreply@github.com>2021-08-02 04:29:23 +0000
commitbba58d8403dd76b0b4421dfdd4fe349f807e6037 (patch)
treeceff54b80b39a90abd9c0f330794760d9f4dfe75
parentMerge pull request #557 from svenstaro/dependabot/cargo/futures-0.3.16 (diff)
downloadminiserve-bba58d8403dd76b0b4421dfdd4fe349f807e6037.tar.gz
miniserve-bba58d8403dd76b0b4421dfdd4fe349f807e6037.zip
Bump bytesize from 1.0.1 to 1.1.0
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](https://github.com/hyunsik/bytesize/compare/release-1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 170fd7d..5c54496 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -562,9 +562,9 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "bytesize"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
+checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
[[package]]
name = "bytestring"