aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 15:46:22 -0700
committerGitHub <[email protected]>2021-04-29 15:46:22 -0700
commitf04e6d271d5c85994fd03c7aa6310140592640c2 (patch)
treeb6db0d5d589adf7afa17de95a40611847e9d15f7 /Cargo.toml
parentfix(deps): update rust crate tokio-util to 0.6.6 (diff)
parentMerge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x (diff)
downloadwhirl-f04e6d271d5c85994fd03c7aa6310140592640c2.tar.xz
whirl-f04e6d271d5c85994fd03c7aa6310140592640c2.zip
Merge branch 'develop' into renovate/rust-tokio-util-0.x
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 593e58b..4e604d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,12 +40,12 @@ structopt = "0.3.21"
config = "0.11.0"
# TCP
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
tokio-stream = "0.1.5"
# Database
-sqlx = { version = "0.5.1", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] }
+sqlx = { version = "0.5.2", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] }
# Web-server
#actix-web = "3"