Skip to content

Commit 3b09327

Browse files
authored
Merge pull request #31440 from MaterializeInc/dependabot/cargo/insta-1.41.1
build(deps): bump insta from 1.33.0 to 1.41.1
2 parents 2807c3d + 7d0aaba commit 3b09327

File tree

7 files changed

+9
-19
lines changed

7 files changed

+9
-19
lines changed

Cargo.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
6868

6969
[dev-dependencies]
7070
base64 = "0.13.1"
71-
insta = "1.32"
71+
insta = "1.41"
7272
mz-build-tools = { path = "../build-tools", default-features = false }
7373

7474
[features]

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bytes = "1.3.0"
122122
datadriven = "0.8.0"
123123
fallible-iterator = "0.2.0"
124124
http-body-util = "0.1.2"
125-
insta = { version = "1.32", features = ["json"] }
125+
insta = { version = "1.41", features = ["json"] }
126126
itertools = "0.12.1"
127127
jsonwebtoken = "9.3.1"
128128
mz-environmentd = { path = "../environmentd", features = ["test"] }

src/fivetran-destination/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tracing-subscriber = "0.3.19"
4040
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
4141

4242
[dev-dependencies]
43-
insta = "1.32"
43+
insta = "1.41"
4444

4545
[build-dependencies]
4646
mz-build-tools = { path = "../build-tools", default-features = false }

src/repr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
8484

8585
[dev-dependencies]
8686
criterion = { version = "0.5.1" }
87-
insta = { version = "1.33.0", features = ["json"] }
87+
insta = { version = "1.41.1", features = ["json"] }
8888
mz-persist = { path = "../persist" }
8989
rand = "0.8.5"
9090

src/storage-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
7373
[dev-dependencies]
7474
base64 = "0.13.1"
7575
criterion = { version = "0.5.1" }
76-
insta = { version = "1.32", features = ["json"] }
76+
insta = { version = "1.41", features = ["json"] }
7777
mz-persist = { path = "../persist" }
7878
rand = "0.8.5"
7979

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["
6565
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] }
6666
hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] }
6767
indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
68-
insta = { version = "1.33.0", features = ["json"] }
68+
insta = { version = "1.41.1", features = ["json"] }
6969
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
7070
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
7171
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 = ["
199199
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] }
200200
hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] }
201201
indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
202-
insta = { version = "1.33.0", features = ["json"] }
202+
insta = { version = "1.41.1", features = ["json"] }
203203
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
204204
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
205205
kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }

0 commit comments

Comments
 (0)