diff --git a/Cargo.lock b/Cargo.lock index 473cbfc..bf1497a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,13 +441,13 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "insta" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" +checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" dependencies = [ "console", - "lazy_static", "linked-hash-map", + "once_cell", "similar", ] diff --git a/Cargo.toml b/Cargo.toml index dd0ef3e..0a44105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ divan = "0.1.15" #TODO: go back to release version, once it is fixed # iai = "0.1.1" iai = { git = "https://github.com/sigaloid/iai", rev = "6c83e942" } -insta = "1.41.1" +insta = "1.42.0" once_cell = "1.20.2" # for examples