Skip to content

Commit dc3b3e1

Browse files
authored
Merge pull request #111 from pwnwriter/dependabot/cargo/tokio-1.38.1
build(deps): bump tokio from 1.38.0 to 1.38.1
2 parents 557c232 + ebf8ce5 commit dc3b3e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ categories = ["accessibility", "web-programming", "command-line" ]
1616
[dependencies]
1717
chromiumoxide = { version = "0.6.0", features = ["tokio-runtime"], default-features = false }
1818
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "trust-dns"] }
19-
clap = { version = "4.5.9", features = ["derive", "string"] }
20-
tokio = { version = "1.38.0", features = ["full"] }
19+
clap = { version = "4.5.8", features = ["derive", "string"] }
20+
tokio = { version = "1.38.1", features = ["full"] }
2121
futures = "0.3.30"
2222
columns = "0.1.0"
2323
colored = "2.0.4"

0 commit comments

Comments
 (0)