diff --git a/Cargo.lock b/Cargo.lock index 42a2903..b7c82ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" dependencies = [ "console", "lazy_static", diff --git a/rusqlite_migration/Cargo.toml b/rusqlite_migration/Cargo.toml index 20435e0..e7b0c8e 100644 --- a/rusqlite_migration/Cargo.toml +++ b/rusqlite_migration/Cargo.toml @@ -50,7 +50,7 @@ features = [] anyhow = "1" env_logger = "0.11" iai = "0.1" -insta = "1.39.0" +insta = "1.40.0" lazy_static = "1.5.0" mktemp = "0.5" mutants = "0.0.3"