Skip to content

Commit 0309266

Browse files
Build(deps): Bump tempfile from 3.18.0 to 3.19.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbadc59 commit 0309266

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vec-collections = "0.4.3"
6868
codspeed-criterion-compat = "2.7.2"
6969
proptest = { version = "1.6.0", default-features = false, features = ["std"]}
7070
rand = "0.9.0"
71-
tempfile = "3.18.0"
71+
tempfile = "3.19.0"
7272

7373
[[bench]]
7474
name = "compute"

0 commit comments

Comments
 (0)