From ae57359353cf31ff374a8932999742920878bf00 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 12 Oct 2022 22:52:15 +0200 Subject: upgrade to diesel 2.0 --- planetwars-server/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'planetwars-server/Cargo.toml') diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index f5641d1..183bb90 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -15,15 +15,15 @@ path = "src/cli.rs" [dependencies] futures = "0.3" -tokio = { version = "1.15", features = ["full"] } +tokio = { version = "1.21", features = ["full"] } tokio-stream = "0.1.9" hyper = "0.14" tower-http = { version = "0.3.4", features = ["full"] } axum = { version = "0.5", features = ["json", "headers", "multipart"] } -diesel = { version = "1.4.4", features = ["postgres", "chrono"] } -diesel-derive-enum = { version = "1.1", features = ["postgres"] } -bb8 = "0.7" -bb8-diesel = "0.2" +diesel = { version = "2.0", features = ["postgres", "chrono"] } +diesel-derive-enum = { version = "2.0.0-rc.0", features = ["postgres"] } +bb8 = "0.8" +bb8-diesel = { git = "https://github.com/overdrivenpotato/bb8-diesel.git" } dotenv = "0.15.0" rust-argon2 = "0.8" rand = "0.8.4" -- cgit v1.2.3