diff --git a/Cargo.lock b/Cargo.lock index 7f97ec5..4f2ca6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,13 +625,12 @@ dependencies = [ [[package]] name = "rstest_reuse" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88530b681abe67924d42cca181d070e3ac20e0740569441a9e35a7cedd2b34a4" +checksum = "b3a8fb4672e840a587a66fc577a5491375df51ddb88f2a2c2a792598c326fe14" dependencies = [ "quote", "rand", - "rustc_version", "syn", ] diff --git a/conventional_commits_linter_lib/Cargo.toml b/conventional_commits_linter_lib/Cargo.toml index 42725a9..9c7e664 100644 --- a/conventional_commits_linter_lib/Cargo.toml +++ b/conventional_commits_linter_lib/Cargo.toml @@ -37,7 +37,7 @@ strum_macros = "0.25.2" [dev-dependencies] # For parameterized testing. rstest = "0.18.2" -rstest_reuse = "0.6.0" +rstest_reuse = "0.7.0" # For snapshot testing. insta = "1.33.0"