diff --git a/Cargo.lock b/Cargo.lock index 76dfb98d1..ca287068a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,14 +992,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.7" -source = "git+https://github.com/console-rs/console?rev=0567bdcb6a523466586dc9ff0692c2e776f20a5f#0567bdcb6a523466586dc9ff0692c2e776f20a5f" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b55e25ef7..bbd2b947a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -232,7 +232,6 @@ rusqlite = { version = "0.29", features = ["bundled"] } serial_test = { version = "3.0", features = ["file_locks"] } [patch.crates-io] -console = { git = "https://github.com/console-rs/console", rev = "0567bdcb6a523466586dc9ff0692c2e776f20a5f" } dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" } grex = { git = "https://github.com/pemistahl/grex", rev = "8f6b35cee5f911311c2e0ef6e56f333e4c896112" } halfbrown = { git = "https://github.com/licenser/halfbrown", rev = "7cecc29422ae2775abe35a2e430f1678b4f1aa76" }