Skip to content

Commit

Permalink
Update hyper-tungstenite to 0.11 (#5361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored Sep 23, 2023
1 parent 3a2e6a0 commit 211f882
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 43 deletions.
54 changes: 12 additions & 42 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 @@ -78,7 +78,7 @@ hostname = "0.3.1"
humantime = "2.1"
humantime-serde = "1.1.1"
hyper = "0.14"
hyper-tungstenite = "0.9"
hyper-tungstenite = "0.11"
inotify = "0.10.2"
itertools = "0.10"
jsonwebtoken = "8"
Expand Down
1 change: 1 addition & 0 deletions workspace_hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ toml_edit = { version = "0.19", features = ["serde"] }
tower = { version = "0.4", features = ["balance", "buffer", "limit", "retry", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
tungstenite = { version = "0.20" }
url = { version = "2", features = ["serde"] }
uuid = { version = "1", features = ["serde", "v4"] }

Expand Down

1 comment on commit 211f882

@github-actions
Copy link

@github-actions github-actions bot commented on 211f882 Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2564 tests run: 2440 passed, 0 failed, 124 skipped (full report)


Flaky tests (4)

Postgres 16

  • test_partial_evict_tenant: release, debug
  • test_get_tenant_size_with_multiple_branches: release

Postgres 14

  • test_branch_creation_heavy_write[20]: release

Code coverage (full report)

  • functions: 53.0% (7792 of 14702 functions)
  • lines: 81.1% (45430 of 56007 lines)

The comment gets automatically updated with the latest test results
211f882 at 2023-09-23T18:22:48.968Z :recycle:

Please sign in to comment.