diff --git a/Cargo.lock b/Cargo.lock index aaa1059..98870f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,9 +643,9 @@ dependencies = [ [[package]] name = "test-case" -version = "3.2.1" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8f1e820b7f1d95a0cdbf97a5df9de10e1be731983ab943e56703ac1b8e9d425" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] diff --git a/Cargo.toml b/Cargo.toml index 1eead45..fdbf5a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ vte = "0.13.0" [dev-dependencies] strum = { version = "0.25", features = ["derive"] } -test-case = "3.2.1" +test-case = "3.3.1" # Tokee # (Gecko gekko) _____________