Skip to content

Commit e87a63c

Browse files
Bump tempfile from 3.25.0 to 3.26.0 (#20)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.25.0 to 3.26.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.26.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 803e28b commit e87a63c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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 @@ libc = "0.2"
4040

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

4545
[build-dependencies]
4646
cc = "1.2"

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.25"
62+
tempfile = "3.26"
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)