Skip to content

Commit 58da8c3

Browse files
build(deps): bump tempfile from 3.20.0 to 3.23.0 (#212)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 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 3da1e4f commit 58da8c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.99"
1616
thiserror = "1.0.40"
1717

1818
[dev-dependencies]
19-
tempfile = "3.20.0"
19+
tempfile = "3.23.0"

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.99"
10-
tempfile = "3.20.0"
10+
tempfile = "3.23.0"
1111
bootspec = { path = "../bootspec" }
1212
clap = { version = "4.5.48", features = ["derive"] }
1313

0 commit comments

Comments
 (0)