Skip to content

Commit

Permalink
chore(deps): update rust crate sea-orm to 0.12.6
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ca34d43 commit 0d3d598
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ axum = { version = "0.6.20", features = ["headers"] }
serde = { version = "1.0.192", features = ["derive"] }
anyhow = "1.0.75"
async-trait = "0.1.74"
sea-orm = { version = "0.12.4", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
sea-orm = { version = "0.12.6", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
tracing = "0.1.40"
mockall = "0.11.4"
envy = "0.4.2"

0 comments on commit 0d3d598

Please sign in to comment.