Skip to content

Commit b242d8d

Browse files
authored
Merge pull request #34165 from MaterializeInc/dependabot/cargo/tempfile-3.23.0
build(deps): bump tempfile from 3.20.0 to 3.23.0
2 parents b76e3a3 + 9b66a7b commit b242d8d

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

Cargo.lock

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

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mz-environmentd = { path = "../environmentd", default-features = false, features
5959
mz-frontegg-mock = { path = "../frontegg-mock" }
6060
postgres = "0.19.5"
6161
reqwest = "0.11.24"
62-
tempfile = "3.20.0"
62+
tempfile = "3.23.0"
6363

6464
[features]
6565
default = ["mz-alloc-default", "workspace-hack"]

src/dyncfg-file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "0.1.37"
2121
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2222

2323
[dev-dependencies]
24-
tempfile = "3.0"
24+
tempfile = "3.23"
2525

2626
[features]
2727
default = ["workspace-hack"]

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ serde_json = "1.0.145"
105105
shell-words = "1.1.0"
106106
stacker = "0.1.22"
107107
sysctl = "0.6.0"
108-
tempfile = "3.20.0"
108+
tempfile = "3.23.0"
109109
thiserror = "2.0.17"
110110
tokio = { version = "1.44.1", features = ["sync"] }
111111
tokio-postgres = { version = "0.7.8" }

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ criterion = { version = "0.6.0", features = ["html_reports"] }
7474
datadriven = { version = "0.8.0", features = ["async"] }
7575
futures-task = "0.3.31"
7676
num_cpus = "1.17.0"
77-
tempfile = "3.20.0"
77+
tempfile = "3.23.0"
7878

7979
[build-dependencies]
8080
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }

src/persist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ features = ["asm"]
8282
[dev-dependencies]
8383
mz-ore = { path = "../ore", default-features = false, features = ["test"] }
8484
serde_json = "1.0.145"
85-
tempfile = "3.20.0"
85+
tempfile = "3.23.0"
8686

8787
[build-dependencies]
8888
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }

src/rocksdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
3434
default = ["workspace-hack"]
3535

3636
[dev-dependencies]
37-
tempfile = "3.20.0"
37+
tempfile = "3.23.0"
3838
prometheus = { version = "0.14.0", default-features = false }
3939

4040
[package.metadata.cargo-udeps.ignore]

src/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ regex = "1.11.3"
4848
reqwest = { version = "0.11.13", features = ["json"] }
4949
shell-words = "1.1.0"
5050
serde_json = "1.0.145"
51-
tempfile = "3.20.0"
51+
tempfile = "3.23.0"
5252
time = "0.3.17"
5353
tracing = "0.1.37"
5454
tokio = "1.44.1"

src/ssh-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ scopeguard = "1.2.0"
2222
serde = { version = "1.0.219", features = ["derive"] }
2323
serde_json = { version = "1.0.145" }
2424
ssh-key = { version = "0.6.7" }
25-
tempfile = "3.20.0"
25+
tempfile = "3.23.0"
2626
thiserror = { version = "2.0.17" }
2727
tokio = "1.44.1"
2828
tokio-stream = "0.1.17"

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ humantime = "2.2.0"
9696
mz-http-util = { path = "../http-util" }
9797
mz-orchestrator-tracing = { path = "../orchestrator-tracing" }
9898
itertools = "0.14.0"
99-
tempfile = "3.20.0"
99+
tempfile = "3.23.0"
100100
tokio = { version = "1.44.1", features = ["test-util"] }
101101

102102
[features]

0 commit comments

Comments
 (0)