diff --git a/Cargo.lock b/Cargo.lock index 27849ad..67f38a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "masonry" version = "0.2.0" -source = "git+https://github.com/linebender/xilem.git#a1c7d74257d4222a3516db28fcc6a8d263233a51" +source = "git+https://github.com/linebender/xilem.git#c3a6bd55163d1c37251bd8af47f0067be81319e5" dependencies = [ "accesskit 0.16.0", "accesskit_winit 0.22.0", @@ -3536,7 +3536,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 2.0.76", @@ -6023,7 +6023,7 @@ dependencies = [ "js-sys", "log", "naga 0.19.2", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "raw-window-handle 0.6.2", "smallvec", @@ -6049,7 +6049,7 @@ dependencies = [ "js-sys", "log", "naga 0.20.0", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "raw-window-handle 0.6.2", "smallvec", @@ -6077,7 +6077,7 @@ dependencies = [ "log", "naga 0.19.2", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "raw-window-handle 0.6.2", "rustc-hash 1.1.0", @@ -6104,7 +6104,7 @@ dependencies = [ "log", "naga 0.20.0", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "raw-window-handle 0.6.2", "rustc-hash 1.1.0", @@ -6146,7 +6146,7 @@ dependencies = [ "ndk-sys 0.5.0+25.2.9519653", "objc", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "range-alloc", "raw-window-handle 0.6.2", @@ -6191,7 +6191,7 @@ dependencies = [ "ndk-sys 0.5.0+25.2.9519653", "objc", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.11.2", "profiling", "range-alloc", "raw-window-handle 0.6.2", @@ -6255,7 +6255,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]] @@ -6848,7 +6848,7 @@ checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" [[package]] name = "xilem" version = "0.1.0" -source = "git+https://github.com/linebender/xilem.git#a1c7d74257d4222a3516db28fcc6a8d263233a51" +source = "git+https://github.com/linebender/xilem.git#c3a6bd55163d1c37251bd8af47f0067be81319e5" dependencies = [ "accesskit 0.16.0", "masonry", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "xilem_core" version = "0.1.0" -source = "git+https://github.com/linebender/xilem.git#a1c7d74257d4222a3516db28fcc6a8d263233a51" +source = "git+https://github.com/linebender/xilem.git#c3a6bd55163d1c37251bd8af47f0067be81319e5" dependencies = [ "tracing", ]