From 74b9ec3560a5a5a2118f60602b5e14251caee095 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sun, 27 Nov 2022 12:40:43 +0100 Subject: [PATCH] chore: upgrade dependencies --- core/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 56c1c6d..7ddcf93 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" \ No newline at end of file +once_cell = "1.9.0" \ No newline at end of file