Skip to content

Commit 30bd89c

Browse files
committed
Upgrade tokio and futures-preview
1 parent de20f0f commit 30bd89c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

postgres-native-tls/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ default = ["runtime"]
1616
runtime = ["tokio-postgres/runtime"]
1717

1818
[dependencies]
19-
futures-preview = "=0.3.0-alpha.18"
19+
futures-preview = "=0.3.0-alpha.19"
2020
native-tls = "0.2"
21-
tokio-io = "=0.2.0-alpha.5"
22-
tokio-tls = "=0.3.0-alpha.5"
21+
tokio-io = "=0.2.0-alpha.6"
22+
tokio-tls = "=0.3.0-alpha.6"
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.5"
26+
tokio = "=0.2.0-alpha.6"
2727
postgres = { version = "0.16.0-rc.1", path = "../postgres" }

postgres-openssl/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ default = ["runtime"]
1616
runtime = ["tokio-postgres/runtime"]
1717

1818
[dependencies]
19-
futures-preview = "=0.3.0-alpha.18"
19+
futures-preview = "=0.3.0-alpha.19"
2020
openssl = "0.10"
21-
tokio-io = "=0.2.0-alpha.5"
22-
tokio-openssl = "=0.4.0-alpha.5"
21+
tokio-io = "=0.2.0-alpha.6"
22+
tokio-openssl = "=0.4.0-alpha.6"
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.5"
26+
tokio = "=0.2.0-alpha.6"
2727
postgres = { version = "0.16.0-rc.1", path = "../postgres" }

postgres/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
3030
[dependencies]
3131
bytes = "0.4"
3232
fallible-iterator = "0.2"
33-
futures-preview = "=0.3.0-alpha.18"
33+
futures-preview = "=0.3.0-alpha.19"
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.5"
36+
tokio-executor = "=0.2.0-alpha.6"
3737

38-
tokio = { version = "=0.2.0-alpha.5", optional = true }
38+
tokio = { version = "=0.2.0-alpha.6", 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.5"
43+
tokio = "=0.2.0-alpha.6"

tokio-postgres/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ with-serde_json-1 = ["serde-1", "serde_json-1"]
3333
[dependencies]
3434
bytes = "0.4"
3535
fallible-iterator = "0.2"
36-
futures-preview = { version = "=0.3.0-alpha.18", features = ["nightly", "async-await"] }
36+
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
3737
log = "0.4"
3838
parking_lot = "0.9"
3939
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.5", default-features = false, features = ["io", "codec"] }
43+
tokio = { version = "=0.2.0-alpha.6", default-features = false, features = ["io", "codec"] }
4444

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

4848
bit-vec-06 = { version = "0.6", 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.5"
57+
tokio = "=0.2.0-alpha.6"
5858
env_logger = "0.5"

0 commit comments

Comments
 (0)