Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 17 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.28` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.104` | `0.9.105` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` |
| [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.0` |
| [tabled](https://github.com/zhiburt/tabled) | `0.17.0` | `0.18.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.13.1` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.84` | `0.1.86` |
| [html5ever](https://github.com/servo/html5ever) | `0.29.0` | `0.29.1` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.2` | `1.6.0` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.42.1` | `0.43.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` |



Updates `clap` from 4.5.23 to 4.5.28
- [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.5.23...clap_complete-v4.5.28)

Updates `indicatif` from 0.17.9 to 0.17.11
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.9...0.17.11)

Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

Updates `once_cell` from 1.20.2 to 1.20.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.20.3)

Updates `openssl-sys` from 0.9.104 to 0.9.105
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105)

Updates `serde_json` from 1.0.134 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.138)

Updates `strum` from 0.26.3 to 0.27.0
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.0)

Updates `tabled` from 0.17.0 to 0.18.0
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

Updates `toml` from 0.8.19 to 0.8.20
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

Updates `uuid` from 1.11.0 to 1.13.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.13.1)

Updates `async-trait` from 0.1.84 to 0.1.86
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.84...0.1.86)

Updates `html5ever` from 0.29.0 to 0.29.1
- [Commits](https://github.com/servo/html5ever/commits)

Updates `hyper` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.2...v1.6.0)

Updates `octocrab` from 0.42.1 to 0.43.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.42.1...v0.43.0)

Updates `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: html5ever
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 7c4b132 commit f4e8049
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 109 deletions.
193 changes: 116 additions & 77 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "builder.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
regex = "1.11.1"
http = "1.2.0"
reqwest = { version = "0.12.9", default-features = false, features = ["gzip"] }
Expand Down
4 changes: 2 additions & 2 deletions examples/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ name = "chain"
path = "chain.rs"

[dependencies]
async-trait = "0.1.84"
async-trait = "0.1.86"
lychee-lib = { path = "../../lychee-lib", default-features = false }
reqwest = "0.12.9"
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
2 changes: 1 addition & 1 deletion examples/client_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "client_pool.rs"
futures = "0.3.31"
tokio-stream = "0.1.17"
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
2 changes: 1 addition & 1 deletion examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "collect_links.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
regex = "1.11.1"
http = "1.2.0"
tokio-stream = "0.1.17"
Expand Down
2 changes: 1 addition & 1 deletion examples/extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "extract.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "simple.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
24 changes: 12 additions & 12 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lychee-lib = { path = "../lychee-lib", version = "0.18.0", default-features = fa

anyhow = "1.0.95"
assert-json-diff = "2.0.2"
clap = { version = "4.5.23", features = ["env", "derive"] }
clap = { version = "4.5.28", features = ["env", "derive"] }
console = "0.15.10"
const_format = "0.2.34"
csv = "1.3.1"
Expand All @@ -29,10 +29,10 @@ headers = "0.4.0"
http = "1.2.0"
humantime = "2.1.0"
humantime-serde = "1.1.1"
indicatif = "0.17.9"
log = "0.4.22"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.104", optional = true }
indicatif = "0.17.11"
log = "0.4.25"
once_cell = "1.20.3"
openssl-sys = { version = "0.9.105", optional = true }
pad = "0.1.6"
regex = "1.11.1"
reqwest = { version = "0.12.9", default-features = false, features = [
Expand All @@ -47,27 +47,27 @@ reqwest_cookie_store = "0.8.0"
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
strum = { version = "0.26.3", features = ["derive"] }
serde_json = "1.0.138"
strum = { version = "0.27.0", features = ["derive"] }
supports-color = "3.0.2"
tabled = "0.17.0"
tokio = { version = "1.42.0", features = ["full"] }
tabled = "0.18.0"
tokio = { version = "1.43.0", features = ["full"] }
tokio-stream = "0.1.17"
toml = "0.8.19"
toml = "0.8.20"
url = "2.5.4"

[dev-dependencies]
assert_cmd = "2.0.16"
cookie_store = "0.21.1"
predicates = "3.1.3"
pretty_assertions = "1.4.1"
tempfile = "3.15.0"
tempfile = "3.16.0"
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
"fmt",
"registry",
"env-filter",
] }
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.13.1", features = ["v4"] }
wiremock = "0.6.2"

[features]
Expand Down
26 changes: 13 additions & 13 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ version.workspace = true

[dependencies]
async-stream = "0.3.6"
async-trait = "0.1.84"
async-trait = "0.1.86"
cached = "0.54.0"
check-if-email-exists = { version = "0.9.1", optional = true }
cookie_store = "0.21.1"
email_address = "0.2.9"
futures = "0.3.31"
glob = "0.3.2"
headers = "0.4.0"
html5ever = "0.29.0"
html5ever = "0.29.1"
html5gum = "0.7.0"
http = "1.2.0"
hyper = "1.5.2"
hyper = "1.6.0"
ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.22"
octocrab = "0.42.1"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.104", optional = true }
log = "0.4.25"
octocrab = "0.43.0"
once_cell = "1.20.3"
openssl-sys = { version = "0.9.105", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.12.2"
Expand All @@ -53,9 +53,9 @@ secrecy = "0.10.3"
serde = { version = "1.0.217", features = ["derive"] }
serde_with = "3.12.0"
shellexpand = "3.1.0"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
toml = "0.8.20"
typed-builder = "0.20.0"
url = { version = "2.5.4", features = ["serde"] }

Expand All @@ -65,11 +65,11 @@ features = ["runtime-tokio"]

[dev-dependencies]
doc-comment = "0.3.3"
tempfile = "3.15.0"
tempfile = "3.16.0"
wiremock = "0.6.2"
serde_json = "1.0.134"
serde_json = "1.0.138"
rstest = "0.24.0"
toml = "0.8.19"
toml = "0.8.20"
pretty_assertions = "1.4.0"

[features]
Expand Down

0 comments on commit f4e8049

Please sign in to comment.