chore: package 升级

This commit is contained in:
2025-08-28 09:58:50 +08:00
parent 35fef70904
commit 20332cc81b

View File

@@ -8,8 +8,8 @@ gotify-ws = { path = "./packages/gotify-ws" }
tokio = { version = "1.47.1", features = ["full"] }
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
regex = "1.11.1"
serde_json = "1.0.143"
regex = "1.11.2"
sea-orm = { version = "1.1.14", features = [
"sqlx-sqlite",
"runtime-tokio-rustls",