Skip to content

Commit b497c1f

Browse files
committed
Update sea-orm
1 parent 40bb099 commit b497c1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-graphql-poem = { version = "6.0.7" }
99
async-graphql = { version = "6.0.7", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
1010
async-trait = { version = "0.1.72" }
1111
dotenv = "0.15.0"
12-
sea-orm = { version = "0.12.0", features = ["sqlx-mysql", "runtime-async-std-native-tls", "seaography"] }
12+
sea-orm = { version = "0.12.10", features = ["sqlx-mysql", "runtime-async-std-native-tls", "seaography"] }
1313
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
1414
tracing = { version = "0.1.37" }
1515
tracing-subscriber = { version = "0.3.17" }

examples/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-graphql-poem = { version = "6.0.7" }
99
async-graphql = { version = "6.0.7", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
1010
async-trait = { version = "0.1.72" }
1111
dotenv = "0.15.0"
12-
sea-orm = { version = "0.12.0", features = ["sqlx-postgres", "runtime-async-std-native-tls", "seaography"] }
12+
sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-async-std-native-tls", "seaography"] }
1313
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
1414
tracing = { version = "0.1.37" }
1515
tracing-subscriber = { version = "0.3.17" }

examples/sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-graphql-poem = { version = "6.0.7" }
99
async-graphql = { version = "6.0.7", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
1010
async-trait = { version = "0.1.72" }
1111
dotenv = "0.15.0"
12-
sea-orm = { version = "0.12.0", features = ["sqlx-sqlite", "runtime-async-std-native-tls", "seaography"] }
12+
sea-orm = { version = "0.12.10", features = ["sqlx-sqlite", "runtime-async-std-native-tls", "seaography"] }
1313
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
1414
tracing = { version = "0.1.37" }
1515
tracing-subscriber = { version = "0.3.17" }

0 commit comments

Comments
 (0)