From 780522dfdf7df5c5fe7dce9b9ce9b9976f2a59f7 Mon Sep 17 00:00:00 2001 From: iddm <1146369+iddm@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:27:44 +0000 Subject: [PATCH] Bump dependencies to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90b0cb6..f1a2b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2024" rust-version = "1.85" [dev-dependencies] -rstest = "0.25" +rstest = "0.26" [dependencies] log = "0.4"