Compare commits

...

2 Commits

Author SHA1 Message Date
Arne Keller
2e2cbe01ba
Merge pull request #46 from FliegendeWurst/dependabot/cargo/rustls-webpki-0.101.4
Bump rustls-webpki from 0.101.1 to 0.101.4
2023-08-22 21:12:17 +02:00
dependabot[bot]
0fcb087d25
Bump rustls-webpki from 0.101.1 to 0.101.4
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.1 to 0.101.4.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.1...v/0.101.4)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 18:09:09 +00:00

4
Cargo.lock generated
View File

@ -1795,9 +1795,9 @@ dependencies = [
[[package]]
name = "rustls-webpki"
version = "0.101.1"
version = "0.101.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e"
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
dependencies = [
"ring",
"untrusted",