From 8155ed5ed3c367197f30dfe8e342203e078e4846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:56:26 +0000 Subject: [PATCH 1/2] Bump tracing from 0.1.39 to 0.1.40 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.39 to 0.1.40. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40) --- updated-dependencies: - dependency-name: tracing 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 5045b62..2bcb144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2687,9 +2687,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.39" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index c7c1834..9c2c3e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ reqwest = "0.11.22" serde = "1.0.189" serde_derive = "1.0.166" serde_json = "1.0.107" -tracing = "0.1.39" +tracing = "0.1.40" tracing-actix-web = "0.7.7" tracing-bunyan-formatter = "0.3.9" tracing-futures = "0.2.5" From 7d8e2a6dc3e471210a5fbe52d653ff0e8a2c92d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 19 Oct 2023 04:56:42 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fed79..b07a1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `actions/checkout` from 3 to 4 ([#676](https://github.com/vbrandl/hoc/pull/676)) - Bump `bytes` from 1.4.0 to 1.5.0 ([#677](https://github.com/vbrandl/hoc/pull/677)) - Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#685](https://github.com/vbrandl/hoc/pull/685)) -- Bump `tracing` from 0.1.37 to 0.1.39 ([#688](https://github.com/vbrandl/hoc/pull/688)) +- Bump `tracing` from 0.1.37 to 0.1.40 ([#688](https://github.com/vbrandl/hoc/pull/688), [#689](https://github.com/vbrandl/hoc/pull/689)) ## [0.35.0] 2023-05-04