diff --git a/Cargo.toml b/Cargo.toml index 31c30b0570..722c2f9d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["async", "orm", "mysql", "postgres", "sqlite"] license = "MIT OR Apache-2.0" name = "sea-orm" repository = "https://github.com/SeaQL/sea-orm" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "2.0.0-rc.38" [package.metadata.docs.rs] @@ -78,7 +78,7 @@ sea-schema = { version = "0.17.0-rc.15", default-features = false, features = [ ], optional = true } serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false, optional = true } -sqlx = { version = "0.8.4", default-features = false, optional = true } +sqlx = { version = "0.9.0", default-features = false, optional = true } strum = { version = "0.28", default-features = false } thiserror = { version = "2", default-features = false } time = { version = "0.3.36", default-features = false, optional = true } @@ -138,17 +138,21 @@ postgres-vector = [ proxy = ["serde/derive"] rbac = ["sea-query/audit", "macros"] runtime-async-std = ["sqlx?/runtime-async-std"] -runtime-async-std-native-tls = [ - "sqlx?/runtime-async-std-native-tls", - "runtime-async-std", -] -runtime-async-std-rustls = [ - "sqlx?/runtime-async-std-rustls", - "runtime-async-std", -] runtime-tokio = ["sqlx?/runtime-tokio"] -runtime-tokio-native-tls = ["sqlx?/runtime-tokio-native-tls", "runtime-tokio"] -runtime-tokio-rustls = ["sqlx?/runtime-tokio-rustls", "runtime-tokio"] +tls-none = ["sqlx?/tls-none"] +tls-native-tls = ["sqlx?/tls-native-tls"] +tls-rustls = ["sqlx?/tls-rustls"] +tls-rustls-aws-lc-rs = ["sqlx?/tls-rustls-aws-lc-rs"] +tls-rustls-ring = ["sqlx?/tls-rustls-ring"] +tls-rustls-ring-native-roots = ["sqlx?/tls-rustls-ring-native-roots"] +tls-rustls-ring-webpki = ["sqlx?/tls-rustls-ring-webpki"] + +# TODO: Remove those as a breaking change. +runtime-async-std-native-tls = ["runtime-async-std", "tls-native-tls"] +runtime-async-std-rustls = ["runtime-async-std", "tls-rustls"] +runtime-tokio-native-tls = ["runtime-tokio", "tls-native-tls"] +runtime-tokio-rustls = ["runtime-tokio", "tls-rustls"] + rusqlite = [] schema-sync = ["sea-schema"] sea-orm-internal = [] diff --git a/examples/actix_example/Cargo.toml b/examples/actix_example/Cargo.toml index 3257d5c38d..99204701b5 100644 --- a/examples/actix_example/Cargo.toml +++ b/examples/actix_example/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sam Samai "] edition = "2024" name = "sea-orm-actix-4-beta-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [workspace] diff --git a/examples/actix_example/api/Cargo.toml b/examples/actix_example/api/Cargo.toml index 7caaeee1c8..5ab444a44a 100644 --- a/examples/actix_example/api/Cargo.toml +++ b/examples/actix_example/api/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sam Samai "] edition = "2024" name = "actix-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/actix_example/entity/Cargo.toml b/examples/actix_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/actix_example/entity/Cargo.toml +++ b/examples/actix_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/actix_example/migration/Cargo.toml b/examples/actix_example/migration/Cargo.toml index 0d2a54677e..f2a90cdd2d 100644 --- a/examples/actix_example/migration/Cargo.toml +++ b/examples/actix_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/axum_example/Cargo.toml b/examples/axum_example/Cargo.toml index c72f623fe6..5da038bd30 100644 --- a/examples/axum_example/Cargo.toml +++ b/examples/axum_example/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Yoshiera Huang "] edition = "2024" name = "sea-orm-axum-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [workspace] diff --git a/examples/axum_example/api/Cargo.toml b/examples/axum_example/api/Cargo.toml index 7ad7853178..4db0366767 100644 --- a/examples/axum_example/api/Cargo.toml +++ b/examples/axum_example/api/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Yoshiera Huang "] edition = "2024" name = "axum-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/axum_example/entity/Cargo.toml b/examples/axum_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/axum_example/entity/Cargo.toml +++ b/examples/axum_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/axum_example/migration/Cargo.toml b/examples/axum_example/migration/Cargo.toml index d738b3fbf1..91897db230 100644 --- a/examples/axum_example/migration/Cargo.toml +++ b/examples/axum_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index 03bcaf2945..86d6a1a9c9 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-example-basic" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/graphql_example/Cargo.toml b/examples/graphql_example/Cargo.toml index a056b5539c..0c215da722 100644 --- a/examples/graphql_example/Cargo.toml +++ b/examples/graphql_example/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Aaron Leopold "] edition = "2024" name = "sea-orm-graphql-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/graphql_example/api/Cargo.toml b/examples/graphql_example/api/Cargo.toml index 12a2cf0918..903c9e682e 100644 --- a/examples/graphql_example/api/Cargo.toml +++ b/examples/graphql_example/api/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Aaron Leopold "] edition = "2024" name = "graphql-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/graphql_example/entity/Cargo.toml b/examples/graphql_example/entity/Cargo.toml index a06a0ef633..f222db7bac 100644 --- a/examples/graphql_example/entity/Cargo.toml +++ b/examples/graphql_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/graphql_example/migration/Cargo.toml b/examples/graphql_example/migration/Cargo.toml index ab7422d939..f866cc2a1f 100644 --- a/examples/graphql_example/migration/Cargo.toml +++ b/examples/graphql_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/jsonrpsee_example/Cargo.toml b/examples/jsonrpsee_example/Cargo.toml index 1ecf4913c2..c9c9ddc7d4 100644 --- a/examples/jsonrpsee_example/Cargo.toml +++ b/examples/jsonrpsee_example/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "sea-orm-jsonrpsee-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/jsonrpsee_example/api/Cargo.toml b/examples/jsonrpsee_example/api/Cargo.toml index 02e70738e0..821f1fbf67 100644 --- a/examples/jsonrpsee_example/api/Cargo.toml +++ b/examples/jsonrpsee_example/api/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "jsonrpsee-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/jsonrpsee_example/entity/Cargo.toml b/examples/jsonrpsee_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/jsonrpsee_example/entity/Cargo.toml +++ b/examples/jsonrpsee_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/jsonrpsee_example/migration/Cargo.toml b/examples/jsonrpsee_example/migration/Cargo.toml index ab7422d939..f866cc2a1f 100644 --- a/examples/jsonrpsee_example/migration/Cargo.toml +++ b/examples/jsonrpsee_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/loco_example/Cargo.toml b/examples/loco_example/Cargo.toml index 6caa318bbb..c05bcc5da6 100644 --- a/examples/loco_example/Cargo.toml +++ b/examples/loco_example/Cargo.toml @@ -3,7 +3,7 @@ [package] edition = "2024" name = "todolist" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/loco_example/migration/Cargo.toml b/examples/loco_example/migration/Cargo.toml index adfff65473..458470ef7f 100644 --- a/examples/loco_example/migration/Cargo.toml +++ b/examples/loco_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/loco_seaography/Cargo.toml b/examples/loco_seaography/Cargo.toml index eb43cf46be..bdceb3b942 100644 --- a/examples/loco_seaography/Cargo.toml +++ b/examples/loco_seaography/Cargo.toml @@ -3,7 +3,7 @@ [package] edition = "2024" name = "loco_seaography" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/loco_seaography/migration/Cargo.toml b/examples/loco_seaography/migration/Cargo.toml index 07ca1707ec..9cf6ee936a 100644 --- a/examples/loco_seaography/migration/Cargo.toml +++ b/examples/loco_seaography/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/loco_starter/Cargo.toml b/examples/loco_starter/Cargo.toml index e48418455e..a1a9c43cd0 100644 --- a/examples/loco_starter/Cargo.toml +++ b/examples/loco_starter/Cargo.toml @@ -3,7 +3,7 @@ [package] edition = "2024" name = "loco_starter" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/loco_starter/migration/Cargo.toml b/examples/loco_starter/migration/Cargo.toml index adfff65473..458470ef7f 100644 --- a/examples/loco_starter/migration/Cargo.toml +++ b/examples/loco_starter/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/parquet_example/Cargo.toml b/examples/parquet_example/Cargo.toml index 969da8fb19..d845ad67c4 100644 --- a/examples/parquet_example/Cargo.toml +++ b/examples/parquet_example/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-parquet-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/poem_example/Cargo.toml b/examples/poem_example/Cargo.toml index b8620db36d..fe7a75016d 100644 --- a/examples/poem_example/Cargo.toml +++ b/examples/poem_example/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "sea-orm-poem-example" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/poem_example/api/Cargo.toml b/examples/poem_example/api/Cargo.toml index 092d284df6..a2d43a72eb 100644 --- a/examples/poem_example/api/Cargo.toml +++ b/examples/poem_example/api/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "poem-example-api" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/poem_example/entity/Cargo.toml b/examples/poem_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/poem_example/entity/Cargo.toml +++ b/examples/poem_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/poem_example/migration/Cargo.toml b/examples/poem_example/migration/Cargo.toml index ab7422d939..f866cc2a1f 100644 --- a/examples/poem_example/migration/Cargo.toml +++ b/examples/poem_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/proxy_cloudflare_worker_example/Cargo.toml b/examples/proxy_cloudflare_worker_example/Cargo.toml index 8b1340f237..369b5733cf 100644 --- a/examples/proxy_cloudflare_worker_example/Cargo.toml +++ b/examples/proxy_cloudflare_worker_example/Cargo.toml @@ -3,7 +3,7 @@ authors = ["bjn7 ", "Langyo "] edition = "2024" name = "sea-orm-proxy-gluesql-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [workspace] diff --git a/examples/quickstart/Cargo.toml b/examples/quickstart/Cargo.toml index ed856e6dc5..62186293ba 100644 --- a/examples/quickstart/Cargo.toml +++ b/examples/quickstart/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-quickstart" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/react_admin/backend/Cargo.toml b/examples/react_admin/backend/Cargo.toml index d2ed4cb37a..9d8b9aa240 100644 --- a/examples/react_admin/backend/Cargo.toml +++ b/examples/react_admin/backend/Cargo.toml @@ -3,7 +3,7 @@ [package] edition = "2024" name = "loco_seaography" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/react_admin/backend/migration/Cargo.toml b/examples/react_admin/backend/migration/Cargo.toml index adfff65473..458470ef7f 100644 --- a/examples/react_admin/backend/migration/Cargo.toml +++ b/examples/react_admin/backend/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_example/Cargo.toml b/examples/rocket_example/Cargo.toml index 1d192cb532..93f337928d 100644 --- a/examples/rocket_example/Cargo.toml +++ b/examples/rocket_example/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sam Samai "] edition = "2024" name = "sea-orm-rocket-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [workspace] diff --git a/examples/rocket_example/api/Cargo.toml b/examples/rocket_example/api/Cargo.toml index 79314197a6..a761cb0890 100644 --- a/examples/rocket_example/api/Cargo.toml +++ b/examples/rocket_example/api/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sam Samai "] edition = "2024" name = "rocket-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/rocket_example/entity/Cargo.toml b/examples/rocket_example/entity/Cargo.toml index 381a846260..18d3ad163c 100644 --- a/examples/rocket_example/entity/Cargo.toml +++ b/examples/rocket_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_example/migration/Cargo.toml b/examples/rocket_example/migration/Cargo.toml index d738b3fbf1..91897db230 100644 --- a/examples/rocket_example/migration/Cargo.toml +++ b/examples/rocket_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_okapi_example/Cargo.toml b/examples/rocket_okapi_example/Cargo.toml index 6cabcfc863..c77047fd6c 100644 --- a/examples/rocket_okapi_example/Cargo.toml +++ b/examples/rocket_okapi_example/Cargo.toml @@ -6,7 +6,7 @@ authors = [ edition = "2024" name = "sea-orm-rocket-okapi-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [workspace] diff --git a/examples/rocket_okapi_example/api/Cargo.toml b/examples/rocket_okapi_example/api/Cargo.toml index 5d00135ad8..eb64894bea 100644 --- a/examples/rocket_okapi_example/api/Cargo.toml +++ b/examples/rocket_okapi_example/api/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sam Samai "] edition = "2024" name = "rocket-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/rocket_okapi_example/dto/Cargo.toml b/examples/rocket_okapi_example/dto/Cargo.toml index 4ad6dc28a3..5a7261acb1 100644 --- a/examples/rocket_okapi_example/dto/Cargo.toml +++ b/examples/rocket_okapi_example/dto/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "dto" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_okapi_example/entity/Cargo.toml b/examples/rocket_okapi_example/entity/Cargo.toml index 276bb46999..f6e3a47bc2 100644 --- a/examples/rocket_okapi_example/entity/Cargo.toml +++ b/examples/rocket_okapi_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_okapi_example/migration/Cargo.toml b/examples/rocket_okapi_example/migration/Cargo.toml index 3b86498518..355f61a989 100644 --- a/examples/rocket_okapi_example/migration/Cargo.toml +++ b/examples/rocket_okapi_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/rocket_okapi_example/service/Cargo.toml b/examples/rocket_okapi_example/service/Cargo.toml index ab04e74000..51791b4aaa 100644 --- a/examples/rocket_okapi_example/service/Cargo.toml +++ b/examples/rocket_okapi_example/service/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "rocket-okapi-example-service" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/salvo_example/Cargo.toml b/examples/salvo_example/Cargo.toml index 9f91bfea25..d368ff2c52 100644 --- a/examples/salvo_example/Cargo.toml +++ b/examples/salvo_example/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "sea-orm-salvo-example" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/salvo_example/api/Cargo.toml b/examples/salvo_example/api/Cargo.toml index 5dc92da1e0..e2c2868d01 100644 --- a/examples/salvo_example/api/Cargo.toml +++ b/examples/salvo_example/api/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "salvo-example-api" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/salvo_example/entity/Cargo.toml b/examples/salvo_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/salvo_example/entity/Cargo.toml +++ b/examples/salvo_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/salvo_example/migration/Cargo.toml b/examples/salvo_example/migration/Cargo.toml index ab7422d939..f866cc2a1f 100644 --- a/examples/salvo_example/migration/Cargo.toml +++ b/examples/salvo_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/seaography_example/migration/Cargo.toml b/examples/seaography_example/migration/Cargo.toml index 1568f4074c..2718528926 100644 --- a/examples/seaography_example/migration/Cargo.toml +++ b/examples/seaography_example/migration/Cargo.toml @@ -4,7 +4,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/tonic_example/Cargo.toml b/examples/tonic_example/Cargo.toml index 8724486271..0d31b550a1 100644 --- a/examples/tonic_example/Cargo.toml +++ b/examples/tonic_example/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "sea-orm-tonic-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/tonic_example/api/Cargo.toml b/examples/tonic_example/api/Cargo.toml index 7bf0febf2c..1f1314edd2 100644 --- a/examples/tonic_example/api/Cargo.toml +++ b/examples/tonic_example/api/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "tonic-example-api" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/examples/tonic_example/entity/Cargo.toml b/examples/tonic_example/entity/Cargo.toml index e595024421..1fc97f6822 100644 --- a/examples/tonic_example/entity/Cargo.toml +++ b/examples/tonic_example/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/examples/tonic_example/migration/Cargo.toml b/examples/tonic_example/migration/Cargo.toml index ab7422d939..f866cc2a1f 100644 --- a/examples/tonic_example/migration/Cargo.toml +++ b/examples/tonic_example/migration/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/issues/1143/Cargo.toml b/issues/1143/Cargo.toml index fbd4289952..aa29bc7e42 100644 --- a/issues/1143/Cargo.toml +++ b/issues/1143/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-1143" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/1278/Cargo.toml b/issues/1278/Cargo.toml index ea57780e68..1a8c75be20 100644 --- a/issues/1278/Cargo.toml +++ b/issues/1278/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-1278" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/1357/Cargo.toml b/issues/1357/Cargo.toml index dd7e2f26f8..0a4dd6e266 100644 --- a/issues/1357/Cargo.toml +++ b/issues/1357/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-1357" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/1473/Cargo.toml b/issues/1473/Cargo.toml index 6622aa2701..42286933b8 100644 --- a/issues/1473/Cargo.toml +++ b/issues/1473/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-1473" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies.sea-orm] diff --git a/issues/1599/entity/Cargo.toml b/issues/1599/entity/Cargo.toml index ac180d65d6..26210aa570 100644 --- a/issues/1599/entity/Cargo.toml +++ b/issues/1599/entity/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "entity" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/issues/1599/graphql/Cargo.toml b/issues/1599/graphql/Cargo.toml index c4e0358ed5..7e71d74443 100644 --- a/issues/1599/graphql/Cargo.toml +++ b/issues/1599/graphql/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "graphql" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/1790/Cargo.toml b/issues/1790/Cargo.toml index 625132123a..7e0c1a9c25 100644 --- a/issues/1790/Cargo.toml +++ b/issues/1790/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-1790" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/249/app/Cargo.toml b/issues/249/app/Cargo.toml index 9c7fa2034e..a169df0c7c 100644 --- a/issues/249/app/Cargo.toml +++ b/issues/249/app/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "sea-orm-issues-249-app" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/249/service/Cargo.toml b/issues/249/service/Cargo.toml index d7dc835298..e79a0654de 100644 --- a/issues/249/service/Cargo.toml +++ b/issues/249/service/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "service" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/262/Cargo.toml b/issues/262/Cargo.toml index 3f1e03e2f5..8f217858ed 100644 --- a/issues/262/Cargo.toml +++ b/issues/262/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-262" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/319/Cargo.toml b/issues/319/Cargo.toml index 060830f71f..3982dd8bd7 100644 --- a/issues/319/Cargo.toml +++ b/issues/319/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-319" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/324/Cargo.toml b/issues/324/Cargo.toml index 16ca96aab0..0fe961d7aa 100644 --- a/issues/324/Cargo.toml +++ b/issues/324/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-324" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/352/Cargo.toml b/issues/352/Cargo.toml index 8ea5698d6a..d764c280bf 100644 --- a/issues/352/Cargo.toml +++ b/issues/352/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-352" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/356/Cargo.toml b/issues/356/Cargo.toml index 1cf039cd0d..512c0906e6 100644 --- a/issues/356/Cargo.toml +++ b/issues/356/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-356" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/400/Cargo.toml b/issues/400/Cargo.toml index c406b43344..56e5253cfe 100644 --- a/issues/400/Cargo.toml +++ b/issues/400/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-400" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/471/Cargo.toml b/issues/471/Cargo.toml index 0119734e3f..10d81fac8b 100644 --- a/issues/471/Cargo.toml +++ b/issues/471/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Sebastian Pütz "] edition = "2024" name = "sea-orm-issues-400-471" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/630/Cargo.toml b/issues/630/Cargo.toml index 6825437fc0..cf81e751ea 100644 --- a/issues/630/Cargo.toml +++ b/issues/630/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Erik Rhodes "] edition = "2024" name = "sea-orm-issues-630" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/693/Cargo.toml b/issues/693/Cargo.toml index c4aa08ba61..4925d0ef37 100644 --- a/issues/693/Cargo.toml +++ b/issues/693/Cargo.toml @@ -6,7 +6,7 @@ authors = ["bleuse "] edition = "2024" name = "sea-orm-issues-693" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/86/Cargo.toml b/issues/86/Cargo.toml index 26e12da855..9f8b800b3e 100644 --- a/issues/86/Cargo.toml +++ b/issues/86/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-issues-86" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/issues/892/Cargo.toml b/issues/892/Cargo.toml index 47cdde573a..59176c4c46 100644 --- a/issues/892/Cargo.toml +++ b/issues/892/Cargo.toml @@ -6,7 +6,7 @@ authors = [] edition = "2024" name = "sea-orm-issues-892" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index db9fe1a6d5..c11500167d 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["async", "orm", "mysql", "postgres", "sqlite"] license = "MIT OR Apache-2.0" name = "sea-orm-cli" repository = "https://github.com/SeaQL/sea-orm" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "2.0.0-rc.38" [lib] diff --git a/sea-orm-cli/template/migration/_Cargo.toml b/sea-orm-cli/template/migration/_Cargo.toml index 57797a39dc..31331a6f9e 100644 --- a/sea-orm-cli/template/migration/_Cargo.toml +++ b/sea-orm-cli/template/migration/_Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "migration" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [lib] diff --git a/sea-orm-rocket/codegen/Cargo.toml b/sea-orm-rocket/codegen/Cargo.toml index c5013a393f..f10ba77f92 100644 --- a/sea-orm-rocket/codegen/Cargo.toml +++ b/sea-orm-rocket/codegen/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" name = "sea-orm-rocket-codegen" readme = "../README.md" repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.6.0" [lib] diff --git a/sea-orm-rocket/lib/Cargo.toml b/sea-orm-rocket/lib/Cargo.toml index ebcf139884..037462b525 100644 --- a/sea-orm-rocket/lib/Cargo.toml +++ b/sea-orm-rocket/lib/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" name = "sea-orm-rocket" readme = "../README.md" repository = "https://github.com/SeaQL/sea-orm" -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.6.0" [package.metadata.docs.rs] diff --git a/sea-orm-sync/examples/parquet_example/Cargo.toml b/sea-orm-sync/examples/parquet_example/Cargo.toml index a336cd99f5..054ee30d2d 100644 --- a/sea-orm-sync/examples/parquet_example/Cargo.toml +++ b/sea-orm-sync/examples/parquet_example/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" name = "sea-orm-parquet-example" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/sea-orm-sync/examples/pi_spigot/Cargo.toml b/sea-orm-sync/examples/pi_spigot/Cargo.toml index f605ecb135..f1a2cda464 100644 --- a/sea-orm-sync/examples/pi_spigot/Cargo.toml +++ b/sea-orm-sync/examples/pi_spigot/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "sea-orm-pi-spigot" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies] diff --git a/sea-orm-sync/examples/quickstart/Cargo.toml b/sea-orm-sync/examples/quickstart/Cargo.toml index 0b5341861d..d53a7476e8 100644 --- a/sea-orm-sync/examples/quickstart/Cargo.toml +++ b/sea-orm-sync/examples/quickstart/Cargo.toml @@ -2,7 +2,7 @@ edition = "2024" name = "sea-orm-quickstart" publish = false -rust-version = "1.85.0" +rust-version = "1.94.0" version = "0.1.0" [dependencies]