From e06d65c740735a470cab50f6186db482fae45924 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:14:56 +0000 Subject: [PATCH] Update Rust crate pretty_assertions to 1.3.0 --- bindings/rust/Cargo.lock | 23 ++++++++++------------- bindings/rust/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index 73c66a40..d5f73122 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -2,15 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "ctor" version = "0.1.22" @@ -44,14 +35,14 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" +checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ - "ansi_term", "ctor", "diff", "output_vt100", + "yansi", ] [[package]] @@ -94,7 +85,7 @@ dependencies = [ [[package]] name = "scip" -version = "0.1.0" +version = "0.1.1" dependencies = [ "pretty_assertions", "protobuf", @@ -158,3 +149,9 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 878ade6e..45fdd0af 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.60.0" protobuf = "=3.1.0" [dev-dependencies] -pretty_assertions = "1.2.1" +pretty_assertions = "1.3.0" [lib] name = "scip"