Skip to content

Commit

Permalink
Update to reqwest 0.12 and async-tungstenite 0.25 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
krant authored Apr 18, 2024
1 parent c1c30fd commit a798f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.23"
async-tungstenite = "0.25"
serde = { version = "1", features = ["derive"] }
async-std = { version = "1.5", features = [
"attributes",
Expand Down Expand Up @@ -43,7 +43,7 @@ tracing = "0.1"
pin-project-lite = "0.2"
dunce = "1"
bytes = { version = "1.4.0", features = ["serde"], optional = true }
reqwest = { version = "0.11.20", default-features = false }
reqwest = { version = "0.12", default-features = false }

[target.'cfg(windows)'.dependencies]
winreg = "0.52"
Expand Down
2 changes: 1 addition & 1 deletion chromiumoxide_fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ os_info = { version = "3", default-features = false }
zip = { version = "0.6", default-features = false, features = ["deflate"] }
async-std = { version = "1.5", features = ["unstable"], optional = true }
tokio = { version = "1", features = ["fs"], optional = true }
reqwest = { version = "0.11", default-features = false, optional = true }
reqwest = { version = "0.12", default-features = false, optional = true }
surf = { version = "2.3", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit a798f02

Please sign in to comment.