diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-14 01:20:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 01:20:07 +0000 |
commit | ce7fc354fbecce368013ca72bc08cf86c59e484c (patch) | |
tree | 71ed6f7d32e6d2c08bd15bef284bddb8d950a220 | |
parent | Merge pull request #1008 from svenstaro/dependabot/cargo/grass-0.12.1 (diff) | |
download | miniserve-ce7fc354fbecce368013ca72bc08cf86c59e484c.tar.gz miniserve-ce7fc354fbecce368013ca72bc08cf86c59e484c.zip |
Bump rustls from 0.20.7 to 0.20.8
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.7 to 0.20.8.
- [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.7...v/0.20.8)
---
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
@@ -2149,9 +2149,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.7" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c" +checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", "ring", |