From 7d0aabae462779a082cd395953c355ac41cba730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:02:14 +0000 Subject: [PATCH] build(deps): bump insta from 1.33.0 to 1.41.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.33.0 to 1.41.1. - [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.33.0...1.41.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++------------ src/catalog/Cargo.toml | 2 +- src/environmentd/Cargo.toml | 2 +- src/fivetran-destination/Cargo.toml | 2 +- src/repr/Cargo.toml | 2 +- src/storage-types/Cargo.toml | 2 +- src/workspace-hack/Cargo.toml | 4 ++-- 7 files changed, 9 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f9a9764e7f0f..e75dd67029f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3703,16 +3703,15 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "insta" -version = "1.33.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" +checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" dependencies = [ "console", "lazy_static", "linked-hash-map", "serde", "similar", - "yaml-rust", ] [[package]] @@ -11970,15 +11969,6 @@ dependencies = [ "lzma-sys", ] -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "yansi" version = "0.5.1" diff --git a/src/catalog/Cargo.toml b/src/catalog/Cargo.toml index 651ad658796d3..4c094545a5edb 100644 --- a/src/catalog/Cargo.toml +++ b/src/catalog/Cargo.toml @@ -68,7 +68,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru [dev-dependencies] base64 = "0.13.1" -insta = "1.32" +insta = "1.41" mz-build-tools = { path = "../build-tools", default-features = false } [features] diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index bff74df66a1f2..4e8d41225dd26 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -122,7 +122,7 @@ bytes = "1.3.0" datadriven = "0.8.0" fallible-iterator = "0.2.0" http-body-util = "0.1.2" -insta = { version = "1.32", features = ["json"] } +insta = { version = "1.41", features = ["json"] } itertools = "0.12.1" jsonwebtoken = "9.3.1" mz-environmentd = { path = "../environmentd", features = ["test"] } diff --git a/src/fivetran-destination/Cargo.toml b/src/fivetran-destination/Cargo.toml index ba9181fe43539..2f637fe5284b0 100644 --- a/src/fivetran-destination/Cargo.toml +++ b/src/fivetran-destination/Cargo.toml @@ -40,7 +40,7 @@ tracing-subscriber = "0.3.16" workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true } [dev-dependencies] -insta = "1.32" +insta = "1.41" [build-dependencies] mz-build-tools = { path = "../build-tools", default-features = false } diff --git a/src/repr/Cargo.toml b/src/repr/Cargo.toml index 58f9fc2fcc3a6..21161abf751e0 100644 --- a/src/repr/Cargo.toml +++ b/src/repr/Cargo.toml @@ -84,7 +84,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru [dev-dependencies] criterion = { version = "0.5.1" } -insta = { version = "1.33.0", features = ["json"] } +insta = { version = "1.41.1", features = ["json"] } mz-persist = { path = "../persist" } rand = "0.8.5" diff --git a/src/storage-types/Cargo.toml b/src/storage-types/Cargo.toml index 1f5971c3a7e9b..ce9e7ad6b4b5e 100644 --- a/src/storage-types/Cargo.toml +++ b/src/storage-types/Cargo.toml @@ -73,7 +73,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru [dev-dependencies] base64 = "0.13.1" criterion = { version = "0.5.1" } -insta = { version = "1.32", features = ["json"] } +insta = { version = "1.41", features = ["json"] } mz-persist = { path = "../persist" } rand = "0.8.5" diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index fb4b2989680b6..c18ed0346408d 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -65,7 +65,7 @@ hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = [" hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] } hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] } indexmap = { version = "1.9.1", default-features = false, features = ["std"] } -insta = { version = "1.33.0", features = ["json"] } +insta = { version = "1.41.1", features = ["json"] } k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] } kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] } kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] } @@ -199,7 +199,7 @@ hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = [" hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] } hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] } indexmap = { version = "1.9.1", default-features = false, features = ["std"] } -insta = { version = "1.33.0", features = ["json"] } +insta = { version = "1.41.1", features = ["json"] } k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] } kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] } kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }