Skip to content

Commit

Permalink
Bump tokio-streams minimum version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MidasLamb authored and djc committed Aug 30, 2023
1 parent baa7199 commit 88f271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = { version = "1", optional = true }
thiserror = "1"
url = { version = "2.2", optional = true }
tokio = { version = "1.0", default-features = false, features = ["rt", "time"], optional = true }
tokio-stream = { version = "0.1", optional = true }
tokio-stream = { version = "0.1.1", optional = true }
http = { version = "0.2", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 88f271d

Please sign in to comment.