Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.5.0 to 3.10.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.10.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.5.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 957ac21 commit 62bde9b
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 56 deletions.
136 changes: 84 additions & 52 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bindgen = { version=">=0.54" }
log = "0.4"
num-derive = "0.3"
num-traits = "0.2"
tempfile = "3.5"
tempfile = "3.10"

[workspace]
members = [".", "samples/command_executer", "driver-bindings", "eif_loader", "enclave_build", "vsock_proxy"]
Expand Down
2 changes: 1 addition & 1 deletion eif_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vsock = "0.3"

[dev-dependencies]
sha2 = "0.9.5"
tempfile = "3.5"
tempfile = "3.10"

[lib]
name = "eif_loader"
Expand Down
2 changes: 1 addition & 1 deletion enclave_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1.0"
shiplift = "0.7"
tempfile = "3.5.0"
tempfile = "3.10.1"
tokio = { version = "1.27", features = ["rt-multi-thread"] }
base64 = "0.21"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ vsock = "0.3"

[dev-dependencies]
rand = "0.8.5"
tempfile = "3.5.0"
tempfile = "3.10.1"

0 comments on commit 62bde9b

Please sign in to comment.