From 720677c7f3fb49998052b9b14f04b346a7b65268 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 28 Jun 2021 12:09:54 -0700 Subject: [PATCH] cargo: update `test-case` to 1.2.0 now that frondeus/test-case#66 is fixed --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9481d20a7..d2d77fc93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,8 +1248,9 @@ dependencies = [ [[package]] name = "test-case" -version = "1.1.0" -source = "git+https://github.com/martinvonz/test-case?branch=remove-unneeded-unit-expression#70d8e8181840414e74c45f0115eeaa24c2c2905b" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b114ece25254e97bf48dd4bfc2a12bad0647adacfe4cae1247a9ca6ad302cec" dependencies = [ "cfg-if", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 9df32b3a1..683adc167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,5 +44,5 @@ uuid = { version = "0.8.1", features = ["v4"] } zstd = "0.6.0" [dev-dependencies] -test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" } +test-case = "1.2.0" regex = "1.4.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 09841ca3e..0199e83d0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -41,4 +41,4 @@ zstd = "0.6.0" [dev-dependencies] num_cpus = "1.13.0" -test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" } +test-case = "1.2.0"