From 8bf9e399fb8954d546a9072a151a99d41946a82d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:30:54 +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"