Skip to content

Commit

Permalink
fix(deps): update rust crate sea-orm to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 9f81c67 commit 9b294c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions 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 packages/cinder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ sqlx-core = { version = "0.5.10", features = [ "runtime-async-std-native-tls" ]
uuid = { version = "0.8", features = ["serde", "v4"] }

[dependencies.sea-orm]
version = "0.5.0"
version = "0.7.1"
features = ["sqlx-postgres", "macros", "runtime-async-std-native-tls", "debug-print"]
default-features = false

0 comments on commit 9b294c9

Please sign in to comment.