mirror of
https://github.com/actix/actix-website
synced 2025-09-02 09:36:40 +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:
8
examples/Cargo.lock
generated
8
examples/Cargo.lock
generated
@@ -3183,9 +3183,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sea-orm"
|
||||
version = "1.1.14"
|
||||
version = "1.1.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34963b2d68331ef5fbc8aa28a53781471c15f90ba1ad4f2689d21ce8b9a9d1f1"
|
||||
checksum = "458d38dfa73e8ab64260f9fd96d61e1ca96a312d06e94b71615a417ef29efcac"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
@@ -3222,9 +3222,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sea-orm-macros"
|
||||
version = "1.1.14"
|
||||
version = "1.1.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a489127c872766445b4e28f846825f89a076ac3af2591d1365503a68f93e974c"
|
||||
checksum = "af976292446b09dd51d7b1784d6195dec76844e9e9e980b5fb12634ef417d6ea"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
|
@@ -6,7 +6,7 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
sea-orm = { version = "1.1.14", features = [
|
||||
sea-orm = { version = "1.1.15", features = [
|
||||
"sqlx-sqlite",
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
|
Reference in New Issue
Block a user