diff --git a/examples/axum_example/core/Cargo.toml b/examples/axum_example/core/Cargo.toml index b36b312f3..6c83f4f89 100644 --- a/examples/axum_example/core/Cargo.toml +++ b/examples/axum_example/core/Cargo.toml @@ -13,7 +13,7 @@ path = "../../../" # remove this line in your own project version = "0.10.3" # sea-orm version features = [ "debug-print", - "runtime-async-std-native-tls", + "runtime-tokio-native-tls", "sqlx-postgres", # "sqlx-mysql", # "sqlx-sqlite",