Skip to content

Commit

Permalink
chore: Update async-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Jul 15, 2024
1 parent 35ec03a commit eaf1c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ web-sys = { version = "0.3.22", default-features = false, features = [
serde-wasm-bindgen = "0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-tungstenite = { version = "0.25", default-features = false, features = [
async-tungstenite = { version = "0.26", default-features = false, features = [
"async-std-runtime",
"async-tls",
] }
Expand Down

0 comments on commit eaf1c16

Please sign in to comment.