From c0ba123655a3b3d6c02f3ac7866c4c31f3cabb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:25:39 +0000 Subject: [PATCH] build(deps): bump insta from 1.41.1 to 1.42.0 in /net/rs Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.1 to 1.42.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.41.1...1.42.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- net/rs/Cargo.lock | 6 +++--- net/rs/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rs/Cargo.lock b/net/rs/Cargo.lock index e72d43bb..b2ee931a 100644 --- a/net/rs/Cargo.lock +++ b/net/rs/Cargo.lock @@ -244,13 +244,13 @@ dependencies = [ [[package]] name = "insta" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" +checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" dependencies = [ "console", - "lazy_static", "linked-hash-map", + "once_cell", "similar", ] diff --git a/net/rs/Cargo.toml b/net/rs/Cargo.toml index b2957240..91a4dc24 100644 --- a/net/rs/Cargo.toml +++ b/net/rs/Cargo.toml @@ -16,7 +16,7 @@ sails-idl-parser = "=0.6.3" anyhow = "1" convert-case = { package = "convert_case", version = "0.6" } genco = "0.17" -insta = "1.41" +insta = "1.42" itertools = "0.13" parity-scale-codec = "=3.6.12" serde = { version = "1.0", features = ["derive"] }