Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.103` | `0.9.104` |
| [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
| [html5gum](https://github.com/untitaker/html5gum) | `0.5.7` | `0.6.0` |
| [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.0` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.41.1` | `0.41.2` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.1` | `0.12.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |



Updates `anyhow` from 1.0.89 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.91)

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

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

Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

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

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

Updates `html5gum` from 0.5.7 to 0.6.0
- [Commits](untitaker/html5gum@0.5.7...0.6.0)

Updates `hyper` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.4.1...v1.5.0)

Updates `octocrab` from 0.41.1 to 0.41.2
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.41.1...v0.41.2)

Updates `pulldown-cmark` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.12.1...v0.12.2)

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

---
updated-dependencies:
- dependency-name: anyhow
  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: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  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: tokio
  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: html5gum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: dependencies
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 26, 2024
1 parent 3094bbc commit 293d845
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 260 deletions.
302 changes: 67 additions & 235 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ path = "builder.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
regex = "1.11.0"
tokio = { version = "1.41.0", features = ["full"] }
regex = "1.11.1"
http = "1.0.0"
reqwest = { version = "0.12.8", default-features = false, features = ["gzip"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "chain.rs"
async-trait = "0.1.83"
lychee-lib = { path = "../../lychee-lib", default-features = false }
reqwest = "0.12.8"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.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.16"
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

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

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
regex = "1.11.0"
tokio = { version = "1.41.0", features = ["full"] }
regex = "1.11.1"
http = "1.0.0"
tokio-stream = "0.1.16"
reqwest = { version = "0.12.8", default-features = false, features = ["gzip"] }
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.40.0", features = ["full"] }
tokio = { version = "1.41.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.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
14 changes: 7 additions & 7 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
# requires all dependencies to have a version number.
lychee-lib = { path = "../lychee-lib", version = "0.16.1", default-features = false }

anyhow = "1.0.89"
anyhow = "1.0.91"
assert-json-diff = "2.0.2"
clap = { version = "4.5.20", features = ["env", "derive"] }
console = "0.15.8"
Expand All @@ -32,9 +32,9 @@ humantime-serde = "1.1.1"
indicatif = "0.17.8"
log = "0.4.22"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.103", optional = true }
openssl-sys = { version = "0.9.104", optional = true }
pad = "0.1.6"
regex = "1.11.0"
regex = "1.11.1"
reqwest = { version = "0.12.8", default-features = false, features = [
"gzip",
"json",
Expand All @@ -46,12 +46,12 @@ reqwest_cookie_store = "0.8.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
strum = { version = "0.26.3", features = ["derive"] }
supports-color = "3.0.1"
tabled = "0.16.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio-stream = "0.1.16"
toml = "0.8.19"

Expand All @@ -65,7 +65,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"registry",
"env-filter",
] }
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
wiremock = "0.6.2"

[features]
Expand Down
20 changes: 10 additions & 10 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ futures = "0.3.31"
glob = "0.3.1"
headers = "0.4.0"
html5ever = "0.29.0"
html5gum = "0.5.7"
html5gum = "0.6.0"
http = "1.0.0"
hyper = "1.3.1"
hyper = "1.5.0"
ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.22"
octocrab = "0.41.1"
octocrab = "0.41.2"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.103", optional = true }
openssl-sys = { version = "0.9.104", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.12.1"
regex = "1.11.0"
pulldown-cmark = "0.12.2"
regex = "1.11.1"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
reqwest = { version = "0.12.8", default-features = false, features = [
Expand All @@ -49,11 +49,11 @@ reqwest_cookie_store = "0.8.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = "0.10.3"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_with = "3.8.1"
shellexpand = "3.1.0"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["full"] }
toml = "0.8.19"
typed-builder = "0.20.0"
url = { version = "2.5.2", features = ["serde"] }
Expand All @@ -66,7 +66,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.13.0"
wiremock = "0.6.2"
serde_json = "1.0.128"
serde_json = "1.0.132"
rstest = "0.23.0"
toml = "0.8.19"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 293d845

Please sign in to comment.