From df6d2db3270d7609085429c77c81413948fc342a Mon Sep 17 00:00:00 2001 From: Timmy Date: Tue, 24 Mar 2026 21:25:15 +0000 Subject: [PATCH] Upgrading toml and pulldown-cmark --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9b6dc8..5e10581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_yaml = "0.9" strip-ansi-escapes = "0.2" tempfile = "3" tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] } -toml = "1.0.7" +toml = "1.1.0" uuid = { version = "1.22.0", features = ["v4", "serde"] } tokio-tungstenite = "0.29.0" walkdir = "2.5.0" @@ -35,6 +35,6 @@ matrix-sdk = { version = "0.16.0", default-features = false, features = [ "sqlite", "e2e-encryption", ] } -pulldown-cmark = { version = "0.13.1", default-features = false, features = [ +pulldown-cmark = { version = "0.13.3", default-features = false, features = [ "html", ] }