diff --git a/Cargo.lock b/Cargo.lock index d332534..043f842 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2610,9 +2610,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "1.1.11" +version = "1.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7cf58b28bcf1e053539c38afbb60d963ac8e1db87f6109db7b0eff4cbeaefb3" +checksum = "335d87ec8e5c6eb4b2afb866dc53ed57a5cba314af63ce288db83047aa0fed4d" dependencies = [ "async-stream", "async-trait", @@ -2634,9 +2634,9 @@ dependencies = [ [[package]] name = "sea-orm-macros" -version = "1.1.11" +version = "1.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac37512fde1f5b9ef71ec773cfabb90ad3b68c27e53131ff38763c247fcbb2d" +checksum = "68de7a2258410fd5e6ba319a4fe6c4af7811507fc714bbd76534ae6caa60f95f" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 21cb420..84731b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["v4"] [dependencies.sea-orm] -version = "=1.1.11" +version = "=1.1.16" default-features = false features = ["sqlx-mysql", "sqlx-postgres", "runtime-actix-rustls"] diff --git a/entity/Cargo.toml b/entity/Cargo.toml index c297242..eb732c6 100644 --- a/entity/Cargo.toml +++ b/entity/Cargo.toml @@ -14,7 +14,7 @@ default-features = false features = ["derive"] [dependencies.sea-orm] -version = "=1.1.11" +version = "=1.1.16" default-features = false features = ["macros", "with-time", "with-uuid"]