diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-31 08:00:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 08:00:40 +0000 |
commit | 68f427c7f24db1759bdfebd017fc4f24b4c183e8 (patch) | |
tree | 9afafee1a8f1658d40434da7db5bca6c8a88c7ca | |
parent | e558d16763cafc399e676238b392d8a3d5311ccd (diff) | |
download | servo-68f427c7f24db1759bdfebd017fc4f24b4c183e8.tar.gz servo-68f427c7f24db1759bdfebd017fc4f24b4c183e8.zip |
build(deps): bump webpki from 0.22.0 to 0.22.1 (#30258)
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1.
- [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 82bb0e5e97b..1a01a18ad2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6896,9 +6896,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" dependencies = [ "ring", "untrusted", |