Skip to content

Commit

Permalink
chore: Update sea-orm (#434)
Browse files Browse the repository at this point in the history
Closes #335
  • Loading branch information
spencewenski authored Oct 15, 2024
1 parent 473e5aa commit cee3fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cee3fce

Please sign in to comment.