diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 18:05:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 18:05:11 +0000 |
commit | 1f0c91d7327500805853873a473e8472de40d062 (patch) | |
tree | 3e82c52bfd57472034f7bca4869f0fd638aaf6df | |
parent | 2c3c5257dbb4f9390b982997eb380c5774bb7566 (diff) | |
download | servo-1f0c91d7327500805853873a473e8472de40d062.tar.gz servo-1f0c91d7327500805853873a473e8472de40d062.zip |
build(deps): bump rustls-webpki from 0.100.2 to 0.100.3 (#30353)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.2 to 0.100.3.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.100.2...v/0.100.3)
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5bdc5ed27ba..29d37bf34d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4818,9 +4818,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.100.2" +version = "0.100.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" +checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3" dependencies = [ "ring", "untrusted", @@ -6846,7 +6846,7 @@ version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" dependencies = [ - "rustls-webpki 0.100.2", + "rustls-webpki 0.100.3", ] [[package]] |