Skip to content

Commit

Permalink
Bump sea-orm from 0.12.8 to 0.12.9
Browse files Browse the repository at this point in the history
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.12.8 to 0.12.9.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.8...0.12.9)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent ccce41e commit dd08091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ default-features = false
features = ["v4"]

[dependencies.sea-orm]
version = "=0.12.8"
version = "=0.12.9"
default-features = false
features = ["sqlx-mysql", "sqlx-postgres", "runtime-actix-rustls"]

Expand Down
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-features = false
features = ["derive"]

[dependencies.sea-orm]
version = "=0.12.8"
version = "=0.12.9"
default-features = false
features = ["macros", "with-time", "with-uuid"]

Expand Down

0 comments on commit dd08091

Please sign in to comment.