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

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

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

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 1.1.13
  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-06-30 22:08:05 +09:00
committed by GitHub
parent c692f99c81
commit d448babc94
2 changed files with 5 additions and 5 deletions

8
examples/Cargo.lock generated
View File

@@ -3192,9 +3192,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm" name = "sea-orm"
version = "1.1.12" version = "1.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18b7272b88bd608cd846de24f41b74a0315a135fe761b0aed4ec1ce6a6327a93" checksum = "560ea59f07472886a236e7919b9425cf16914fee1d663d3c32f1af2e922b83f0"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
@@ -3231,9 +3231,9 @@ dependencies = [
[[package]] [[package]]
name = "sea-orm-macros" name = "sea-orm-macros"
version = "1.1.12" version = "1.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c38255a6b2e6d1ae2d5df35696507a345f03c036ae32caeb0a3b922dbab610d" checksum = "70d0ea50bb4317c8a58ed34dc410a79d685128e7b77ddcd9e8b59ae6416a56d9"
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.12", features = [ sea-orm = { version = "1.1.13", features = [
"sqlx-sqlite", "sqlx-sqlite",
"runtime-tokio-native-tls", "runtime-tokio-native-tls",
"macros", "macros",