Skip to content

Commit

Permalink
Bumped futures-preview version.
Browse files Browse the repository at this point in the history
  • Loading branch information
realcr committed Feb 28, 2019
1 parent 80bd429 commit 15aacca
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 78 deletions.
121 changes: 62 additions & 59 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ node = { path = "../node", version = "0.1.0" , package = "offst-node" }

log = "0.4"
simple_logger = "1.0.1"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

2 changes: 1 addition & 1 deletion components/app_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ timer = { path = "../timer", version = "0.1.0" , package = "offst-timer" }
proto = { path = "../proto", version = "0.1.0" , package = "offst-proto" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"
im = "12.0.0"
2 changes: 1 addition & 1 deletion components/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ base64 = "0.10.1"
clap = "2.32.0"
log = "0.4"
simple_logger = "1.0.1"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion components/channeler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ proto = { path = "../proto", version = "0.1.0" , package = "offst-proto" }
relay = { path = "../relay", version = "0.1.0" , package = "offst-relay" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

2 changes: 1 addition & 1 deletion components/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log = "0.4"


bytes = "0.4"
futures-preview = {version = "0.3.0-alpha.11", features = ["compat"] }
futures-preview = {version = "0.3.0-alpha.13", features = ["compat"] }

tokio = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion components/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
common = { path = "../common", version = "0.1.0", package = "offst-common" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"
im = "12.0.0"

atomicwrites = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion components/funder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ untrusted = "0.6"

bytes = "0.4"
futures-cpupool = "0.1.8"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

num-bigint = "0.2.0"
num-traits = "0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion components/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
common = { path = "../common", version = "0.1.0", package = "offst-common" }
crypto = { path = "../crypto", version = "0.1.0" , package = "offst-crypto"}

futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

[dev-dependencies]

2 changes: 1 addition & 1 deletion components/index_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ database = { path = "../database", version = "0.1.0", package = "offst-database"
log = "0.4"
# TODO: How to make sure this is only imported in tests?
env_logger = "0.6.0"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

serde_derive = "1.0.87"
serde = "1.0.87"
Expand Down
2 changes: 1 addition & 1 deletion components/index_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ log = "0.4"
# TODO: How to make sure this is only imported in tests?
env_logger = "0.6.0"

futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

2 changes: 1 addition & 1 deletion components/keepalive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ timer = { path = "../timer", version = "0.1.0" , package = "offst-timer" }
proto = { path = "../proto", version = "0.1.0" , package = "offst-proto" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

2 changes: 1 addition & 1 deletion components/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = "0.1"

# For compatibility layer:
futures_01 = { version = "0.1", package = "futures" }
futures-preview = {version = "0.3.0-alpha.11", features = ["compat"] }
futures-preview = {version = "0.3.0-alpha.13", features = ["compat"] }

log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion components/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ net = { path = "../net", version = "0.1.0" , package = "offst-net" }


log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"
serde_derive = "1.0.87"
serde = "1.0.87"

2 changes: 1 addition & 1 deletion components/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ version = { path = "../version", version = "0.1.0" , package = "offst-version" }
secure-channel = { path = "../secure_channel", version = "0.1.0" , package = "offst-secure-channel" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

2 changes: 1 addition & 1 deletion components/secure_channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proto = { path = "../proto", version = "0.1.0" , package = "offst-proto" }
log = "0.4"
pretty_env_logger = "0.2"

futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

byteorder = "1.1"

Expand Down
4 changes: 2 additions & 2 deletions components/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ index_server = { path = "../index_server", version = "0.1.0" , package = "offst-
node = { path = "../node", version = "0.1.0" , package = "offst-node" }
database = { path = "../database", version = "0.1.0" , package = "offst-database" }

futures-preview = {version = "0.3.0-alpha.11", features = ["compat"] }
futures-test-preview = {version = "0.3.0-alpha.11"}
futures-preview = {version = "0.3.0-alpha.13", features = ["compat"] }
futures-test-preview = {version = "0.3.0-alpha.13"}

log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion components/timer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
log = "0.4"

bytes = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

common = { path = "../common", version = "0.1.0", package = "offst-common" }

Expand Down
2 changes: 1 addition & 1 deletion components/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ edition = "2018"
common = { path = "../common", version = "0.1.0", package = "offst-common" }

log = "0.4"
futures-preview = "0.3.0-alpha.11"
futures-preview = "0.3.0-alpha.13"

byteorder = "1.1"

0 comments on commit 15aacca

Please sign in to comment.