1
0
mirror of https://github.com/actix/actix-website synced 2025-05-16 14:43:36 +02:00

chore(deps): bump sea-orm from 1.1.10 to 1.1.11 in /examples (#602)

Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.10 to 1.1.11.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/1.1.10...1.1.11)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 1.1.11
  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-05-12 06:16:14 +01:00 committed by GitHub
parent 9ca479feda
commit a25e09076e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
examples/Cargo.lock generated
View File

@ -3192,9 +3192,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm" name = "sea-orm"
version = "1.1.10" version = "1.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e" checksum = "f7cf58b28bcf1e053539c38afbb60d963ac8e1db87f6109db7b0eff4cbeaefb3"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@ -3231,11 +3231,11 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm-macros" name = "sea-orm-macros"
version = "1.1.10" version = "1.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b" checksum = "cac37512fde1f5b9ef71ec773cfabb90ad3b68c27e53131ff38763c247fcbb2d"
dependencies = [ dependencies = [
"heck 0.4.1", "heck 0.5.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"sea-bae", "sea-bae",
@ -3245,9 +3245,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-query" name = "sea-query"
version = "0.32.3" version = "0.32.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a24d8b9fcd2674a6c878a3d871f4f1380c6c43cc3718728ac96864d888458e" checksum = "5506de3a33d9ee4ee161c5847acb87fe4f82ced6649afc9eabeb8df6f40ba94a"
dependencies = [ dependencies = [
"bigdecimal", "bigdecimal",
"chrono", "chrono",

View File

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