From 2c72acf9a39ca0341a3ced7d2eb18e328f97578a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 7 Jun 2022 01:04:11 +0300 Subject: chore: bump tokio and warp --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6eab8f2..cb202e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -warp = "0.2.0" -tokio = { version = "0.2.9", features = ["macros"] } +tokio = { version = "1", features = ["full"] } +warp = "0.3" serde = { version = "1.0.104", features = ["derive"] } chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" -- cgit v1.2.3-70-g09d2