1
0
mirror of https://github.com/actix/actix-website synced 2025-04-22 13:24:52 +02:00

chore(deps): bump sea-orm from 1.1.8 to 1.1.9 in /examples (#587)

Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.8 to 1.1.9.
- [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.8...1.1.9)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 1.1.9
  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-04-16 12:35:20 +00:00 committed by GitHub
parent af09c63d59
commit 831f252aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
examples/Cargo.lock generated
View File

@ -3203,9 +3203,9 @@ dependencies = [
[[package]]
name = "sea-orm"
version = "1.1.8"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013d6c9e421b9c44c6eb6ebbee283b2a2c90eab2682088c4a2449706a42d117f"
checksum = "cbebb18c5bbcfe2f99f32e40caaa80ddb188cc1d69503cee01fa94f12e021aec"
dependencies = [
"async-stream",
"async-trait",
@ -3242,9 +3242,9 @@ dependencies = [
[[package]]
name = "sea-orm-macros"
version = "1.1.8"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31feeff3ad5e999c64b2b8fd30933b2871911567c4d62dcf70b3effd970c7891"
checksum = "3cbb42bb2abbd1341596458e32f9fa92945742a0c9e61e3a5937bd55e70d5739"
dependencies = [
"heck 0.4.1",
"proc-macro2",

View File

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