Skip to content

Commit 19d585f

Browse files
authored
Merge pull request #886 from vbrandl/dependabot/cargo/tempfile-3.16.0
Bump tempfile from 3.15.0 to 3.16.0
2 parents 503be2a + 13109f7 commit 19d585f

File tree

3 files changed

+41
-11
lines changed

3 files changed

+41
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Bump `serde` from 1.0.210 to 1.0.217 ([#845](https://github.com/vbrandl/hoc/pull/845), [#847](https://github.com/vbrandl/hoc/pull/847), [#853](https://github.com/vbrandl/hoc/pull/853), [#866](https://github.com/vbrandl/hoc/pull/866), [#872](https://github.com/vbrandl/hoc/pull/872))
1515
- Bump `config` from 0.14.0 to 0.15.6 ([#846](https://github.com/vbrandl/hoc/pull/846), [#867](https://github.com/vbrandl/hoc/pull/867), [#868](https://github.com/vbrandl/hoc/pull/868), [#882](https://github.com/vbrandl/hoc/pull/882))
1616
- Bump `reqwest` from 0.12.8 to 0.12.12 ([#848](https://github.com/vbrandl/hoc/pull/848), [#873](https://github.com/vbrandl/hoc/pull/873), [#874](https://github.com/vbrandl/hoc/pull/874))
17-
- Bump `tempfile` from 3.13.0 to 3.15.0 ([#852](https://github.com/vbrandl/hoc/pull/852), [#875](https://github.com/vbrandl/hoc/pull/875))
17+
- Bump `tempfile` from 3.13.0 to 3.16.0 ([#852](https://github.com/vbrandl/hoc/pull/852), [#875](https://github.com/vbrandl/hoc/pull/875), [#886](https://github.com/vbrandl/hoc/pull/886))
1818
- Bump `vergen-gix` from 1.0.2 to 1.0.6 ([#858](https://github.com/vbrandl/hoc/pull/858), [#879](https://github.com/vbrandl/hoc/pull/879), [#880](https://github.com/vbrandl/hoc/pull/880))
1919
- Bump `tracing-bunyan-formatter` from 0.3.9 to 0.3.10 ([#859](https://github.com/vbrandl/hoc/pull/859))
2020
- Bump `tracing` from 0.1.40 to 0.1.41 ([#860](https://github.com/vbrandl/hoc/pull/860))

Cargo.lock

Lines changed: 39 additions & 9 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
@@ -47,5 +47,5 @@ vergen-gix = "1.0.6"
4747
[dev-dependencies]
4848
awc = "3.5.1"
4949
ructe = "0.17.2"
50-
tempfile = "3.15.0"
50+
tempfile = "3.16.0"
5151
tokio = "1.43.0"

0 commit comments

Comments
 (0)