mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 11:00:56 +00:00
chore: async-trait in Cargo.lock
This commit is contained in:
parent
eba4489518
commit
da538a50b3
1 changed files with 4 additions and 2 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -226,9 +226,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.58"
|
version = "0.1.60"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
@ -2064,6 +2064,7 @@ dependencies = [
|
||||||
"argon2",
|
"argon2",
|
||||||
"async-compat",
|
"async-compat",
|
||||||
"async-tempfile",
|
"async-tempfile",
|
||||||
|
"async-trait",
|
||||||
"async_zip",
|
"async_zip",
|
||||||
"base64",
|
"base64",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
@ -2088,6 +2089,7 @@ dependencies = [
|
||||||
name = "portfolio-entity"
|
name = "portfolio-entity"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
"sea-orm",
|
"sea-orm",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue