mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
chore: upgrade dependencies
This commit is contained in:
parent
d9f4090c6a
commit
74b9ec3560
1 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ portfolio-entity = { path = "../entity" }
|
|||
serde = { version = "^1.0", features = ["derive"] }
|
||||
|
||||
# csv
|
||||
csv = "1.1"
|
||||
csv = "^1.1"
|
||||
|
||||
# error
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ thiserror = "^1.0"
|
|||
dotenv = "^0.15"
|
||||
|
||||
# async
|
||||
tokio = "^1.21"
|
||||
tokio = "^1.22"
|
||||
futures = "^0.3"
|
||||
async-compat = "^0.2"
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ features = [
|
|||
]
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "^1.21", features = ["macros"] }
|
||||
tokio = { version = "^1.22", features = ["macros"] }
|
||||
async-tempfile = "^0.2"
|
||||
serial_test = "0.9.0"
|
||||
once_cell = "1.9.0"
|
||||
once_cell = "1.9.0"
|
||||
Loading…
Reference in a new issue