aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-19 04:14:38 +0000
committerGitHub <noreply@github.com>2022-05-19 04:14:38 +0000
commitdcd1ebb99dfb1ec14a8103701236b6684f922631 (patch)
treea6dcfc0165d09c29c72bb1c8ef8492ba9fae19cf
parent(cargo-release) version 0.19.5 (diff)
downloadminiserve-dcd1ebb99dfb1ec14a8103701236b6684f922631.tar.gz
miniserve-dcd1ebb99dfb1ec14a8103701236b6684f922631.zip
Bump rustls from 0.20.5 to 0.20.6
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.5...v/0.20.6) --- updated-dependencies: - dependency-name: rustls 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 c4b5cda..69b0a16 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2275,9 +2275,9 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.20.5"
+version = "0.20.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a024a432ae760ab3bff924ad91ce1cfa52cb57ed16e1ef32d0d249cfee1a6c13"
+checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
dependencies = [
"log",
"ring",