Skip to content

Commit 033c6c8

Browse files
dependabot[bot]MitMaro
authored andcommitted
Bump tempfile from 3.6.0 to 3.7.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.6.0...v3.7.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 cedb805 commit 033c6c8

File tree

4 files changed

+26
-51
lines changed

4 files changed

+26
-51
lines changed

Cargo.lock

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

src/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ claims = "0.7.1"
2323
lazy_static = "1.4.0"
2424
rstest = "0.18.1"
2525
serial_test = "2.0.0"
26-
tempfile = "3.6.0"
26+
tempfile = "3.7.0"
2727
girt-testutils = {version = "2.3.0", path = "../testutils"}
2828

2929
[build-dependencies]

src/git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "git"
1818
chrono = "0.4.26"
1919
lazy_static = "1.4.0"
2020
parking_lot = "0.12.1"
21-
tempfile = "3.6.0"
21+
tempfile = "3.7.0"
2222
thiserror = "1.0.43"
2323

2424
[dependencies.git2]

src/todo_file/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ readme = "README.md"
1515
name = "todo_file"
1616

1717
[dependencies]
18-
tempfile = "3.6.0"
18+
tempfile = "3.7.0"
1919
thiserror = "1.0.43"
2020
version-track = "0.1.0"
2121

2222
[dev-dependencies]
2323
claims = "0.7.1"
2424
pretty_assertions = "1.4.0"
2525
rstest = "0.18.1"
26-
tempfile = "3.6.0"
26+
tempfile = "3.7.0"
2727
girt-testutils = {version = "2.3.0", path = "../testutils"}
2828

2929
[build-dependencies]

0 commit comments

Comments
 (0)