Dependencies upgrade
This commit is contained in:
@@ -24,8 +24,8 @@ serde_yaml = "0.9"
|
||||
strip-ansi-escapes = "0.2"
|
||||
tempfile = "3"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
|
||||
toml = "1.0.3"
|
||||
uuid = { version = "1.21.0", features = ["v4", "serde"] }
|
||||
toml = "1.0.6"
|
||||
uuid = { version = "1.22.0", features = ["v4", "serde"] }
|
||||
tokio-tungstenite = "0.28.0"
|
||||
walkdir = "2.5.0"
|
||||
filetime = "0.2"
|
||||
@@ -37,6 +37,3 @@ matrix-sdk = { version = "0.16.0", default-features = false, features = [
|
||||
pulldown-cmark = { version = "0.13.1", default-features = false, features = [
|
||||
"html",
|
||||
] }
|
||||
|
||||
# Force bundled SQLite so static musl builds don't need a system libsqlite3
|
||||
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
||||
|
||||
Reference in New Issue
Block a user