diff --git a/Cargo.lock b/Cargo.lock index f707beb..875b571 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "assertables" -version = "9.5.5" +version = "9.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46109705783fa5733709a155971ad89cdd188d45b7e20fba7906f0d6b4f864e3" +checksum = "0118bf39618c9958c058d23c1453fdfc40c99688d9a0dfdc441244421ef89407" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 49232bb..78da5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ redundant_closure = "allow" upper_case_acronyms = "allow" [dev-dependencies] -assertables = "9.5.1" +assertables = "9.8.1" ctor = "0.4.1" procspawn = "1.0.1" progenitor-client = "0.11.0"