diff --git a/Cargo.lock b/Cargo.lock index 5aba6387f0b..68c8536b2f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "expect-test" -version = "1.1.0" +version = "1.2.0-pre.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633" +checksum = "3a2f1664bc69648747878bfe3430ad9b58bc8d9b50b3b1df9f3c081345e33197" dependencies = [ "dissimilar", "once_cell", diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 132505fbf4a..f86199c8c38 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -16,7 +16,7 @@ tt = { path = "../tt", version = "0.0.0" } [dev-dependencies] mbe = { path = "../mbe" } syntax = { path = "../syntax" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" oorandom = "11" # We depend on both individually instead of using `features = ["derive"]` to microoptimize the # build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr` diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index f5e60a4f54d..9573d5ac352 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -35,4 +35,4 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index b39de7cfaee..240193f9cf1 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -25,4 +25,4 @@ mbe = { path = "../mbe", version = "0.0.0" } limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 7566bf687bf..0f1e75958a8 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -33,7 +33,7 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" tracing = "0.1" tracing-subscriber = { version = "0.2", default-features = false, features = [ "env-filter", diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 804002a4b33..bccadacdb2a 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -38,4 +38,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/ide_assists/Cargo.toml b/crates/ide_assists/Cargo.toml index c34798d0ea6..629aadb5b12 100644 --- a/crates/ide_assists/Cargo.toml +++ b/crates/ide_assists/Cargo.toml @@ -25,4 +25,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml index 0d4413978d4..5b2f0b35f98 100644 --- a/crates/ide_completion/Cargo.toml +++ b/crates/ide_completion/Cargo.toml @@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1" +expect-test = "1.2.0-pre.1" xshell = "0.1" test_utils = { path = "../test_utils" } diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index cdaff0ce397..e3c60edda13 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -31,4 +31,4 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide_diagnostics/Cargo.toml index 3389e67d9dc..7e36b1a3bdd 100644 --- a/crates/ide_diagnostics/Cargo.toml +++ b/crates/ide_diagnostics/Cargo.toml @@ -23,7 +23,7 @@ hir = { path = "../hir", version = "0.0.0" } ide_db = { path = "../ide_db", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1" +expect-test = "1.2.0-pre.1" test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml index 28aacd349ce..275f923f2bc 100644 --- a/crates/ide_ssr/Cargo.toml +++ b/crates/ide_ssr/Cargo.toml @@ -21,4 +21,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.1" +expect-test = "1.2.0-pre.1" diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index 22bda576690..5378516e706 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml @@ -12,7 +12,7 @@ doctest = false cov-mark = "2.0.0-pre.1" rustc-hash = "1.1.0" smallvec = "1.2.0" -expect-test = "1.1" +expect-test = "1.2.0-pre.1" tracing = "0.1" syntax = { path = "../syntax", version = "0.0.0" } diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index d0e6bd9990b..6048c5e6cc3 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -25,7 +25,7 @@ paths = { path = "../paths", version = "0.0.0" } proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1.0" +expect-test = "1.2.0-pre.1" # used as proc macro test targets proc_macro_test = { path = "../proc_macro_test" } diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index cea2c16a638..949325fc823 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml @@ -16,7 +16,7 @@ semver = "1" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" anyhow = "1.0.26" -expect-test = "1" +expect-test = "1.2.0-pre.1" la-arena = { version = "0.2.0", path = "../../lib/arena" } cfg = { path = "../cfg", version = "0.0.0" } diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 29a3fbb67e0..8275f6e3d53 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -67,7 +67,7 @@ winapi = "0.3.8" jemallocator = { version = "0.4.1", package = "tikv-jemallocator", optional = true } [dev-dependencies] -expect-test = "1.1" +expect-test = "1.2.0-pre.1" xshell = "0.1" test_utils = { path = "../test_utils" } diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index fba5db9a93e..a34522435a2 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -26,7 +26,7 @@ profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] rayon = "1" -expect-test = "1.1" +expect-test = "1.2.0-pre.1" proc-macro2 = "1.0.8" quote = "1.0.2" ungrammar = "=1.14.8"