diff --git a/.all-contributorsrc b/.all-contributorsrc index 2b838f7..e0d966e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -496,6 +496,25 @@ "code", "infra" ] + }, + { + "login": "joaociocca", + "name": "João Ciocca", + "avatar_url": "https://avatars.githubusercontent.com/u/6473725?v=4", + "profile": "https://hachyderm.io/@JohnnyCiocca", + "contributions": [ + "bug", + "ideas" + ] + }, + { + "login": "f3rn0s", + "name": "f3rn0s", + "avatar_url": "https://avatars.githubusercontent.com/u/1351279?v=4", + "profile": "https://github.com/f3rn0s", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/Cargo.toml b/Cargo.toml index 61cf971..0a4c9fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ build = "build.rs" maintenance = { status = "actively-developed" } [build-dependencies] -clap = { version = "4.0.8", features = ["wrap_help", "cargo"] } +clap = { version = "4.1.6", features = ["wrap_help", "cargo"] } clap_complete = "4.1.3" regex = "1.5.5" lazy_static = "1.4.0" @@ -31,29 +31,29 @@ dirs = "4.0.0" [dependencies] scraper = "0.14.0" futures = "0.3.26" -tokio = { version = "1.18.2", features = ["full"] } -tokio-util = { version = "0.7.1", features = ["codec"] } +tokio = { version = "1.25.0", features = ["full"] } +tokio-util = { version = "0.7.7", features = ["codec"] } log = "0.4.17" env_logger = "0.10.0" reqwest = { version = "0.11.10", features = ["socks"] } # uses feature unification to add 'serde' to reqwest::Url url = { version = "2.2.2", features = ["serde"] } serde_regex = "1.1.0" -clap = { version = "4.0.8", features = ["wrap_help", "cargo"] } +clap = { version = "4.1.6", features = ["wrap_help", "cargo"] } lazy_static = "1.4.0" toml = "0.7.2" serde = { version = "1.0.137", features = ["derive", "rc"] } -serde_json = "1.0.81" -uuid = { version = "1.0.0", features = ["v4"] } +serde_json = "1.0.93" +uuid = { version = "1.3.0", features = ["v4"] } indicatif = "0.15" console = "0.15.2" openssl = { version = "0.10", features = ["vendored"] } dirs = "4.0.0" regex = "1.5.5" crossterm = "0.26.0" -rlimit = "0.9.0" -ctrlc = "3.2" -anyhow = "1.0.57" +rlimit = "0.9.1" +ctrlc = "3.2.2" +anyhow = "1.0.69" leaky-bucket = "0.12.1" gaoya = "0.1.2" diff --git a/README.md b/README.md index ac6d4be..cfcdc83 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d hakdogpinas
hakdogpinas

🤔 多可悲
多可悲

🤔 Aidan Hall
Aidan Hall

💻 🚇 + João Ciocca
João Ciocca

🐛 🤔 + f3rn0s
f3rn0s

🐛