Skip to content

Commit 1fa4838

Browse files
committed
Upgrade to tokio alpha.5
1 parent 5283ad4 commit 1fa4838

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

postgres-native-tls/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ runtime = ["tokio-postgres/runtime"]
1818
[dependencies]
1919
futures-preview = "=0.3.0-alpha.18"
2020
native-tls = "0.2"
21-
tokio-io = "=0.2.0-alpha.4"
22-
tokio-tls = "=0.3.0-alpha.4"
21+
tokio-io = "=0.2.0-alpha.5"
22+
tokio-tls = "=0.3.0-alpha.5"
2323
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
2424

2525
[dev-dependencies]
26-
tokio = "=0.2.0-alpha.4"
26+
tokio = "=0.2.0-alpha.5"
2727
postgres = { version = "0.16.0-rc.1", path = "../postgres" }

postgres-openssl/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ runtime = ["tokio-postgres/runtime"]
1818
[dependencies]
1919
futures-preview = "=0.3.0-alpha.18"
2020
openssl = "0.10"
21-
tokio-io = "=0.2.0-alpha.4"
22-
tokio-openssl = "=0.4.0-alpha.4"
21+
tokio-io = "=0.2.0-alpha.5"
22+
tokio-openssl = "=0.4.0-alpha.5"
2323
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
2424

2525
[dev-dependencies]
26-
tokio = "=0.2.0-alpha.4"
26+
tokio = "=0.2.0-alpha.5"
2727
postgres = { version = "0.16.0-rc.1", path = "../postgres" }

postgres/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ fallible-iterator = "0.2"
3333
futures-preview = "=0.3.0-alpha.18"
3434
pin-utils = "=0.1.0-alpha.4"
3535
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }
36-
tokio-executor = "=0.2.0-alpha.4"
36+
tokio-executor = "=0.2.0-alpha.5"
3737

38-
tokio = { version = "=0.2.0-alpha.4", optional = true }
38+
tokio = { version = "=0.2.0-alpha.5", optional = true }
3939
lazy_static = { version = "1.0", optional = true }
4040
log = { version = "0.4", optional = true }
4141

4242
[dev-dependencies]
43-
tokio = "=0.2.0-alpha.4"
43+
tokio = "=0.2.0-alpha.5"

tokio-postgres/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ percent-encoding = "1.0"
4040
pin-utils = "=0.1.0-alpha.4"
4141
phf = "0.7.23"
4242
postgres-protocol = { version = "0.4.1", path = "../postgres-protocol" }
43-
tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["io", "codec"] }
43+
tokio = { version = "=0.2.0-alpha.5", default-features = false, features = ["io", "codec"] }
4444

45-
tokio-executor = { version = "=0.2.0-alpha.4", optional = true }
45+
tokio-executor = { version = "=0.2.0-alpha.5", optional = true }
4646
lazy_static = { version = "1.0", optional = true }
4747

4848
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 }
5454
uuid-07 = { version = "0.7", package = "uuid", optional = true }
5555

5656
[dev-dependencies]
57-
tokio = "=0.2.0-alpha.4"
57+
tokio = "=0.2.0-alpha.5"
5858
env_logger = "0.5"

0 commit comments

Comments
 (0)