Skip to content

Commit e2a8735

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump tempfile from 3.5.0 to 3.6.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51bb250 commit e2a8735

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed

Cargo.lock

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

git-branchless-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rusqlite = { version = "0.29.0", features = ["bundled"] }
6767
scm-record = { version = "0.1.0", path = "../scm-record" }
6868
serde = { version = "1.0.163", features = ["derive"] }
6969
shell-words = "1.1.0"
70-
tempfile = "3.5.0"
70+
tempfile = "3.6.0"
7171
textwrap = "0.16.0"
7272
thiserror = "1.0.40"
7373
tracing = "0.1.37"

git-branchless-reword/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git-branchless-revset = { version = "0.7.0", path = "../git-branchless-revset" }
1616
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
1717
rayon = "1.7.0"
1818
shell-words = "1.1.0"
19-
tempfile = "3.5.0"
19+
tempfile = "3.6.0"
2020
tracing = "0.1.37"
2121

2222
[dev-dependencies]

git-branchless-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rayon = "1.7.0"
2828
scm-bisect = { version = "0.1.0", path = "../scm-bisect" }
2929
serde = { version = "1.0.163", features = ["serde_derive", "derive"] }
3030
serde_json = "1.0.96"
31-
tempfile = "3.5.0"
31+
tempfile = "3.6.0"
3232
thiserror = "1.0.40"
3333
tracing = "0.1.37"
3434

git-branchless-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branch
1616
once_cell = "1.18.0"
1717
portable-pty = "0.8.1"
1818
regex = "1.8.4"
19-
tempfile = "3.5.0"
19+
tempfile = "3.6.0"
2020
tracing = "0.1.37"
2121
vt100 = "0.15.2"

0 commit comments

Comments
 (0)