1
0
mirror of https://github.com/actix/actix-website synced 2025-08-29 00:07:48 +02:00

chore(deps): bump sea-orm from 1.1.13 to 1.1.14 in /examples (#631)

Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.13 to 1.1.14.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/1.1.x/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/1.1.13...1.1.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-02 08:42:04 +09:00
committed by GitHub
parent 75a831f849
commit ed079dfafb
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ edition.workspace = true
[dependencies]
actix-web = "4"
sea-orm = { version = "1.1.13", features = [
sea-orm = { version = "1.1.14", features = [
"sqlx-sqlite",
"runtime-tokio-native-tls",
"macros",