Skip to content

Commit

Permalink
chore(deps): bump sea-orm from 0.12.15 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.12.15 to 1.0.0.
- [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.15...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 7474fa3 commit 8f7d080
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 32 deletions.
112 changes: 81 additions & 31 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 @@ -9,7 +9,7 @@ async-graphql = { version = "7.0.5", features = ["chrono", "apollo_persisted_que
async-graphql-parser = "7.0.5"
async-graphql-axum = "7.0.5"
chrono = { version = "0.4.24", default-features=false }
sea-orm = { version = "0.12.5", features = ["sqlx-mysql", "runtime-actix-rustls", "macros", "with-chrono", "with-json" ], default-features = false }
sea-orm = { version = "1.0.0", features = ["sqlx-mysql", "runtime-actix-rustls", "macros", "with-chrono", "with-json" ], default-features = false }
sea-query = { version = "0.30.7", default-features = false, features = ["derive", "backend-mysql"] }
redis = { version = "0.25.3", features = ["aio", "tokio-comp", "connection-manager"] }
tracing = { version = "0.1.40", features = ["log"] }
Expand Down

0 comments on commit 8f7d080

Please sign in to comment.