From 96f9b8806da6b94bf2a935126514c61498757678 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:48:27 +0000 Subject: [PATCH] chore(deps): update rust crate pretty_assertions to 1.4.1 --- bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 3d6c42cc..156faf08 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -21,7 +21,7 @@ rust-version = "1.81.0" protobuf = "=3.7.2" [dev-dependencies] -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.1" [lib] name = "scip"