update mods

This commit is contained in:
brian
2025-09-21 18:47:38 +08:00
parent daf6c7c16a
commit a34dbc60c4
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -2273,9 +2273,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm" name = "sea-orm"
version = "1.1.12" version = "1.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18b7272b88bd608cd846de24f41b74a0315a135fe761b0aed4ec1ce6a6327a93" checksum = "335d87ec8e5c6eb4b2afb866dc53ed57a5cba314af63ce288db83047aa0fed4d"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@@ -2320,9 +2320,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm-macros" name = "sea-orm-macros"
version = "1.1.12" version = "1.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c38255a6b2e6d1ae2d5df35696507a345f03c036ae32caeb0a3b922dbab610d" checksum = "68de7a2258410fd5e6ba319a4fe6c4af7811507fc714bbd76534ae6caa60f95f"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",

View File

@@ -11,7 +11,7 @@ members = [".", "migration"]
axum = { version = "0.8" } axum = { version = "0.8" }
axum-extra = {version = "0.10", features = ["typed-header", "typed-routing"] } axum-extra = {version = "0.10", features = ["typed-header", "typed-routing"] }
axum-macros = "0.5" axum-macros = "0.5"
sea-orm = { version = "1.1.12", features = [ sea-orm = { version = "1.1.16", features = [
"sqlx-postgres", "sqlx-postgres",
"runtime-tokio-rustls", "runtime-tokio-rustls",
"macros", "macros",