Skip to content

Commit

Permalink
Merge pull request #92 from Goval-Community/dependabot/cargo/sea-orm-…
Browse files Browse the repository at this point in the history
…0.12.14

build(deps): bump sea-orm from 0.12.12 to 0.12.14
  • Loading branch information
PotentialStyx authored Feb 18, 2024
2 parents 5796995 + ebfef87 commit 1b96167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ chrono = { version = "0.4.34", default-features = false, features = ["std", "lib
chrono-tz = { version = "0.8.2", optional = true }


sea-orm = { version = "0.12.2", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array" ], optional = true }
sea-orm = { version = "0.12.14", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array" ], optional = true }
migration = { path = "migration", optional = true}
entity = { path = "entity", optional = true}
sea-query = { version = "0.30.7", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ path = "src/mod.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sea-orm = "0.12.2"
sea-orm = "0.12.14"
serde = "1.0.196"

0 comments on commit 1b96167

Please sign in to comment.