Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates (#1570)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 2d35dcc commit 5c95f09
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 5c95f09

Please sign in to comment.