From 0bdfdf149e8aadcc80f40aeba449720c3ac8a755 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 21 Nov 2025 16:15:16 +0900 Subject: [PATCH] Cargo.toml: bump deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9eaf7a3..3e30c969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ rust-version = "1.85.0" serde = { version = "1.0.228", features = ["derive"] } [dev-dependencies] -indoc = "2.0.6" +indoc = "2.0.7" pretty_assertions = "1.4.1"