From 40e0052ef73784de96faab3bd0f6081ae5e641b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:27:35 +0000 Subject: [PATCH] build(deps): bump webxr from `08a6d70` to `474d538` (#33129) Bumps [webxr](https://github.com/servo/webxr) from `08a6d70` to `474d538`. - [Commits](https://github.com/servo/webxr/compare/08a6d70ad408d5699cae92e7d7542b5064746c83...474d53835cec0ad6e054dca3c97c98ae2dcff9f0) --- 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 d759d279485..9c41be00f8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7757,7 +7757,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#08a6d70ad408d5699cae92e7d7542b5064746c83" +source = "git+https://github.com/servo/webxr#474d53835cec0ad6e054dca3c97c98ae2dcff9f0" dependencies = [ "crossbeam-channel", "euclid", @@ -7774,7 +7774,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#08a6d70ad408d5699cae92e7d7542b5064746c83" +source = "git+https://github.com/servo/webxr#474d53835cec0ad6e054dca3c97c98ae2dcff9f0" dependencies = [ "euclid", "ipc-channel", @@ -7900,7 +7900,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]]