Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump futures from 0.3.30 to 0.3.31 #138

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
82 changes: 44 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ categories = ["accessibility", "web-programming", "command-line" ]
[dependencies]
chromiumoxide = { version = "0.6.0", features = ["tokio-runtime"], default-features = false }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "trust-dns"] }
clap = { version = "4.5.8", features = ["derive", "string"] }
clap = { version = "4.5.17", features = ["derive", "string"] }
tokio = { version = "1.38.1", features = ["full"] }
futures = "0.3.30"
futures = "0.3.31"
columns = "0.1.0"
colored = "2.0.4"
anyhow = "1.0.86"
anyhow = "1.0.89"
url = "2.5.2"
regex = "1.10"

Expand Down
2 changes: 1 addition & 1 deletion src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct Cli {
#[arg(long)]
pub accept_invalid_certs: bool,

/// Run arbiraty javascript
/// Run arbitrary javascript
#[arg(long)]
pub javascript: Option<String>,
}
Expand Down
Loading