Skip to content

Commit

Permalink
Bump async-tungstenite from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.25.0 to 0.26.0.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent eeb345c commit 65714a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ vbs = "0.1"

# Dependencies enabled by feature `testing`
async-compatibility-layer = { version = "1.1", features = ["logging-utils"], optional = true }
async-tungstenite = { version = "0.25", features = ["async-std-runtime"], optional = true }
async-tungstenite = { version = "0.26", features = ["async-std-runtime"], optional = true }

[target.'cfg(not(windows))'.dependencies]
signal-hook-async-std = "0.2.2"
Expand All @@ -79,5 +79,5 @@ signal-hook-async-std = "0.2.2"
ark-serialize = { version = "0.4", features = ["derive"] }
ark-std = "0.4.0"
async-compatibility-layer = { version = "1.1", features = ["logging-utils"] }
async-tungstenite = { version = "0.25", features = ["async-std-runtime"] }
async-tungstenite = { version = "0.26", features = ["async-std-runtime"] }
portpicker = "0.1"

0 comments on commit 65714a3

Please sign in to comment.