From 9562accde0c15efa5f095e13dba353d5d8aefe85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 21:41:11 +0000 Subject: [PATCH] chore(deps): bump is-terminal from 0.4.8 to 0.4.9 (#1837) Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.8 to 0.4.9. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.8...v0.4.9) --- 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> --- Cargo.lock | 4 ++-- server/daemon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de17efc0b..6a5ca3a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,9 +2375,9 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "is-terminal" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi 0.3.1", "rustix 0.38.2", diff --git a/server/daemon/Cargo.toml b/server/daemon/Cargo.toml index f9fb08988..abb181198 100644 --- a/server/daemon/Cargo.toml +++ b/server/daemon/Cargo.toml @@ -29,7 +29,7 @@ reqwest = { workspace = true } serde = { workspace = true, features = ["derive"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros", "signal"] } toml = { workspace = true } -is-terminal = "0.4.7" +is-terminal = "0.4.9" [target.'cfg(target_family = "windows")'.dependencies] whoami = { workspace = true }