mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 20:10:44 +00:00
chore: versions
This commit is contained in:
parent
593d04a106
commit
7a74dba542
2 changed files with 4 additions and 4 deletions
|
|
@ -20,8 +20,8 @@ serde_json = { version = "^1.0" }
|
||||||
chrono = "^0.4"
|
chrono = "^0.4"
|
||||||
|
|
||||||
# logging
|
# logging
|
||||||
log = "0.4"
|
log = "^0.4"
|
||||||
fern = "0.6"
|
fern = "^0.6"
|
||||||
|
|
||||||
portfolio-entity = { path = "../entity" }
|
portfolio-entity = { path = "../entity" }
|
||||||
portfolio-migration = { path = "../migration" }
|
portfolio-migration = { path = "../migration" }
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,8 @@ secrecy = { version = "^0.8" }
|
||||||
base64 = "^0.13"
|
base64 = "^0.13"
|
||||||
|
|
||||||
# logging
|
# logging
|
||||||
log = "0.4"
|
log = "^0.4"
|
||||||
fern = "0.6"
|
fern = "^0.6"
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
version = "^0.10"
|
version = "^0.10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue