Skip to content

Commit baa57ee

Browse files
Bump tempfile from 3.10.1 to 3.11.0 (#780)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da4830e commit baa57ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde_json = "1.0.120"
5252
similar = "2.6.0"
5353
tabwriter = "1.4.0"
5454
thiserror = { version = "1", default-features = false }
55-
tempfile = "3.10.1"
55+
tempfile = "3.11.0"
5656
test-common = { path = "test-common" }
5757
thouart = { git = "https://github.com/oxidecomputer/thouart.git" }
5858
tokio = { version = "1.38.0", features = ["full"] }

0 commit comments

Comments
 (0)