From 86e6d5dcef9826759ab9fe1df39209d697fc7bdb Mon Sep 17 00:00:00 2001 From: wormtql <584130248@qq.com> Date: Tue, 23 Apr 2024 17:14:04 +0800 Subject: [PATCH] chore: Bump dependencies --- mona_core/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mona_core/Cargo.toml b/mona_core/Cargo.toml index 56417efb..43eabe06 100644 --- a/mona_core/Cargo.toml +++ b/mona_core/Cargo.toml @@ -27,13 +27,13 @@ console_error_panic_hook = { version = "0.1.7", optional = true } web-sys = { version = "0.3.55", features = ["console"] } getrandom = { version = "0.2", features = ["js"] } num = "0.4" -num-derive = "0.3" +num-derive = "0.4.2" num-traits = "0.2" smallvec = "1.8.0" -askama = "0.11" +askama = "0.12" askama_escape = "0.10.2" -strum = "0.23" -strum_macros = "0.23" +strum = "0.26" +strum_macros = "0.26" rustc-hash = "1.1.0" pest = "2.1.3" pest_derive = "2.1.0"