Skip to content

Commit

Permalink
Merge pull request #294 from GiganticMinecraft/renovate/sea-orm-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate sea-orm to 0.12.3
  • Loading branch information
rito528 authored Sep 28, 2023
2 parents 200ec1e + 4cb9217 commit 53f9e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ axum = { version = "0.6.20", features = ["headers"] }
serde = { version = "1.0.188", features = ["derive"] }
anyhow = "1.0.75"
async-trait = "0.1.73"
sea-orm = { version = "0.12.2", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
sea-orm = { version = "0.12.3", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
tracing = "0.1.37"
mockall = "0.11.4"
envy = "0.4.2"
Expand Down

0 comments on commit 53f9e12

Please sign in to comment.