aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-14 04:18:45 +0000
committerGitHub <noreply@github.com>2022-02-14 04:18:45 +0000
commitbe988e4b137249b497a2ffaef250bfae444d4871 (patch)
tree0edd9f55b925f668f81488ce2c440f88d08f6eb0
parentMerge pull request #733 from svenstaro/dependabot/cargo/actix-web-4.0.0-rc.3 (diff)
downloadminiserve-be988e4b137249b497a2ffaef250bfae444d4871.tar.gz
miniserve-be988e4b137249b497a2ffaef250bfae444d4871.zip
Bump rustls from 0.20.2 to 0.20.3
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.2 to 0.20.3. - [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.2...v/0.20.3) --- 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 1167398..42e327d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2088,9 +2088,9 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.20.2"
+version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
+checksum = "b323592e3164322f5b193dc4302e4e36cd8d37158a712d664efae1a5c2791700"
dependencies = [
"log",
"ring",