Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#1530)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [secrecy](https://github.com/iqlusioninc/crates) and [octocrab](https://github.com/XAMPPRocky/octocrab).


Updates `clap` from 4.5.19 to 4.5.20
- [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.19...clap_complete-v4.5.20)

Updates `secrecy` from 0.10.2 to 0.10.3
- [Commits](https://github.com/iqlusioninc/crates/commits)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: secrecy
  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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f0ebac2 commit 946d15f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
31 changes: 11 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.16.1", default-features = fa

anyhow = "1.0.89"
assert-json-diff = "2.0.2"
clap = { version = "4.5.19", features = ["env", "derive"] }
clap = { version = "4.5.20", features = ["env", "derive"] }
console = "0.15.8"
const_format = "0.2.33"
csv = "1.3.0"
Expand All @@ -45,7 +45,7 @@ reqwest_cookie_store = "0.8.0"
# This is necessary for the homebrew build
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = { version = "0.10.2", features = ["serde"] }
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
strum = { version = "0.26.3", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.22"
octocrab = "0.41.0"
octocrab = "0.41.1"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.103", optional = true }
path-clean = "1.0.1"
Expand All @@ -48,7 +48,7 @@ reqwest_cookie_store = "0.8.0"
# This is necessary for the homebrew build
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = "0.10.2"
secrecy = "0.10.3"
serde = { version = "1.0.210", features = ["derive"] }
serde_with = "3.8.1"
shellexpand = "3.1.0"
Expand Down

0 comments on commit 946d15f

Please sign in to comment.