Skip to content

Commit 07f28f6

Browse files
committed
Bump version requirement for futures-util
opentelemetry-sdk apparently is not getting checked for minimal versions upstream, and now depends on a Stream export in the root of futures-util that didn't exist in early versions of that crate. Require 0.3.17, which appears to be the version that introduced the top-level re-exports.
1 parent 854a92d commit 07f28f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ opentelemetry-jaeger = "0.21.0"
4747
opentelemetry-stdout = { version = "0.3.0", features = ["trace", "metrics"] }
4848
opentelemetry-otlp = { version = "0.15.0", features = ["metrics"] }
4949
opentelemetry-semantic-conventions = "0.14.0"
50-
futures-util = { version = "0.3", default-features = false }
50+
futures-util = { version = "0.3.17", default-features = false }
5151
tokio = { version = "1", features = ["full"] }
5252
tokio-stream = "0.1"
5353
tracing = { version = "0.1.35", default-features = false, features = ["std", "attributes"] }

0 commit comments

Comments
 (0)