From c58fee1ef37b0f86fa250331247a305cbf9bc360 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 04:14:56 +0800 Subject: fix(deps): bump just_template to 0.2.0 and migrate to new API --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95cb488..b19bfb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mingling_macros = { path = "mingling_macros", default-features = false } mingling_pathf = { path = "mingling_pathf", default-features = false } just_fmt = "0.1.2" -just_template = "0.1.3" +just_template = "0.2.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" -- cgit