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 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"