From 6f01f15d279c796cae656e07a386383d716d531f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:36:04 +0000 Subject: [PATCH] build(deps): bump insta from 1.39.0 to 1.40.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.39.0 to 1.40.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.39.0...1.40.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49db2c77..963b700f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,9 +924,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/Cargo.toml b/Cargo.toml index 146f2065..68c82fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ hex-literal = "0.4.1" hickory-resolver = "0.24.1" humantime = "2.1.0" indexmap = { version = "2.5.0", default-features = false } -insta = "1.39.0" +insta = "1.40.0" ipnetwork = "0.20.0" itertools = "0.13.0" maxminddb = "0.24.0"