Skip to content

Commit

Permalink
Roll to chromium rev 1359167 (#242)
Browse files Browse the repository at this point in the history
* Roll to chromium rev 1359167

* cargo fmt
  • Loading branch information
Havunen authored Oct 4, 2024
1 parent 07ee966 commit 96609eb
Show file tree
Hide file tree
Showing 6 changed files with 1,651 additions and 115 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = ["chrome", "chromedriver", "puppeteer", "automation"]
categories = ["web-programming", "api-bindings", "development-tools::testing"]

[dependencies]
async-tungstenite = "0.27.0"
async-tungstenite = "0.28.0"
serde = { version = "1", features = ["derive"] }
async-std = { version = "1.5", features = [
async-std = { version = "1", features = [
"attributes",
"unstable",
], optional = true }
Expand Down
Loading

0 comments on commit 96609eb

Please sign in to comment.