diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-19 04:14:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 04:14:38 +0000 |
commit | dcd1ebb99dfb1ec14a8103701236b6684f922631 (patch) | |
tree | a6dcfc0165d09c29c72bb1c8ef8492ba9fae19cf | |
parent | (cargo-release) version 0.19.5 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |