Skip to content

Commit db5156c

Browse files
Bump tempfile from 3.22.0 to 3.23.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.22.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e641651 commit db5156c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.

rocketmq-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ chrono = "0.4.42"
5151

5252
parking_lot = { workspace = true }
5353
once_cell = { workspace = true }
54-
tempfile = "3.22.0"
54+
tempfile = "3.23.0"
5555
trait-variant.workspace = true
5656

5757
dashmap = "6.1.0"

rocketmq-store/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_json.workspace = true
4444

4545
lazy_static.workspace = true
4646

47-
tempfile = "3.22.0"
47+
tempfile = "3.23.0"
4848

4949
memmap2 = "0.9.8"
5050
trait-variant.workspace = true
@@ -71,7 +71,7 @@ windows = { version = "0.62.0", features = ["Win32_Security",
7171

7272

7373
[dev-dependencies]
74-
tempfile = "3.22.0"
74+
tempfile = "3.23.0"
7575
criterion = { version = "0.7", features = ["html_reports"] }
7676

7777
[[bench]]

0 commit comments

Comments
 (0)