diff --git a/Cargo.lock b/Cargo.lock index 190754a4..c5118b22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,8 +2668,9 @@ dependencies = [ [[package]] name = "test-case" -version = "1.0.0" -source = "git+https://github.com/frondeus/test-case#65b6fb60c69054950a149b64a0a9f042c0e4fd59" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "956044ef122917dde830c19dec5f76d0670329fde4104836d62ebcb14f4865f1" dependencies = [ "cfg-if 1.0.0", "proc-macro2", diff --git a/components/front_matter/Cargo.toml b/components/front_matter/Cargo.toml index c46d3b11..15b8e650 100644 --- a/components/front_matter/Cargo.toml +++ b/components/front_matter/Cargo.toml @@ -18,8 +18,4 @@ errors = { path = "../errors" } utils = { path = "../utils" } [dev-dependencies] -# Remove from git patch when 1.0.1 is released -# https://github.com/frondeus/test-case/issues/62 -# test-case = "1.0" -test-case = { git = "https://github.com/frondeus/test-case" } - +test-case = "1"