Skip to content

Commit

Permalink
fix(deps): update rust crate tungstenite to 0.21 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 3, 2024
1 parent 8f8cbe8 commit f41d104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serde_json = "1"
serde_with = "3"
tokio = { version = "1", features = ["full"] }
toml = "0.8.8"
tungstenite = "0.20"
tungstenite = "0.21"
url = "2.5"

# see: https://nnethercote.github.io/perf-book/build-configuration.html
Expand Down

0 comments on commit f41d104

Please sign in to comment.