From 761f0b4b9ab369e1147741937d3260aa4de20bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:27:02 +0800 Subject: chore(deps): bump insta from 1.34.0 to 1.35.1 (#371) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.35.1. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.34.0...1.35.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b8b10d..a8d4130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,9 +865,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index be5ffec..762fd37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ netstat2 = "0.9.1" sysinfo = "0.30.5" [dev-dependencies] -insta = "1.34.0" +insta = "1.35.1" packet-builder = { version = "0.7.0", git = "https://github.com/cyqsimon/packet_builder.git", branch = "patch-update" } pnet_base = "0.34.0" regex = "1.10.3" -- cgit v1.2.3