mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-20 15:01:19 +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"
|
||||
|
||||
# logging
|
||||
log = "0.4"
|
||||
fern = "0.6"
|
||||
log = "^0.4"
|
||||
fern = "^0.6"
|
||||
|
||||
portfolio-entity = { path = "../entity" }
|
||||
portfolio-migration = { path = "../migration" }
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ secrecy = { version = "^0.8" }
|
|||
base64 = "^0.13"
|
||||
|
||||
# logging
|
||||
log = "0.4"
|
||||
fern = "0.6"
|
||||
log = "^0.4"
|
||||
fern = "^0.6"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "^0.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue