Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Aug 13, 2023
1 parent 19634a6 commit 1895656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ arc-swap = { version = "1.5", optional = true }
base64 = { version = "0.21.0", optional = true }
tokio = { version = "1", optional = true, default_features = false, features = ["io-util"] }

tokio-tungstenite = { version = "0.19", optional = true, default_features = false, features = ["connect"] }
tokio-tungstenite = { version = "0.20", optional = true, default_features = false, features = ["connect"] }
miniz_oxide = { version = "0.7", optional = true }
futures = { version = "0.3", optional = true }
pin-project-lite = { version = "0.2.8", optional = true }
Expand Down

0 comments on commit 1895656

Please sign in to comment.