Skip to content

Commit f68b1e6

Browse files
chore(deps): bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.5` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.52.3` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.1` | `2.2.2` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.49.9` | `0.50.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.39.2` | `0.40.0` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.19.0` | `3.20.0` | Updates `clap_complete` from 4.6.3 to 4.6.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.5) Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) Updates `assert_cmd` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.1...v2.2.2) Updates `octocrab` from 0.49.9 to 0.50.0 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.49.9...v0.50.0) Updates `quick-xml` from 0.39.2 to 0.40.0 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.39.2...v0.40.0) Updates `serde_with` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.19.0...v3.20.0) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: assert_cmd dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: octocrab dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: quick-xml dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde_with dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b990100 commit f68b1e6

11 files changed

Lines changed: 40 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
lychee-lib = { path = "../lychee-lib", default-features = false }
1212
criterion = "0.8.2"
13-
tokio = "1.52.2"
13+
tokio = "1.52.3"
1414

1515
[features]
1616
email-check = ["lychee-lib/email-check"]

examples/archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "archive.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.52.2", features = ["full"] }
12+
tokio = { version = "1.52.3", features = ["full"] }
1313
url = "2.5.8"
1414

1515
[features]

examples/builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "builder.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.52.2", features = ["full"] }
12+
tokio = { version = "1.52.3", features = ["full"] }
1313
regex = "1.12.2"
1414
http = "1.4.0"
1515
reqwest = "0.13.3"

examples/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "chain.rs"
1111
async-trait = "0.1.88"
1212
lychee-lib = { path = "../../lychee-lib", default-features = false }
1313
reqwest = "0.13.3"
14-
tokio = { version = "1.52.2", features = ["full"] }
14+
tokio = { version = "1.52.3", features = ["full"] }
1515

1616
[features]
1717
email-check = ["lychee-lib/email-check"]

examples/client_pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "client_pool.rs"
1111
futures = "0.3.32"
1212
tokio-stream = "0.1.18"
1313
lychee-lib = { path = "../../lychee-lib", default-features = false }
14-
tokio = { version = "1.52.2", features = ["full"] }
14+
tokio = { version = "1.52.3", features = ["full"] }
1515

1616
[features]
1717
email-check = ["lychee-lib/email-check"]

examples/collect_links/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "collect_links.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.52.2", features = ["full"] }
12+
tokio = { version = "1.52.3", features = ["full"] }
1313
regex = "1.12.2"
1414
http = "1.4.0"
1515
tokio-stream = "0.1.18"

examples/extract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "extract.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.52.2", features = ["full"] }
12+
tokio = { version = "1.52.3", features = ["full"] }
1313

1414
[features]
1515
email-check = ["lychee-lib/email-check"]

examples/simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "simple.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.52.2", features = ["full"] }
12+
tokio = { version = "1.52.3", features = ["full"] }
1313

1414
[features]
1515
email-check = ["lychee-lib/email-check"]

lychee-bin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lychee-lib = { path = "../lychee-lib", version = "0.24.2", default-features = fa
2020
anyhow = "1.0.102"
2121
assert-json-diff = "2.0.2"
2222
clap = { version = "4.6.1", features = ["env", "derive", "cargo", "string"] }
23-
clap_complete = "4.6.3"
23+
clap_complete = "4.6.5"
2424
clap_mangen = "0.3.0"
2525
console = "0.16.3"
2626
const_format = "0.2.36"
@@ -51,14 +51,14 @@ serde_json = "1.0.149"
5151
strum = { version = "0.28.0", features = ["derive"] }
5252
supports-color = "3.0.2"
5353
tabled = "0.20.0"
54-
tokio = { version = "1.52.2", features = ["full"] }
54+
tokio = { version = "1.52.3", features = ["full"] }
5555
tokio-stream = "0.1.18"
5656
toml = "1.1.2"
5757
url = "2.5.8"
5858
quick-junit = "0.6.0"
5959

6060
[dev-dependencies]
61-
assert_cmd = "2.2.1"
61+
assert_cmd = "2.2.2"
6262
cookie_store = "0.22.1"
6363
predicates = "3.1.4"
6464
pretty_assertions = "1.4.1"

0 commit comments

Comments
 (0)