From afb38d2199996db82f0b3ecf9bfcc532e8fa2739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:24:18 +0000 Subject: [PATCH] chore(deps): Bump is-terminal from 0.4.4 to 0.4.5 (#7258) Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/sunfishcode/is-terminal/releases) - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: is-terminal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- trogging/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09551ec209..8a15dc56b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3315,9 +3315,9 @@ checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" [[package]] name = "is-terminal" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" +checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" dependencies = [ "hermit-abi 0.3.1", "io-lifetimes", diff --git a/trogging/Cargo.toml b/trogging/Cargo.toml index 00b153b0ba..715a03dff0 100644 --- a/trogging/Cargo.toml +++ b/trogging/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true [dependencies] clap = { version = "4", features = ["derive", "env"], optional = true } -is-terminal = "0.4.4" +is-terminal = "0.4.5" logfmt = { path = "../logfmt" } observability_deps = { path = "../observability_deps" } thiserror = "1.0.39"