diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:46:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 15:46:22 -0700 |
| commit | f04e6d271d5c85994fd03c7aa6310140592640c2 (patch) | |
| tree | b6db0d5d589adf7afa17de95a40611847e9d15f7 /Cargo.toml | |
| parent | fix(deps): update rust crate tokio-util to 0.6.6 (diff) | |
| parent | Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x (diff) | |
| download | whirl-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |