diff --git a/Cargo.lock b/Cargo.lock index fd8cc6914b7..b48108be3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3890,7 +3890,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]] @@ -6592,9 +6592,9 @@ dependencies = [ [[package]] name = "surfman" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0fa3767391402bf43c1dd4a70bb76f0573856748f7c240e9180994cc3bc3bb" +checksum = "a1b072a0248f8b24d843cc2899deb169ed76bda7ab8e554761f6efd888002f41" dependencies = [ "bitflags 1.3.2", "cfg_aliases 0.1.1", @@ -7895,7 +7895,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 41262ea6189..91ad7d6c857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ style = { git = "https://github.com/servo/stylo", branch = "2024-07-16", feature style_config = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2024-07-16" } style_traits = { git = "https://github.com/servo/stylo", branch = "2024-07-16", features = ["servo"] } -surfman = { version = "0.9.5", features = ["chains"] } +surfman = { version = "0.9.6", features = ["chains"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" thin-vec = "0.2.13"