Skip to content

Commit 95b5273

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

File tree

4 files changed

+147
-23
lines changed

4 files changed

+147
-23
lines changed

Cargo.lock

Lines changed: 143 additions & 19 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
@@ -24,7 +24,7 @@ claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
2424
lazy_static = "1.4.0"
2525
rstest = "0.16.0"
2626
serial_test = "0.10.0"
27-
tempfile = "3.3.0"
27+
tempfile = "3.6.0"
2828
girt-testutils = {version = "0.1.0", path = "../testutils"}
2929

3030
[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.23"
1919
lazy_static = "1.4.0"
2020
parking_lot = "0.12.1"
21-
tempfile = "3.3.0"
21+
tempfile = "3.6.0"
2222
thiserror = "1.0.38"
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.3.0"
18+
tempfile = "3.6.0"
1919
thiserror = "1.0.38"
2020
version-track = "0.1.0"
2121

2222
[dev-dependencies]
2323
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
2424
pretty_assertions = "1.3.0"
2525
rstest = "0.16.0"
26-
tempfile = "3.3.0"
26+
tempfile = "3.6.0"
2727
girt-testutils = {version = "0.1.0", path = "../testutils"}
2828

2929
[build-dependencies]

0 commit comments

Comments
 (0)