mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
Bump sea-orm from 0.10.5 to 0.10.6
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.10.5 to 0.10.6. - [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.5...0.10.6) --- 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:
parent
884fae0c7b
commit
e4c7069a94
8 changed files with 11 additions and 11 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -3434,9 +3434,9 @@ checksum = "2fde85c94a50dc789df8ca7b39f6b8b1eaa6cd320cc729e9ce1e1e1104292719"
|
|||
|
||||
[[package]]
|
||||
name = "sea-orm"
|
||||
version = "0.10.5"
|
||||
version = "0.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28fc9dad132e450d6320bd5953e70fb88b42785080b591e9be804da69bd8a170"
|
||||
checksum = "bc2db217f2061ab2bbb1bd22323a533ace0617f97690919f3ed3894e1b3ba170"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
|
@ -3477,9 +3477,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sea-orm-macros"
|
||||
version = "0.10.5"
|
||||
version = "0.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "66af5d33e04e56dafb2c700f9b1201a39e6c2c77b53ed9ee93244f21f8de6041"
|
||||
checksum = "38066057ef1fa17ddc6ce1458cf269862b8f1df919497d110ea127b549a90fbd"
|
||||
dependencies = [
|
||||
"bae",
|
||||
"heck 0.3.3",
|
||||
|
|
|
@ -27,7 +27,7 @@ poem-openapi = { version = "2.0.21", 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.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
], default-features = false }
|
||||
|
|
|
@ -26,7 +26,7 @@ poem-openapi = { version = "2.0.21", features = [
|
|||
rand = "0.8"
|
||||
rand_chacha = "0.3"
|
||||
rand_core = { version = "0.6", features = ["std"] }
|
||||
sea-orm = { version = "0.10.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
], default-features = false }
|
||||
|
|
|
@ -30,7 +30,7 @@ poem-openapi = { version = "2.0.21", features = [
|
|||
rand = "0.8"
|
||||
rand_chacha = "0.3"
|
||||
rand_core = { version = "0.6", features = ["std"] }
|
||||
sea-orm = { version = "0.10.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
], default-features = false }
|
||||
|
|
|
@ -7,7 +7,7 @@ version = "0.7.0"
|
|||
[dependencies]
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
poem-openapi = { version = "2.0.21", features = ["chrono", "uuid"] }
|
||||
sea-orm = { version = "0.10.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"macros",
|
||||
"with-chrono",
|
||||
"with-uuid",
|
||||
|
|
|
@ -10,7 +10,7 @@ version = "0.7.0"
|
|||
[dependencies]
|
||||
async-std = { version = "^1.11", features = ["attributes"] }
|
||||
chrono = "0.4"
|
||||
sea-orm = { version = "0.10.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
"with-chrono",
|
||||
|
|
|
@ -16,7 +16,7 @@ russh = { version = "0.35.0-beta.9", features = ["vendored-openssl"] }
|
|||
# russh = { version = "0.35.0-beta.6", 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.5", features = [
|
||||
sea-orm = { version = "0.10.6", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
], default-features = false }
|
||||
thiserror = "1.0"
|
||||
|
|
|
@ -21,7 +21,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.5", default-features = false }
|
||||
sea-orm = { version = "0.10.6", default-features = false }
|
||||
time = "0.3"
|
||||
tokio = { version = "1.20", features = ["tracing", "signal", "macros"] }
|
||||
tracing = "0.1"
|
||||
|
|
Loading…
Reference in a new issue