Skip to content

Commit 88f271d

Browse files
MidasLambdjc
authored andcommitted
Bump tokio-streams minimum version to 0.1.1
The `Stream` wrappers that are used were added in 0.1.1: https://github.com/tokio-rs/tokio/blob/master/tokio-stream/CHANGELOG.md#011-january-4-2021
1 parent baa7199 commit 88f271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_json = { version = "1", optional = true }
2828
thiserror = "1"
2929
url = { version = "2.2", optional = true }
3030
tokio = { version = "1.0", default-features = false, features = ["rt", "time"], optional = true }
31-
tokio-stream = { version = "0.1", optional = true }
31+
tokio-stream = { version = "0.1.1", optional = true }
3232
http = { version = "0.2", optional = true }
3333

3434
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)