Upgrade to Loco 1.0

This commit is contained in:
2026-08-01 16:06:17 +03:00
parent d640ce35b6
commit 7f139a0241
4 changed files with 1281 additions and 495 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ default-run = "notes_service-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace.dependencies]
loco-rs = { version = "0.16" }
loco-rs = { version = "1.0.1" }
[dependencies]
loco-rs = { workspace = true }
@@ -25,7 +25,7 @@ tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
regex = { version = "1.11" }
migration = { path = "migration" }
sea-orm = { version = "1.1", features = [
sea-orm = { version = "2.0", features = [
"sqlx-sqlite",
"sqlx-postgres",
"runtime-tokio-rustls",