Skip to content

Commit 8c7452b

Browse files
committed
Roll tempfile.
1 parent 2251564 commit 8c7452b

File tree

4 files changed

+139
-17
lines changed

4 files changed

+139
-17
lines changed

Cargo.lock

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

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cxx-gen = "0.7.78"
4141
autocxx-parser = { version = "=0.25.0", path = "../parser" }
4242
version_check = "0.9"
4343
aquamarine = "0.1" # docs
44-
tempfile = "3.1"
44+
tempfile = "3.4"
4545
once_cell = "1.7"
4646
strum_macros = "0.24"
4747
serde_json = { version = "1.0", optional = true }

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ autocxx-engine = { version = "=0.25.0", path = "../engine", features = [
3535
] }
3636
moveit = { version = "0.5", features = [ "cxx" ] }
3737
link-cplusplus = "1.0"
38-
tempfile = "3.1"
38+
tempfile = "3.4"
3939
indoc = "1.0"
4040
log = "0.4"
4141
cxx = "1.0.78"

tools/reduce/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ autocxx-parser = { version = "=0.25.0", path = "../../parser", features = [
2020
"reproduction_case",
2121
] }
2222
clap = { version = "3.1.2", features = ["cargo"] }
23-
tempfile = "3.1"
23+
tempfile = "3.4"
2424
indoc = "1.0"
2525
itertools = "0.10"
2626
serde_json = "1.0"

0 commit comments

Comments
 (0)