Skip to content

Commit

Permalink
Roll to Chromium 129.0.6632.1 (r1336433) (#230)
Browse files Browse the repository at this point in the history
* Roll to Chromium 129.0.6632.1 (r1336433)

* Fix lint error

* Fixed build errors

* Cargo fmt

* Fix block-navigation example build error

* cargo fmt

* Lint fixes

* Fix clippy warnings
  • Loading branch information
Havunen authored Aug 12, 2024
1 parent 626798d commit fc7b476
Show file tree
Hide file tree
Showing 15 changed files with 62,709 additions and 45,729 deletions.
5 changes: 3 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 Expand Up @@ -61,6 +61,7 @@ async-std-runtime = ["async-std", "async-tungstenite/async-std-runtime"]
tokio-runtime = ["tokio", "async-tungstenite/tokio-runtime"]
fetcher = []
bytes = ["dep:bytes"]
serde0 = []

# Temporary features until cargo weak dependencies bug is fixed
# See https://github.com/rust-lang/cargo/issues/10801
Expand Down
7 changes: 5 additions & 2 deletions chromiumoxide_cdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ repository = "https://github.com/mattsse/chromiumoxide"
readme = "../README.md"
include = ["src/**/*", "*.pdl", "LICENSE-*"]

[features]
serde0 = []

[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 fc7b476

Please sign in to comment.