Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 7defe39 commit 0d10b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prettyplease = "0.2.16"
sea-orm = { workspace = true }

[build-dependencies]
sea-orm-codegen = { version = "0.12.14" }
sea-orm-codegen = { version = "0.12.15" }
sea-schema = { version = "0.14.2", default-features = false, features = [
"runtime-tokio-rustls",
"sqlx-mysql",
Expand Down

0 comments on commit 0d10b39

Please sign in to comment.