diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-14 04:18:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 04:18:45 +0000 |
commit | be988e4b137249b497a2ffaef250bfae444d4871 (patch) | |
tree | 0edd9f55b925f668f81488ce2c440f88d08f6eb0 | |
parent | Merge pull request #733 from svenstaro/dependabot/cargo/actix-web-4.0.0-rc.3 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |