aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-08 15:48:30 +0000
committerGitHub <noreply@github.com>2025-06-08 15:48:30 +0000
commit56bb1d3bdf56828466568698e2ef91628d932cda (patch)
treee60c3d19d99cfd5731a62d8148a460de6ddc5c91
parent1b5a10a55fe1215f7d965e00a0f3bddc0d47711a (diff)
downloadservo-dependabot/cargo/hyper-rustls-0.27.7.tar.gz
servo-dependabot/cargo/hyper-rustls-0.27.7.zip
build(deps): bump hyper-rustls from 0.27.5 to 0.27.7dependabot/cargo/hyper-rustls-0.27.7
Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.27.5 to 0.27.7. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.27.5...v/0.27.7) --- updated-dependencies: - dependency-name: hyper-rustls dependency-version: 0.27.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock26
1 files changed, 17 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b114a4840ae..6d54b49b5ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -370,7 +370,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tungstenite",
- "webpki-roots",
+ "webpki-roots 0.26.10",
]
[[package]]
@@ -1070,7 +1070,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
- "windows-sys 0.59.0",
+ "windows-sys 0.48.0",
]
[[package]]
@@ -3391,11 +3391,10 @@ dependencies = [
[[package]]
name = "hyper-rustls"
-version = "0.27.5"
+version = "0.27.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
+checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
dependencies = [
- "futures-util",
"http 1.3.1",
"hyper 1.6.0",
"hyper-util",
@@ -3405,7 +3404,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower-service",
- "webpki-roots",
+ "webpki-roots 1.0.0",
]
[[package]]
@@ -4302,7 +4301,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
dependencies = [
"cfg-if",
- "windows-targets 0.52.6",
+ "windows-targets 0.48.5",
]
[[package]]
@@ -4897,7 +4896,7 @@ dependencies = [
"tungstenite",
"url",
"uuid",
- "webpki-roots",
+ "webpki-roots 0.26.10",
"webrender_api",
]
@@ -8820,6 +8819,15 @@ dependencies = [
]
[[package]]
+name = "webpki-roots"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
+dependencies = [
+ "rustls-pki-types",
+]
+
+[[package]]
name = "webrender"
version = "0.66.0"
source = "git+https://github.com/servo/webrender?branch=0.67#ae2477d9a6da403e5b5dce8a17415a2cd1563074"
@@ -9069,7 +9077,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.48.0",
]
[[package]]