Skip to content

Commit 57e734b

Browse files
build(deps): bump tempfile from 3.8.1 to 3.19.1 (#165)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a962390 commit 57e734b

File tree

3 files changed

+58
-31
lines changed

3 files changed

+58
-31
lines changed

Cargo.lock

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

bootspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ serde_json = "1.0.91"
1616
thiserror = "1.0.40"
1717

1818
[dev-dependencies]
19-
tempfile = "3.5.0"
19+
tempfile = "3.19.1"

synthesize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99
serde_json = "1.0.91"
10-
tempfile = "3.5.0"
10+
tempfile = "3.19.1"
1111
bootspec = { path = "../bootspec" }
1212
clap = { version = "4.1.4", features = ["derive"] }
1313

0 commit comments

Comments
 (0)