Skip to content

Commit a0f59e6

Browse files
committed
Update futures to 0.3.7 (for soundness bug rust-lang/futures-rs#2239)
1 parent a75d5f7 commit a0f59e6

File tree

6 files changed

+50
-30
lines changed

6 files changed

+50
-30
lines changed

Cargo.lock

Lines changed: 45 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/billing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bytes = "0.5.6"
1111
chrono = "0.4.19"
1212
csv = "1.1.3"
1313
env_logger = "0.8.1"
14-
futures = "0.3.6"
14+
futures = "0.3.7"
1515
futures-channel = "0.3.5"
1616
hex = "0.4.2"
1717
log = "0.4.11"

test/chaos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
anyhow = "1.0.33"
1010
env_logger = "0.8.1"
11-
futures = "0.3.6"
11+
futures = "0.3.7"
1212
log = "0.4.11"
1313
md-5 = "0.9"
1414
ore = { path = "../../src/ore" }

test/performance/perf-kinesis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aws-util = { path = "../../../src/aws-util" }
1111
bytes = "0.5.6"
1212
chrono = "0.4"
1313
env_logger = "0.8.1"
14-
futures = "0.3.6"
14+
futures = "0.3.7"
1515
futures-channel = "0.3.5"
1616
log = "0.4.11"
1717
ore = { path = "../../../src/ore" }

test/performance/perf-upsert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0.33"
1010
bytes = "0.5.6"
1111
chrono = "0.4.19"
1212
env_logger = "0.8.1"
13-
futures = "0.3.6"
13+
futures = "0.3.7"
1414
futures-channel = "0.3.5"
1515
hex = "0.4.2"
1616
log = "0.4.11"

test/smith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
anyhow = "1.0.33"
1010
env_logger = "0.8.1"
11-
futures = "0.3.6"
11+
futures = "0.3.7"
1212
futures-channel = "0.3.5"
1313
log = "0.4.11"
1414
postgres-types = "0.1.1"

0 commit comments

Comments
 (0)