diff --git a/Cargo.lock b/Cargo.lock index bb96217..5435de2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ dependencies = [ "cudarc", "eframe", "egui", - "pollster", + "pollster 1.0.1", "serde", "serde_json", "thiserror 2.0.18", @@ -1284,7 +1284,7 @@ dependencies = [ "objc2-foundation 0.3.2", "parking_lot", "percent-encoding", - "pollster", + "pollster 0.4.0", "profiling", "raw-window-handle", "static_assertions", @@ -3486,6 +3486,12 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" +[[package]] +name = "pollster" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc6355899e1c9462875b6757c79f3caa011a1fdae12bbb1a2e72dd1f234f8336" + [[package]] name = "polycool" version = "0.4.0" diff --git a/cutiles/cutile/Cargo.toml b/cutiles/cutile/Cargo.toml index 5cba261..3223265 100644 --- a/cutiles/cutile/Cargo.toml +++ b/cutiles/cutile/Cargo.toml @@ -12,8 +12,8 @@ repository = "https://github.com/toolate28/triweavon" [dependencies] cudarc = { version = "0.19", features = ["cuda-12040"], optional = true } wgpu = { version = "30.0", optional = true } -pollster = { version = "0.4", optional = true } -thiserror = "2.0" +pollster = { version = "1.0", optional = true } +thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" blake3 = "1.5"