From eb35e745de27f08c36ee1ac3b6f755af1fad7ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:01:10 +0000 Subject: [PATCH 1/2] chore(deps): Bump tracing-subscriber from 0.3.16 to 0.3.17 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2edff05..d4fc465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2723,9 +2723,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 697fed2..f73392d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tracing-actix-web = "0.7.3" tracing-bunyan-formatter = "0.3.6" tracing-futures = "0.2.5" tracing-log = "0.1.3" -tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] } [build-dependencies] anyhow = "1.0.70" From 90bb04386ec5f6c6d9d80aabd75cb61cc585cc5f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 27 Apr 2023 11:23:54 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7855664..cd2c1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`h2`](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17, fixes [SEC#11] ([#599]) * Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.16.1 to 0.17.0 ([#602]) * Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.17.0 to 0.17.1 ([#603]) +* Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17 ([#604]) [#599]: https://github.com/vbrandl/hoc/pull/599 [#602]: https://github.com/vbrandl/hoc/pull/602 [#603]: https://github.com/vbrandl/hoc/pull/603 +[#604]: https://github.com/vbrandl/hoc/pull/604 [SEC#11]: https://github.com/vbrandl/hoc/security/dependabot/11