Skip to content

Commit

Permalink
chore(deps): tokio-stream v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 13, 2022
1 parent ccd1966 commit 99fe47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ opentelemetry-semantic-conventions = { version = "0.10.0", optional = true }

tokio = { version = "1.21", optional = true }
tokio-tungstenite = { version = "0.17.2", optional = true }
tokio-stream = { version = "0.1.10", optional = true }
tokio-stream = { version = "0.1.11", optional = true }
tokio-util = { version = "0.7.4", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion viz-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mime_guess = { version = "2.0", optional = true }
# serve
percent-encoding = { version = "2.2.0", optional = true }
tokio = { version = "1.21", optional = true }
tokio-stream = { version = "0.1.10", optional = true }
tokio-stream = { version = "0.1.11", optional = true }
tokio-util = { version = "0.7.4", optional = true }

# embed
Expand Down

0 comments on commit 99fe47c

Please sign in to comment.