From c7e0c7f43aac177d04da1e535bf7bd6245454f43 Mon Sep 17 00:00:00 2001 From: Jesse Bakker Date: Sun, 3 Jan 2021 14:43:29 +0100 Subject: Upgrade expect-test to 1.1 --- Cargo.lock | 6 +++--- crates/cfg/Cargo.toml | 2 +- crates/completion/Cargo.toml | 2 +- crates/hir_def/Cargo.toml | 2 +- crates/hir_ty/Cargo.toml | 2 +- crates/ide/Cargo.toml | 2 +- crates/ide_db/Cargo.toml | 2 +- crates/rust-analyzer/Cargo.toml | 2 +- crates/ssr/Cargo.toml | 2 +- crates/syntax/Cargo.toml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aa0c072d..4aaee3ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,11 +386,11 @@ dependencies = [ [[package]] name = "expect-test" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab78d4c727fa879de40951ffc01ed781a231b28786b19d6bfbdc0d1ec92eb3e" +checksum = "2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633" dependencies = [ - "difference", + "dissimilar", "once_cell", ] diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index c68e391c1..73247d130 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -17,4 +17,4 @@ tt = { path = "../tt", version = "0.0.0" } [dev-dependencies] mbe = { path = "../mbe" } syntax = { path = "../syntax" } -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/completion/Cargo.toml b/crates/completion/Cargo.toml index 78e93e78e..99a1bdd54 100644 --- a/crates/completion/Cargo.toml +++ b/crates/completion/Cargo.toml @@ -28,4 +28,4 @@ test_utils = { path = "../test_utils", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index e8b581e2f..7ef966cd2 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -33,4 +33,4 @@ cfg = { path = "../cfg", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 2dfccd191..3d1778590 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -31,7 +31,7 @@ syntax = { path = "../syntax", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" tracing = "0.1" tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } tracing-tree = { version = "0.1.4" } diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index f1544dbe0..bb28cca4d 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -36,4 +36,4 @@ completion = { path = "../completion", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index ebe53c8ee..d3d3dc688 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -32,4 +32,4 @@ test_utils = { path = "../test_utils", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 0a63593fb..af7b86ead 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -62,7 +62,7 @@ proc_macro_srv = { path = "../proc_macro_srv", version = "0.0.0" } winapi = "0.3.8" [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" test_utils = { path = "../test_utils" } mbe = { path = "../mbe" } tt = { path = "../tt" } diff --git a/crates/ssr/Cargo.toml b/crates/ssr/Cargo.toml index 339eda86a..cc8136d22 100644 --- a/crates/ssr/Cargo.toml +++ b/crates/ssr/Cargo.toml @@ -21,4 +21,4 @@ hir = { path = "../hir", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } [dev-dependencies] -expect-test = "1.0" +expect-test = "1.1" diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 5d8389ade..181077944 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -33,4 +33,4 @@ profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] walkdir = "2.3.1" rayon = "1" -expect-test = "1.0" +expect-test = "1.1" -- cgit v1.2.3