diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf2371..44df30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `vergen` from 8.1.3 to 8.2.4 (#621, #622, #635, #638) - Bump `tracing-actix-web` from 0.7.4 to 0.7.6 (#623, [#656](https://github.com/vbrandl/hoc/pull/656)) - Bump `git2` from 0.17.1 to 0.17.2 (#624) -- Bump `tempfile` from 3.5.0 to 3.7.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646)) +- Bump `tempfile` from 3.5.0 to 3.7.1 (#626, [#646](https://github.com/vbrandl/hoc/pull/646), [#658](https://github.com/vbrandl/hoc/pull/658)) - Bump `serde_json` from 1.0.96 to 1.0.104 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649)) - Bump `openssl` from 0.10.50 to 0.10.55 (#631) - Bump `tracing-bunyan-formatter` from 0.3.7 to 0.3.8 (#642) diff --git a/Cargo.lock b/Cargo.lock index 7406b28..557eb1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2621,9 +2621,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 70cc46f..e7294e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,5 +44,5 @@ vergen = { version = "8.2.4", default-features = false, features = ["git", "gito [dev-dependencies] awc = "3.1.1" ructe = "0.17.0" -tempfile = "3.7.0" +tempfile = "3.7.1" tokio = "1.29.1"