Skip to content

Commit

Permalink
Roll to Chromium 129.0.6632.1 (r1336433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Aug 2, 2024
1 parent 626798d commit 45ce572
Show file tree
Hide file tree
Showing 7 changed files with 62,665 additions and 45,712 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["chrome", "chromedriver", "puppeteer", "automation"]
categories = ["web-programming", "api-bindings", "development-tools::testing"]

[dependencies]
async-tungstenite = "0.25"
async-tungstenite = "0.27.0"
serde = { version = "1", features = ["derive"] }
async-std = { version = "1.5", features = [
"attributes",
Expand All @@ -24,7 +24,7 @@ chromiumoxide_types = { path = "chromiumoxide_types", version = "0.6" }
chromiumoxide_cdp = { path = "chromiumoxide_cdp", version = "0.6" }
chromiumoxide_fetcher = { path = "chromiumoxide_fetcher", version = "0.6", default-features = false, optional = true }
serde_json = "1"
which = "4"
which = "6"
thiserror = "1"
url = "2"
base64 = "0.22"
Expand Down
4 changes: 2 additions & 2 deletions chromiumoxide_cdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ include = ["src/**/*", "*.pdl", "LICENSE-*"]

[dev-dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
ureq = "2.6.2"
tempfile = "3.2.0"
ureq = "2.10.0"
tempfile = "3.10.1"

[dependencies]
chromiumoxide_pdl = { path = "../chromiumoxide_pdl", version = "0.6" }
Expand Down
Loading

0 comments on commit 45ce572

Please sign in to comment.