-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * Bump versions to 0.5.2 where applicable * Bump MSRV to 1.70 as needed for async-tungstenite
- Loading branch information
Showing
6 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "chromiumoxide" | ||
version = "0.5.1" | ||
rust-version = "1.64" | ||
version = "0.5.2" | ||
rust-version = "1.70" | ||
authors = ["Matthias Seitz <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -13,7 +13,7 @@ keywords = ["chrome", "chromedriver", "puppeteer", "automation"] | |
categories = ["web-programming", "api-bindings", "development-tools::testing"] | ||
|
||
[dependencies] | ||
async-tungstenite = "0.22" | ||
async-tungstenite = "0.23" | ||
serde = { version = "1", features = ["derive"] } | ||
async-std = { version = "1.5", features = [ | ||
"attributes", | ||
|
@@ -44,7 +44,7 @@ pin-project-lite = "0.2" | |
dunce = "1" | ||
|
||
[target.'cfg(windows)'.dependencies] | ||
winreg = "0.50" | ||
winreg = "0.51" | ||
|
||
[dev-dependencies] | ||
quote = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "chromiumoxide_cdp" | |
version = "0.5.1" | ||
authors = ["Matthias Seitz <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.64" | ||
rust-version = "1.70" | ||
description = "Contains all the generated types for chromiumoxide" | ||
license = "MIT OR Apache-2.0" | ||
homepage = "https://github.com/mattsse/chromiumoxide" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "chromiumoxide_fetcher" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["Matthias Seitz <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.64" | ||
rust-version = "1.70" | ||
license = "MIT OR Apache-2.0" | ||
description = "Contains a chromium fetcher" | ||
homepage = "https://github.com/mattsse/chromiumoxide" | ||
|
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE-*"] | |
[dependencies] | ||
thiserror = "1" | ||
anyhow = "1" | ||
directories = "4" | ||
directories = "5" | ||
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 } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "chromiumoxide_pdl" | |
version = "0.5.1" | ||
authors = ["Matthias Seitz <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.64" | ||
rust-version = "1.70" | ||
license = "MIT OR Apache-2.0" | ||
description = "Contains a PDL parser and rust generator" | ||
homepage = "https://github.com/mattsse/chromiumoxide" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters