diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-17 16:55:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 16:55:35 +0000 |
commit | 7086dd8f487c2a456456fd34a2815f25c8bcc480 (patch) | |
tree | 4cad6c4b51c34e7b65f8739d79b6b57c3f85223e | |
parent | 7c8ac54404cb5970d05f4c74cc522fb2ddac113d (diff) | |
download | servo-7086dd8f487c2a456456fd34a2815f25c8bcc480.tar.gz servo-7086dd8f487c2a456456fd34a2815f25c8bcc480.zip |
build(deps): bump rustls from 0.21.8 to 0.21.9 (#30747)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.21.9.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9)
---
updated-dependencies:
- dependency-name: rustls
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 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b8184dd2af9..888f7da9dc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4676,9 +4676,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.8" +version = "0.21.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" +checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" dependencies = [ "log", "ring", diff --git a/Cargo.toml b/Cargo.toml index f31c217cfb0..5bed03ab9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ rand_core = "0.6" rand_isaac = "0.3" rayon = "1" regex = "1.10" -rustls = { version = "0.21.7", features = ["dangerous_configuration"] } +rustls = { version = "0.21.9", features = ["dangerous_configuration"] } rustls-pemfile = "1.0.4" script_layout_interface = { path = "components/shared/script_layout" } script_traits = { path = "components/shared/script" } |