From cee3fce35ea09ae030668c8512f0be1ca3283376 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:05:27 -0700 Subject: [PATCH] chore: Update sea-orm (#434) Closes https://github.com/roadster-rs/roadster/issues/335 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7eb783b5..66de0b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ opentelemetry-otlp = { version = "0.26.0", features = ["metrics", "trace", "logs prost = { workspace = true, optional = true } tracing-opentelemetry = { version = "0.27.0", features = ["metrics"], optional = true } -# Controllers +# HTTP APIs # `axum` is not optional because we use the `FromRef` trait pretty extensively, even in parts of # the code that wouldn't otherwise need `axum`. axum = { workspace = true, features = ["macros"] } @@ -136,7 +136,7 @@ members = [".", "examples/*", "book/examples/*"] tracing = { version = "0.1.40", features = ["async-await"] } async-trait = "0.1.74" -# Controllers +# HTTP APIs aide = { version = "0.13.4", features = ["axum"] } axum = "0.7.4" axum-extra = "0.9.0" @@ -146,8 +146,8 @@ schemars = "0.8.16" mime = "0.3.17" # DB -sea-orm = { version = "1.0.1" } -sea-orm-migration = { version = "1.0.0" } +sea-orm = { version = "1.1.0" } +sea-orm-migration = { version = "1.1.0" } # Email lettre = "0.11.0"