diff --git a/postgres-native-tls/Cargo.toml b/postgres-native-tls/Cargo.toml index 48023039..7c436fba 100644 --- a/postgres-native-tls/Cargo.toml +++ b/postgres-native-tls/Cargo.toml @@ -18,10 +18,10 @@ runtime = ["tokio-postgres/runtime"] [dependencies] futures-preview = "=0.3.0-alpha.18" native-tls = "0.2" -tokio-io = "=0.2.0-alpha.4" -tokio-tls = "=0.3.0-alpha.4" +tokio-io = "=0.2.0-alpha.5" +tokio-tls = "=0.3.0-alpha.5" tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false } [dev-dependencies] -tokio = "=0.2.0-alpha.4" +tokio = "=0.2.0-alpha.5" postgres = { version = "0.16.0-rc.1", path = "../postgres" } diff --git a/postgres-openssl/Cargo.toml b/postgres-openssl/Cargo.toml index ed1aa6c1..695befeb 100644 --- a/postgres-openssl/Cargo.toml +++ b/postgres-openssl/Cargo.toml @@ -18,10 +18,10 @@ runtime = ["tokio-postgres/runtime"] [dependencies] futures-preview = "=0.3.0-alpha.18" openssl = "0.10" -tokio-io = "=0.2.0-alpha.4" -tokio-openssl = "=0.4.0-alpha.4" +tokio-io = "=0.2.0-alpha.5" +tokio-openssl = "=0.4.0-alpha.5" tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false } [dev-dependencies] -tokio = "=0.2.0-alpha.4" +tokio = "=0.2.0-alpha.5" postgres = { version = "0.16.0-rc.1", path = "../postgres" } diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 38110b32..dee0fc2c 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -33,11 +33,11 @@ fallible-iterator = "0.2" futures-preview = "=0.3.0-alpha.18" pin-utils = "=0.1.0-alpha.4" tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false } -tokio-executor = "=0.2.0-alpha.4" +tokio-executor = "=0.2.0-alpha.5" -tokio = { version = "=0.2.0-alpha.4", optional = true } +tokio = { version = "=0.2.0-alpha.5", optional = true } lazy_static = { version = "1.0", optional = true } log = { version = "0.4", optional = true } [dev-dependencies] -tokio = "=0.2.0-alpha.4" +tokio = "=0.2.0-alpha.5" diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 36b84abe..8e5184a2 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -40,9 +40,9 @@ percent-encoding = "1.0" pin-utils = "=0.1.0-alpha.4" phf = "0.7.23" postgres-protocol = { version = "0.4.1", path = "../postgres-protocol" } -tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["io", "codec"] } +tokio = { version = "=0.2.0-alpha.5", default-features = false, features = ["io", "codec"] } -tokio-executor = { version = "=0.2.0-alpha.4", optional = true } +tokio-executor = { version = "=0.2.0-alpha.5", optional = true } lazy_static = { version = "1.0", optional = true } bit-vec-05 = { version = "0.5", package = "bit-vec", optional = true } @@ -54,5 +54,5 @@ serde_json-1 = { version = "1.0", package = "serde_json", optional = true } uuid-07 = { version = "0.7", package = "uuid", optional = true } [dev-dependencies] -tokio = "=0.2.0-alpha.4" +tokio = "=0.2.0-alpha.5" env_logger = "0.5"