aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-23 04:16:29 +0000
committerGitHub <noreply@github.com>2022-03-23 04:16:29 +0000
commit2a7d33db0fdeba7d82f1af568addea476c61cdfb (patch)
tree7c479fc9d2e27cd0bb24e8da4b2e97274b46fcb7
parentBump deps (diff)
downloadminiserve-2a7d33db0fdeba7d82f1af568addea476c61cdfb.tar.gz
miniserve-2a7d33db0fdeba7d82f1af568addea476c61cdfb.zip
Bump yansi from 0.5.0 to 0.5.1
Bumps [yansi](https://github.com/SergioBenitez/yansi) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/SergioBenitez/yansi/releases) - [Commits](https://github.com/SergioBenitez/yansi/commits) --- updated-dependencies: - dependency-name: yansi dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c0b4d2..7b72e68 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2944,9 +2944,9 @@ dependencies = [
[[package]]
name = "yansi"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
+checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zip"