Skip to content

Commit

Permalink
Bump tungstenite from 0.20.1 to 0.21.0 (#4479)
Browse files Browse the repository at this point in the history
* Bump tungstenite from 0.20.1 to 0.21.0

Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.20.1 to 0.21.0.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.20.1...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [chore]: bump http to 1.1.0
[chore]: bump attohttpc to 0.28.0
[chore]: bump tokio-tungstenite to 0.21.0

Signed-off-by: Nurzhan Sakén <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Nurzhan Sakén <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
dependabot[bot] and nxsaken authored Apr 22, 2024
1 parent 7cec705 commit d39cbcd
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 80 deletions.
163 changes: 87 additions & 76 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 @@ -64,8 +64,8 @@ drop_bomb = "0.1.5"
futures = { version = "0.3.30", default-features = false }
tokio = "1.37.0"
tokio-stream = "0.1.15"
tokio-tungstenite = "0.20.1"
tungstenite = "0.20.1"
tokio-tungstenite = "0.21.0"
tungstenite = "0.21.0"
crossbeam-queue = "0.3.11"
parking_lot = { version = "0.12.1" }

Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ iroha_telemetry = { workspace = true }
iroha_torii_const = { workspace = true }
iroha_version = { workspace = true, features = ["http"] }

attohttpc = { version = "0.26.1", default-features = false }
attohttpc = { version = "0.28.0", default-features = false }
eyre = { workspace = true }
http = "0.2.12"
http = "1.1.0"
url = { workspace = true }
rand = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit d39cbcd

Please sign in to comment.