Skip to content

Commit 9e6fa2a

Browse files
Update Rust crate futures to 0.3.29 (#683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b92e44e commit 9e6fa2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/advanced/router-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
anyhow = "1.0.75"
99
apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" }
1010
async-trait = "0.1.74"
11-
futures = "0.3.28"
11+
futures = "0.3.29"
1212
http = "0.2.9"
1313
schemars = "0.8.15"
1414
serde = "1.0.190"

supergraph/router-rust-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
anyhow = "1.0.75"
88
apollo-router = "1.33.2"
99
async-trait = "0.1.74"
10-
futures = "0.3.28"
10+
futures = "0.3.29"
1111
http = "0.2.9"
1212
schemars = "0.8.15"
1313
serde = "1.0.190"

0 commit comments

Comments
 (0)