mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 21:21:02 +00:00
Bump the dependencies group with 3 updates (#1530)
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](https://github.com/clap-rs/clap/compare/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](https://github.com/XAMPPRocky/octocrab/compare/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>
This commit is contained in:
parent
f0ebac29a2
commit
946d15f7fa
3 changed files with 15 additions and 24 deletions
31
Cargo.lock
generated
31
Cargo.lock
generated
|
|
@ -789,9 +789,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.19"
|
||||
version = "4.5.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
|
||||
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
|
@ -799,9 +799,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.19"
|
||||
version = "4.5.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
|
||||
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
|
@ -2528,7 +2528,7 @@ dependencies = [
|
|||
"reqwest 0.12.8",
|
||||
"reqwest_cookie_store",
|
||||
"ring",
|
||||
"secrecy 0.10.2",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"strum",
|
||||
|
|
@ -2577,7 +2577,7 @@ dependencies = [
|
|||
"reqwest_cookie_store",
|
||||
"ring",
|
||||
"rstest",
|
||||
"secrecy 0.10.2",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
|
|
@ -2804,9 +2804,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "octocrab"
|
||||
version = "0.41.0"
|
||||
version = "0.41.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5dada65f156e4100376ceeaeadae1b4d35ab9cdf4236cfc92fde0d06b930c3b7"
|
||||
checksum = "9777748e357cbbd3516a8f8b54976938cd35abf37906f7276b0448ca8cbcbb90"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-trait",
|
||||
|
|
@ -2828,7 +2828,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"percent-encoding",
|
||||
"pin-project",
|
||||
"secrecy 0.8.0",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
|
|
@ -3854,18 +3854,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|||
|
||||
[[package]]
|
||||
name = "secrecy"
|
||||
version = "0.8.0"
|
||||
version = "0.10.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
||||
dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "secrecy"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ba079fa568d52545cd70b334b2ce6f88f62b8fc2bda9290f48a0578388a49331"
|
||||
checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"zeroize",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue