From 2a2e9b089ff37e00a6e92c2c08605026cc24df2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:07:55 -0500 Subject: [PATCH] [chore(cargo)](deps): Bump tracing-logfmt from 0.3.3 to 0.3.4 (#597) Bumps [tracing-logfmt](https://github.com/EmbarkStudios/tracing-logfmt) from 0.3.3 to 0.3.4.
Changelog

Sourced from tracing-logfmt's changelog.

[0.3.4] - 2024-03-01

Added

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing-logfmt&package-manager=cargo&previous-version=0.3.3&new-version=0.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- homestar-workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71c49552..590fc454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7173,9 +7173,9 @@ dependencies = [ [[package]] name = "tracing-logfmt" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84bab42e40ace4e4ff19c92023ee1dbc1510db60976828fbbdc6994852c7d065" +checksum = "22b8e455f6caa5212a102ec530bf86b8dc5a4c536299bffd84b238fed9119be7" dependencies = [ "nu-ansi-term", "time", diff --git a/homestar-workspace-hack/Cargo.toml b/homestar-workspace-hack/Cargo.toml index 16ed3370..74324570 100644 --- a/homestar-workspace-hack/Cargo.toml +++ b/homestar-workspace-hack/Cargo.toml @@ -75,7 +75,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "compat", "io", "time"] tower = { version = "0.4.13", features = ["balance", "buffer", "limit", "timeout", "util"] } tracing = { version = "0.1.40", features = ["log"] } tracing-core = { version = "0.1.32" } -tracing-logfmt = { version = "0.3.3", default-features = false, features = ["ansi_logs"] } +tracing-logfmt = { version = "0.3.4", default-features = false, features = ["ansi_logs"] } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] } typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] } unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] } @@ -150,7 +150,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "compat", "io", "time"] tower = { version = "0.4.13", features = ["balance", "buffer", "limit", "timeout", "util"] } tracing = { version = "0.1.40", features = ["log"] } tracing-core = { version = "0.1.32" } -tracing-logfmt = { version = "0.3.3", default-features = false, features = ["ansi_logs"] } +tracing-logfmt = { version = "0.3.4", default-features = false, features = ["ansi_logs"] } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] } typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] } unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] }