diff options
author | Jesse Bakker <[email protected]> | 2021-01-03 13:43:29 +0000 |
---|---|---|
committer | Jesse Bakker <[email protected]> | 2021-01-03 13:43:29 +0000 |
commit | c7e0c7f43aac177d04da1e535bf7bd6245454f43 (patch) | |
tree | 42b32f76e7cefa87d05719f3a7e19530d8dc7bab /crates/hir_ty | |
parent | b47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff) |
Upgrade expect-test to 1.1
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } | |||
31 | test_utils = { path = "../test_utils", version = "0.0.0" } | 31 | test_utils = { path = "../test_utils", version = "0.0.0" } |
32 | 32 | ||
33 | [dev-dependencies] | 33 | [dev-dependencies] |
34 | expect-test = "1.0" | 34 | expect-test = "1.1" |
35 | tracing = "0.1" | 35 | tracing = "0.1" |
36 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } | 36 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } |
37 | tracing-tree = { version = "0.1.4" } | 37 | tracing-tree = { version = "0.1.4" } |