Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-stream to 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Mar 19, 2024
1 parent 9a4d5bc commit f9ea241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.81"
thiserror = "1.0.58"
futures = "0.3.30"
tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde_json = "1.0.114"
Expand Down

0 comments on commit f9ea241

Please sign in to comment.