Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [indicatif](https://github.com/console-rs/indicatif), [serde_json](https://github.com/serde-rs/json) and [octocrab](https://github.com/XAMPPRocky/octocrab).


Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

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

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

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

---
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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 2d35dcc commit 77fc35a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
51 changes: 26 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.17.0", default-features = fa

anyhow = "1.0.93"
assert-json-diff = "2.0.2"
clap = { version = "4.5.20", features = ["env", "derive"] }
clap = { version = "4.5.21", features = ["env", "derive"] }
console = "0.15.8"
const_format = "0.2.33"
csv = "1.3.1"
Expand All @@ -29,7 +29,7 @@ headers = "0.4.0"
http = "1.0.0"
humantime = "2.1.0"
humantime-serde = "1.1.1"
indicatif = "0.17.8"
indicatif = "0.17.9"
log = "0.4.22"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.104", optional = true }
Expand All @@ -47,7 +47,7 @@ reqwest_cookie_store = "0.8.0"
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
strum = { version = "0.26.3", features = ["derive"] }
supports-color = "3.0.1"
tabled = "0.16.0"
Expand Down
4 changes: 2 additions & 2 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.22"
octocrab = "0.41.2"
octocrab = "0.42.0"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.104", optional = true }
path-clean = "1.0.1"
Expand Down Expand Up @@ -67,7 +67,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.14.0"
wiremock = "0.6.2"
serde_json = "1.0.132"
serde_json = "1.0.133"
rstest = "0.23.0"
toml = "0.8.19"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 77fc35a

Please sign in to comment.