From 33bf31f2122322a5df3d090e2fe6e23ad14cc423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:53:41 +0000 Subject: [PATCH] build(deps): bump webxr from `89d7027` to `93ee726` (#32877) Bumps [webxr](https://github.com/servo/webxr) from `89d7027` to `93ee726`. - [Commits](https://github.com/servo/webxr/compare/89d702763d22aa29458dab06265bcd18a23e3ccd...93ee726f84dc3feb9aa47f9a61fdedd784d14938) --- 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 11a803e562f..26d720140f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3919,7 +3919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -7753,7 +7753,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#89d702763d22aa29458dab06265bcd18a23e3ccd" +source = "git+https://github.com/servo/webxr#93ee726f84dc3feb9aa47f9a61fdedd784d14938" dependencies = [ "crossbeam-channel", "euclid", @@ -7770,7 +7770,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#89d702763d22aa29458dab06265bcd18a23e3ccd" +source = "git+https://github.com/servo/webxr#93ee726f84dc3feb9aa47f9a61fdedd784d14938" dependencies = [ "euclid", "ipc-channel",