Skip to content

Commit 8029e23

Browse files
authored
Merge pull request #1000 from vbrandl/dependabot/cargo/minor-9fbbc7fce1
Bump tempfile from 3.24.0 to 3.25.0 in the minor group
2 parents 4c5b3db + a7fc098 commit 8029e23

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Bump `time` from 0.3.45 to 0.3.47 ([#996](https://github.com/vbrandl/hoc/pull/996))
2121
- Bump `anyhow` from 1.0.100 to 1.0.101 ([#997](https://github.com/vbrandl/hoc/pull/997))
2222
- Bump `hyper-util` from 0.1.19 to 0.1.20 ([#997](https://github.com/vbrandl/hoc/pull/997))
23+
- Bump `tempfile` from 3.24.0 to 3.25.0 ([#1000](https://github.com/vbrandl/hoc/pull/1000))
2324

2425
## [1.7.0] 2025-12-25
2526

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ hyper-util = { version = "0.1.20", features = [
6969
"client-legacy",
7070
] }
7171
ructe = "0.18.2"
72-
tempfile = "3.24.0"
72+
tempfile = "3.25.0"
7373
tokio = "1.49.0"

0 commit comments

Comments
 (0)