Unnamed repository; edit this file 'description' to name the repository.
internal: update expect
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/cfg/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/hir_def/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/hir_expand/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/hir_ty/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide_assists/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide_completion/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide_db/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide_diagnostics/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/ide_ssr/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/mbe/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/proc_macro_srv/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/project_model/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rust-analyzer/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/syntax/Cargo.toml | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5aba6387f0..68c8536b2f 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 132505fbf4..f86199c8c3 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 f5e60a4f54..9573d5ac35 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 b39de7cfae..240193f9cf 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 7566bf687b..0f1e75958a 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 804002a4b3..bccadacdb2 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 c34798d0ea..629aadb5b1 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 0d4413978d..5b2f0b35f9 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 cdaff0ce39..e3c60edda1 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 3389e67d9d..7e36b1a3bd 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 28aacd349c..275f923f2b 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 22bda57669..5378516e70 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 d0e6bd9990..6048c5e6cc 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 cea2c16a63..949325fc82 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 29a3fbb67e..8275f6e3d5 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 fba5db9a93..a34522435a 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" |