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"