chore: upgrade dependencies

This commit is contained in:
Sebastian Pravda 2022-11-27 12:40:43 +01:00
parent d9f4090c6a
commit 74b9ec3560
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -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"