From b28abbbeeb52a41239ec73a52dbeeda62a792ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 09:05:07 +0000 Subject: [PATCH] build(deps): bump isatty from 0.1.9 to 0.2.0 Bumps isatty from 0.1.9 to 0.2.0. --- updated-dependencies: - dependency-name: isatty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc62bfad2ab..f116c376368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2219,15 +2219,9 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "isatty" -version = "0.1.9" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31a8281fc93ec9693494da65fbf28c0c2aa60a2eaec25dc58e2f31952e95edc" -dependencies = [ - "cfg-if 0.1.10", - "libc", - "redox_syscall 0.1.57", - "winapi 0.3.9", -] +checksum = "05ed1865a9f01be9ed3bd618b241fb46bf2fbf1563368ca275fb491f0ecb5047" [[package]] name = "itertools" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 26eca2466e0..c80ef4022b0 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "1.4.8", features = ["postgres", "serde_json", "numeric", " diesel_derives = "1.4" chrono = "0.4.19" Inflector = "0.11.3" -isatty = "0.1.9" +isatty = "0.2.0" reqwest = { version = "0.11.2", features = ["json", "stream", "multipart"] } ethabi = "16.0" hex = "0.4.3"