Skip to content

Commit 7c3b7c6

Browse files
Bump tempfile from 3.26.0 to 3.27.0 (#47)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 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 890e313 commit 7c3b7c6

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.

src/hyperlight-js-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clap = { version = "4.5", features = ["derive"] }
4040

4141
[target.'cfg(not(hyperlight))'.dev-dependencies]
4242
escargot = "0.5"
43-
tempfile = "3.26"
43+
tempfile = "3.27"
4444

4545
[build-dependencies]
4646
bindgen = "0.72"

src/hyperlight-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ opentelemetry-semantic-conventions = "0.31"
5959
plotters = { version = "0.3.5", default-features = false, features = ["svg_backend"] }
6060
rand = "0.10.0"
6161
serde_json = { version = "1.0" }
62-
tempfile = "3.26"
62+
tempfile = "3.27"
6363
tracing-forest = { version = "0.3.1", features = ["full"] }
6464
tracing-opentelemetry = "0.32.1"
6565
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}

0 commit comments

Comments
 (0)