diff --git a/Cargo.lock b/Cargo.lock index f7d53056b..e865dc145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -101,7 +101,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1583,7 +1583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3267,7 +3267,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3864,17 +3864,17 @@ checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" [[package]] name = "pvm-gpu-wire" version = "0.1.14" -source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=00a2246e29658d1aa129e55ca0720de6369c6481#00a2246e29658d1aa129e55ca0720de6369c6481" +source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=654c5ed56d5d0a08b435391aa50fc5529985be41#654c5ed56d5d0a08b435391aa50fc5529985be41" [[package]] name = "pvm-motion-wire" version = "0.1.14" -source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=00a2246e29658d1aa129e55ca0720de6369c6481#00a2246e29658d1aa129e55ca0720de6369c6481" +source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=654c5ed56d5d0a08b435391aa50fc5529985be41#654c5ed56d5d0a08b435391aa50fc5529985be41" [[package]] name = "pvm-runtime" version = "0.1.14" -source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=00a2246e29658d1aa129e55ca0720de6369c6481#00a2246e29658d1aa129e55ca0720de6369c6481" +source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=654c5ed56d5d0a08b435391aa50fc5529985be41#654c5ed56d5d0a08b435391aa50fc5529985be41" dependencies = [ "anyhow", "log", @@ -3895,12 +3895,12 @@ dependencies = [ [[package]] name = "pvm-runtime-assets" version = "0.1.14" -source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=00a2246e29658d1aa129e55ca0720de6369c6481#00a2246e29658d1aa129e55ca0720de6369c6481" +source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=654c5ed56d5d0a08b435391aa50fc5529985be41#654c5ed56d5d0a08b435391aa50fc5529985be41" [[package]] name = "pvm-ui-wire" version = "0.1.14" -source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=00a2246e29658d1aa129e55ca0720de6369c6481#00a2246e29658d1aa129e55ca0720de6369c6481" +source = "git+https://github.com/paritytech/pvm-host-runtime.git?rev=654c5ed56d5d0a08b435391aa50fc5529985be41#654c5ed56d5d0a08b435391aa50fc5529985be41" [[package]] name = "pxfm" @@ -3973,7 +3973,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4288,7 +4288,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5047,7 +5047,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -5425,7 +5425,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -6805,7 +6805,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/rust/crates/truapi-pvm-host/Cargo.toml b/rust/crates/truapi-pvm-host/Cargo.toml index fcf9040eb..3e7ced60d 100644 --- a/rust/crates/truapi-pvm-host/Cargo.toml +++ b/rust/crates/truapi-pvm-host/Cargo.toml @@ -14,8 +14,8 @@ browser-assets = ["dep:pvm-runtime-assets"] native-gpu = ["pvm-runtime/native-gpu"] [dependencies] -pvm-runtime = { git = "https://github.com/paritytech/pvm-host-runtime.git", rev = "00a2246e29658d1aa129e55ca0720de6369c6481" } -pvm-runtime-assets = { git = "https://github.com/paritytech/pvm-host-runtime.git", rev = "00a2246e29658d1aa129e55ca0720de6369c6481", optional = true } +pvm-runtime = { git = "https://github.com/paritytech/pvm-host-runtime.git", rev = "654c5ed56d5d0a08b435391aa50fc5529985be41" } +pvm-runtime-assets = { git = "https://github.com/paritytech/pvm-host-runtime.git", rev = "654c5ed56d5d0a08b435391aa50fc5529985be41", optional = true } [lints] workspace = true