diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-02 17:51:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 17:51:59 +0000 |
commit | ccb3570b26316c729bda09cb9ee4009ba7942965 (patch) | |
tree | ba969133a52e432fb29f8dce602f82a1e9f41f1a | |
parent | cc30e7ecd7c08fb4a824883648693f71349d5e7b (diff) | |
download | servo-ccb3570b26316c729bda09cb9ee4009ba7942965.tar.gz servo-ccb3570b26316c729bda09cb9ee4009ba7942965.zip |
build(deps): bump webpki from 0.22.1 to 0.22.2 (#30465)
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.1 to 0.22.2.
- [Commits](https://github.com/briansmith/webpki/commits)
---
updated-dependencies:
- dependency-name: webpki
dependency-type: direct:production
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index bfbfde0752f..cc49f6a1839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6788,9 +6788,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" +checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f" dependencies = [ "ring", "untrusted", |