Bump sea-orm from 0.10.2 to 0.10.3

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

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-17 22:32:10 +00:00 committed by Eugene
parent 66d9c36047
commit 84b60a242d
8 changed files with 11 additions and 12 deletions

9
Cargo.lock generated
View file

@ -3423,9 +3423,9 @@ checksum = "2fde85c94a50dc789df8ca7b39f6b8b1eaa6cd320cc729e9ce1e1e1104292719"
[[package]]
name = "sea-orm"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f0afff0dd7581c8cc88b35fdd42d207f379ce5cfc5a88e65b5aa95e0ec3d3f"
checksum = "8744afc95ca462de12c2cea5a56d7e406f3be2b2683d3b05066e1afdba898bc5"
dependencies = [
"async-stream",
"async-trait",
@ -3433,7 +3433,6 @@ dependencies = [
"futures",
"futures-util",
"log",
"once_cell",
"ouroboros",
"sea-orm-macros",
"sea-query",
@ -3467,9 +3466,9 @@ dependencies = [
[[package]]
name = "sea-orm-macros"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d1c53d3ed30403f210ef8a67da9d929a4d07a91b6478ae3ab827d2d91b88a84"
checksum = "4ca4d01381fdcabc3818b6d39c5f1f0c885900af90da638e4001406907462784"
dependencies = [
"bae",
"heck 0.3.3",

View file

@ -27,7 +27,7 @@ poem-openapi = { version = "2.0.19", features = [
russh-keys = { version = "0.23.0-beta.1", features = ["openssl"] }
# russh-keys = { version = "0.23.0-beta.1", features = ["openssl"], path = "../../russh/russh-keys" }
rust-embed = "6.3"
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"runtime-tokio-native-tls",
"macros",
], default-features = false }

View file

@ -26,7 +26,7 @@ poem-openapi = { version = "2.0.19", features = [
rand = "0.8"
rand_chacha = "0.3"
rand_core = { version = "0.6", features = ["std"] }
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"runtime-tokio-native-tls",
"macros",
], default-features = false }

View file

@ -30,7 +30,7 @@ poem-openapi = { version = "2.0.19", features = [
rand = "0.8"
rand_chacha = "0.3"
rand_core = { version = "0.6", features = ["std"] }
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"runtime-tokio-native-tls",
"macros",
], default-features = false }

View file

@ -7,7 +7,7 @@ version = "0.6.5"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
poem-openapi = { version = "2.0.19", features = ["chrono", "uuid"] }
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"macros",
"with-chrono",
"with-uuid",

View file

@ -10,7 +10,7 @@ version = "0.6.5"
[dependencies]
async-std = { version = "^1.11", features = ["attributes"] }
chrono = "0.4"
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"runtime-tokio-native-tls",
"macros",
"with-chrono",

View file

@ -16,7 +16,7 @@ russh = { version = "0.35.0-beta.3", features = ["vendored-openssl"] }
# russh = { version = "0.35.0-beta.3", features = ["vendored-openssl"], path = "../../russh/russh"}
russh-keys = { version = "0.23.0-beta.1", features = ["vendored-openssl"] }
# russh-keys = { version = "0.23.0-beta.1", features = ["vendored-openssl"], path = "../../russh/russh-keys" }
sea-orm = { version = "0.10.2", features = [
sea-orm = { version = "0.10.3", features = [
"runtime-tokio-native-tls",
], default-features = false }
thiserror = "1.0"

View file

@ -22,7 +22,7 @@ notify = "^5.0.0"
rcgen = { version = "0.10", features = ["zeroize"] }
serde_json = "1.0"
serde_yaml = "0.8.23"
sea-orm = { version = "0.10.2", default-features = false }
sea-orm = { version = "0.10.3", default-features = false }
time = "0.3"
tokio = { version = "1.20", features = ["tracing", "signal", "macros"] }
tracing = "0.1"