diff --git a/Cargo.lock b/Cargo.lock index 793488dc08c..21d724a0560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7028,7 +7028,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "surfman" version = "0.9.8" -source = "git+https://github.com/servo/surfman?rev=c8d6b4b65aeab739ee7651602e29c8d58ceee123#c8d6b4b65aeab739ee7651602e29c8d58ceee123" +source = "git+https://github.com/servo/surfman?rev=300789ddbda45c89e9165c31118bf1c4c07f89f6#300789ddbda45c89e9165c31118bf1c4c07f89f6" dependencies = [ "bitflags 2.6.0", "cfg_aliases", @@ -8292,7 +8292,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#84c3022dc6e980119e2a04e1e248e74f825694b7" +source = "git+https://github.com/servo/webxr#db11d8d3c72b88ae5e3eb59679a0b2f7dd0bce7f" dependencies = [ "crossbeam-channel", "euclid", @@ -8309,7 +8309,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#84c3022dc6e980119e2a04e1e248e74f825694b7" +source = "git+https://github.com/servo/webxr#db11d8d3c72b88ae5e3eb59679a0b2f7dd0bce7f" dependencies = [ "euclid", "ipc-channel", diff --git a/Cargo.toml b/Cargo.toml index 8837be7f2b1..65827f14cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ style_config = { git = "https://github.com/servo/stylo", branch = "2024-12-04" } style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2024-12-04" } style_traits = { git = "https://github.com/servo/stylo", branch = "2024-12-04", features = ["servo"] } style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2024-12-04", features = ["servo"] } -surfman = { git = "https://github.com/servo/surfman", rev = "c8d6b4b65aeab739ee7651602e29c8d58ceee123", features = ["chains"] } +surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = ["chains"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" taffy = { version = "0.7", default-features = false, features = ["std", "serde", "grid"] }