From 3c61909c9f639761ab60d32934f2eaad016ad52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:05:16 +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 656ac2cf..07eb8d9f 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"