Skip to content

Commit

Permalink
Merge pull request #6 from drager/dependabot/cargo/tokio-tungstenite-…
Browse files Browse the repository at this point in the history
…0.24.0

chore(deps): Bump tokio-tungstenite from 0.23.1 to 0.24.0
  • Loading branch information
drager authored Dec 1, 2024
2 parents 58ebb2b + abc91e3 commit 3c5fbbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -13,7 +13,7 @@ anyhow = "1.0.42"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = [ "full" ] }
tokio-tungstenite = { version = "0.23.0", features = ["url"] }
tokio-tungstenite = { version = "0.24.0", features = ["url"] }
chrono = { version = "0.4.19", features = ["serde"] }
futures = "0.3.16"
typed-builder = "0.18.0"
Expand Down

0 comments on commit 3c5fbbc

Please sign in to comment.