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", ] }