Skip to content

Commit

Permalink
Merge pull request #31440 from MaterializeInc/dependabot/cargo/insta-…
Browse files Browse the repository at this point in the history
…1.41.1

build(deps): bump insta from 1.33.0 to 1.41.1
  • Loading branch information
def- authored Feb 10, 2025
2 parents 2807c3d + 7d0aaba commit 3b09327
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 19 deletions.
14 changes: 2 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/fivetran-destination/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tracing-subscriber = "0.3.19"
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 }
Expand Down
2 changes: 1 addition & 1 deletion src/repr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/storage-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 3b09327

Please sign in to comment.