1
0
mirror of https://github.com/actix/actix-website synced 2025-09-02 17:46:38 +02:00

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

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

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 1.1.15
  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-09-01 12:47:11 +01:00
committed by GitHub
parent 6ada7c8b43
commit 34987344c2
2 changed files with 5 additions and 5 deletions

8
examples/Cargo.lock generated
View File

@@ -3183,9 +3183,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm" name = "sea-orm"
version = "1.1.14" version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34963b2d68331ef5fbc8aa28a53781471c15f90ba1ad4f2689d21ce8b9a9d1f1" checksum = "458d38dfa73e8ab64260f9fd96d61e1ca96a312d06e94b71615a417ef29efcac"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@@ -3222,9 +3222,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm-macros" name = "sea-orm-macros"
version = "1.1.14" version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a489127c872766445b4e28f846825f89a076ac3af2591d1365503a68f93e974c" checksum = "af976292446b09dd51d7b1784d6195dec76844e9e9e980b5fb12634ef417d6ea"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",

View File

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