Skip to content

Commit

Permalink
Bump tokio-tungstenite from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/snapview/tokio-tungstenite/releases)
- [Commits](https://github.com/snapview/tokio-tungstenite/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 28, 2020
1 parent 133eef7 commit ce405df
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 29 deletions.
98 changes: 70 additions & 28 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 @@ -20,7 +20,7 @@ serde_urlencoded="0.7"
sqlx = { version = "0.4", default-features = false, features = ["postgres", "json", "runtime-tokio-rustls", "macros"] }
sha-1 = "0.9"
tokio = { version = "0.2", features = ["full", "sync", "time"] }
tokio-tungstenite = "0.11.0"
tokio-tungstenite = "0.12.0"
toml = "0.5"
twilight-model = "0.2"
uuid = { version = "0.8", features = ["serde", "v4"], default_features = false }

0 comments on commit ce405df

Please sign in to comment.