From 0eb8d22d88626ec576e01a2254cbbf70366533ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:51:54 +0000 Subject: [PATCH] build(deps): bump webxr from `845ae9c` to `e3249c3` (#33815) Bumps [webxr](https://github.com/servo/webxr) from `845ae9c` to `e3249c3`. - [Commits](https://github.com/servo/webxr/compare/845ae9c22c3eeb7b2ac3fcf9ed791879628256b3...e3249c3df967f16fab9928d053708bfb43487af3) --- updated-dependencies: - dependency-name: webxr dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96c20a62739..baf201fa5fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8307,7 +8307,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#845ae9c22c3eeb7b2ac3fcf9ed791879628256b3" +source = "git+https://github.com/servo/webxr#e3249c3df967f16fab9928d053708bfb43487af3" dependencies = [ "crossbeam-channel", "euclid", @@ -8324,7 +8324,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#845ae9c22c3eeb7b2ac3fcf9ed791879628256b3" +source = "git+https://github.com/servo/webxr#e3249c3df967f16fab9928d053708bfb43487af3" dependencies = [ "euclid", "ipc-channel", @@ -8450,7 +8450,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]]