diff --git a/Cargo.lock b/Cargo.lock index 67d4eec30..585c3dad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,9 +1799,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.1" +version = "1.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248b42847813a1550dafd15296fd9748c651d0c32194559dbc05d804d54b21e8" +checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" dependencies = [ "console 0.15.11", "once_cell", @@ -3337,7 +3337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.4.1", "once_cell", "rustix", "windows-sys 0.61.1", diff --git a/Cargo.toml b/Cargo.toml index 213207d04..b597be02c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ homedir = "0.3.6" httpmock = "0.8.3" image = { version = "0.25.9", default-features = false } include_dir = "0.7.4" -insta = { version = "1.46.1", features = ["filters"] } +insta = { version = "1.46.3", features = ["filters"] } itertools = "0.14.0" lazy_static = "1.5.0" liblzma = "0.4.6"