Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/accept-range-s…
Browse files Browse the repository at this point in the history
…electors
  • Loading branch information
Techassi committed Jul 17, 2023
2 parents f3a7101 + ad7e1d0 commit 253d212
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/toc-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Generate Table of Contents
uses: technote-space/toc-generator@v4
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ version = "0.13.0"
[dependencies]
lychee-lib = { path = "../lychee-lib", version = "0.13.0", default-features = false }

anyhow = "1.0.71"
anyhow = "1.0.72"
assert-json-diff = "2.0.2"
clap = { version = "4.3.11", features = ["env", "derive"] }
clap = { version = "4.3.12", features = ["env", "derive"] }
console = "0.15.7"
const_format = "0.2.31"
csv = "1.2.2"
Expand All @@ -47,7 +47,7 @@ reqwest_cookie_store = "0.6.0"
ring = "0.16.20"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
strum = {version = "0.25.0" , features = ["derive"] }
supports-color = "2.0.0"
tabled = "0.12.2"
Expand All @@ -56,12 +56,12 @@ tokio-stream = "0.1.14"
toml = "0.7.6"

[dev-dependencies]
assert_cmd = "2.0.11"
assert_cmd = "2.0.12"
predicates = "3.0.3"
pretty_assertions = "1.4.0"
tempfile = "3.6.0"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt", "registry", "env-filter"] }
uuid = { version = "1.4.0", features = ["v4"] }
uuid = { version = "1.4.1", features = ["v4"] }
wiremock = "0.5.19"

# console-subscriber is not yet published to crates.io
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.6.0"
wiremock = "0.5.19"
serde_json = "1.0.102"
serde_json = "1.0.103"
rstest = "0.18.1"

[features]
Expand Down

0 comments on commit 253d212

Please sign in to comment.