Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.7.0 to 3.7.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.7.0...v3.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 35dd980 commit e428499
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 dcap/ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ sim = []

[dev-dependencies]
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.7.0"
tempfile = "3.7.1"
yare = "1.0.1"
2 changes: 1 addition & 1 deletion dcap/quoteverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ once_cell = "1.17.0"
[dev-dependencies]
mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.7.2" }
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.7.0"
tempfile = "3.7.1"
yare = "1.0.1"
2 changes: 1 addition & 1 deletion sdk-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ displaydoc = "0.2.3"
mc-sgx-core-build = { path = "../core/build", version = "=0.7.2" }

[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.7.1"

0 comments on commit e428499

Please sign in to comment.