Skip to content

Commit

Permalink
Bump sea-orm from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.11.2 to 0.11.3.
- [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.11.2...0.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 4296985 commit dd6a1e0
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ default-features = false
features = ["pkce-plain"]

[dependencies.sea-orm]
version = "0.11.2"
version = "0.11.3"
features = [
"runtime-tokio-rustls",
"macros",
Expand All @@ -71,7 +71,7 @@ features = [

[dev-dependencies]
trillium-testing = { version = "0.5.0", features = ["tokio"] }
sea-orm = { version = "0.11.2", features = ["sqlx-sqlite"] }
sea-orm = { version = "0.11.3", features = ["sqlx-sqlite"] }
regex = "1.8.1"

[build-dependencies]
Expand Down

0 comments on commit dd6a1e0

Please sign in to comment.