diff --git a/Cargo.lock b/Cargo.lock index 8ad9106..ff0ba18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 17d655b..2d2b8ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ divan = "0.1.14" #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.38.0" +insta = "1.39.0" once_cell = "1.19.0" # for examples