Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent df35988 commit 54561a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/gng-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ regex = { version = "1.7" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
spdx = { version = "0.10" }
tempfile = { version = "3.3" }
tempfile = { version = "3.4" }
tracing = { version = "0.1" }
url = { version = "2.3" }
2 changes: 1 addition & 1 deletion crates/gng_package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ regex = { version = "1.7" }
tracing = { version = "0.1" }

[dev-dependencies]
tempfile = { version = "3.3" }
tempfile = { version = "3.4" }
2 changes: 1 addition & 1 deletion crates/gng_packet_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ tracing = { version = "0.1" }
zstd = { version = "0.12" }

[dev-dependencies]
tempfile = { version = "3.3" }
tempfile = { version = "3.4" }

0 comments on commit 54561a7

Please sign in to comment.