Skip to content

Commit

Permalink
chore(deps): update rust crate sea-orm to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 27, 2024
1 parent 09cef72 commit a128952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"

# ORM
sea-orm = { version = "1.0.0", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "mock"] }
sea-orm = { version = "1.0.1", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "mock"] }

# Date/Time
time = { version = "0.3.36", features = ["serde-human-readable", "local-offset"] }
Expand Down

0 comments on commit a128952

Please sign in to comment.