diff --git a/Cargo.lock b/Cargo.lock index 8c9cfb2d6dd48..4e25e7be1ab53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6058,8 +6058,9 @@ dependencies = [ [[package]] name = "surfman" -version = "0.6.0" -source = "git+https://github.com/servo/surfman#d7ad0ac39ecd6a3c6ccc2fe98264d8c6bda1c933" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c2dbbbcb977c23ace99cffff2f80d91ce8b3d6d6a9dd33aa2b0c2a628488a26" dependencies = [ "bitflags", "cfg_aliases", @@ -6087,9 +6088,9 @@ dependencies = [ [[package]] name = "surfman-chains" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b51e9d68bff975cc81ed92995691c9522c49a0531900b6548e7c5bbb8681cc79" +checksum = "896f2c9668d2b6b1cc6634bcba84b6e80147c2c9243dfde6dedf782756f9a19c" dependencies = [ "euclid", "fnv", @@ -7071,7 +7072,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#a5824ed9674d60a507c8b8f8511cfdbbd68c92c6" +source = "git+https://github.com/servo/webxr#8be0c295d966ad9334fc9ad828d966ac14b21eac" dependencies = [ "android_injected_glue", "bindgen", @@ -7094,7 +7095,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#a5824ed9674d60a507c8b8f8511cfdbbd68c92c6" +source = "git+https://github.com/servo/webxr#8be0c295d966ad9334fc9ad828d966ac14b21eac" dependencies = [ "euclid", "ipc-channel", diff --git a/Cargo.toml b/Cargo.toml index da385d5fa4ce0..8f614417bfa27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,8 +66,8 @@ smallvec = "1.9" sparkle = "0.1.25" string_cache = "0.8" string_cache_codegen = "0.5" -surfman = "0.6" -surfman-chains = "0.7" +surfman = "0.7" +surfman-chains = "0.8" surfman-chains-api = "0.2" thin-slice = "0.1.0" time = "0.1.41" @@ -103,8 +103,6 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" } # fork that bumps crates since the original repo is archived. immeta = { git = "https://github.com/fabricedesre/immeta.git" } -surfman = { git = "https://github.com/servo/surfman" } - # https://github.com/servo/servo/issues/27515#issuecomment-671474054 [patch."https://github.com/servo/webrender"] webrender = { git = "https://github.com/jdm/webrender", branch = "crash-backtrace" }