diff --git a/Cargo.lock b/Cargo.lock index 07c4c30c10..79af515488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -1306,9 +1306,9 @@ dependencies = [ [[package]] name = "datatest-stable" -version = "0.2.10" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833306ca7eec4d95844e65f0d7502db43888c5c1006c6c517e8cf51a27d15431" +checksum = "19ebbb3c403031a3739980c2864e3b5ee4efca009dd83d2c0f80a31555243981" dependencies = [ "camino", "fancy-regex", @@ -3006,7 +3006,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]] @@ -6917,7 +6917,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 44c4abf11c..7392164b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ unicode-segmentation = "1.12.0" rquickjs = { "version" = "0.7.0", optional = true, features = ["macro", "bindgen"] } [dev-dependencies] -datatest-stable = "0.2.9" +datatest-stable = "0.3.0" tokio-test = "0.4.4" tailcall-prettier = { path = "tailcall-prettier" } criterion = "0.5.1"