diff --git a/Cargo.lock b/Cargo.lock index 3f5ff76..49b8af0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,9 +413,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "lazy_static", diff --git a/aoc/Cargo.toml b/aoc/Cargo.toml index 5664771..0591a19 100644 --- a/aoc/Cargo.toml +++ b/aoc/Cargo.toml @@ -16,5 +16,5 @@ mktemp = "0.5.1" thiserror = "1.0.58" [dev-dependencies] -insta = "1.37.0" +insta = "1.38.0" serial_test = { version = "2.0.0", default-features = false }