diff --git a/postgres-rest-actix/Cargo.toml b/postgres-rest-actix/Cargo.toml index 3243271..aad9cbd 100644 --- a/postgres-rest-actix/Cargo.toml +++ b/postgres-rest-actix/Cargo.toml @@ -9,7 +9,7 @@ name = "postgres_rest_actix" path = "src/lib.rs" [dependencies] -actix = "0.8.3" +actix = "0.12.0" actix-web = "1.0.5" failure = "0.1.5" futures = "0.1.28" diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..38406d3 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -9,7 +9,7 @@ name = "postgres_rest" path = "src/lib.rs" [dependencies] -actix = "0.8.3" +actix = "0.12.0" # DO NOT USE BB8. INTEGRATION TESTS HAD DB CONNECTION TIMEOUTS. # If you really need a connection pool, look into pgbouncer or L337-postgres.