mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-17 21:41:20 +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]]
|
||||
name = "async-trait"
|
||||
version = "0.1.58"
|
||||
version = "0.1.60"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
||||
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -2064,6 +2064,7 @@ dependencies = [
|
|||
"argon2",
|
||||
"async-compat",
|
||||
"async-tempfile",
|
||||
"async-trait",
|
||||
"async_zip",
|
||||
"base64",
|
||||
"chrono",
|
||||
|
|
@ -2088,6 +2089,7 @@ dependencies = [
|
|||
name = "portfolio-entity"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"sea-orm",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue