Skip to content

Commit b753f7f

Browse files
Bump the dependencies group with 35 updates
Bumps the dependencies group with 35 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.82` | | [clap](https://github.com/clap-rs/clap) | `4.4.13` | `4.5.4` | | [console](https://github.com/console-rs/console) | `0.15.7` | `0.15.8` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.11.1` | | [headers](https://github.com/hyperium/headers) | `0.3.9` | `0.4.0` | | [http](https://github.com/hyperium/http) | `0.2.11` | `1.0.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.98` | `0.9.102` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.4` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.12.4` | | [reqwest_cookie_store](https://github.com/pfernie/reqwest_cookie_store) | `0.6.0` | `0.7.0` | | [ring](https://github.com/briansmith/ring) | `0.17.7` | `0.17.8` | | [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.198` | | [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.116` | | [strum](https://github.com/Peternator7/strum) | `0.25.0` | `0.26.2` | | [supports-color](https://github.com/zkat/supports-color) | `2.1.0` | `3.0.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.37.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` | | [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.12` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.12` | `2.0.14` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.0.4` | `3.1.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.9.0` | `3.10.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.6.1` | `1.8.0` | | [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.5.22` | `0.6.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.78` | `0.1.80` | | [cached](https://github.com/jaemk/cached) | `0.46.1` | `0.49.3` | | [html5ever](https://github.com/servo/html5ever) | `0.26.0` | `0.27.0` | | [hyper](https://github.com/hyperium/hyper) | `1.1.0` | `1.3.1` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.32.0` | `0.38.0` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.9.3` | `0.10.2` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.4.0` | `3.7.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.59` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.18.0` | `0.18.2` | | [rstest](https://github.com/la10736/rstest) | `0.18.2` | `0.19.0` | Updates `anyhow` from 1.0.79 to 1.0.82 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.79...1.0.82) Updates `clap` from 4.4.13 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.13...v4.5.4) Updates `console` from 0.15.7 to 0.15.8 - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](console-rs/console@0.15.7...0.15.8) Updates `env_logger` from 0.10.1 to 0.11.1 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.1...v0.11.1) Updates `headers` from 0.3.9 to 0.4.0 - [Commits](hyperium/headers@headers-v0.3.9...headers-v0.4.0) Updates `http` from 0.2.11 to 1.0.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.11...v1.0.0) Updates `indicatif` from 0.17.7 to 0.17.8 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.7...0.17.8) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.21) Updates `openssl-sys` from 0.9.98 to 0.9.102 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.98...openssl-sys-v0.9.102) Updates `regex` from 1.10.2 to 1.10.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.4) Updates `reqwest` from 0.11.23 to 0.12.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.12.4) Updates `reqwest_cookie_store` from 0.6.0 to 0.7.0 - [Changelog](https://github.com/pfernie/reqwest_cookie_store/blob/main/CHANGELOG.md) - [Commits](pfernie/reqwest_cookie_store@v0.6.0...v0.7.0) Updates `ring` from 0.17.7 to 0.17.8 - [Commits](https://github.com/briansmith/ring/commits) Updates `serde` from 1.0.195 to 1.0.198 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.198) Updates `serde_json` from 1.0.111 to 1.0.116 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.111...v1.0.116) Updates `strum` from 0.25.0 to 0.26.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.26.2) Updates `supports-color` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/zkat/supports-color/releases) - [Changelog](https://github.com/zkat/supports-color/blob/main/CHANGELOG.md) - [Commits](zkat/supports-color@v2.1.0...v3.0.0) Updates `tokio` from 1.35.1 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.37.0) Updates `tokio-stream` from 0.1.14 to 0.1.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.14...tokio-stream-0.1.15) Updates `toml` from 0.8.8 to 0.8.12 - [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.12) Updates `assert_cmd` from 2.0.12 to 2.0.14 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.12...v2.0.14) Updates `predicates` from 3.0.4 to 3.1.0 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.0.4...v3.1.0) Updates `tempfile` from 3.9.0 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.9.0...v3.10.1) Updates `uuid` from 1.6.1 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.6.1...1.8.0) Updates `wiremock` from 0.5.22 to 0.6.0 - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](LukeMathWalker/wiremock-rs@v0.5.22...v0.6.0) Updates `async-trait` from 0.1.78 to 0.1.80 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.78...0.1.80) Updates `cached` from 0.46.1 to 0.49.3 - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) Updates `html5ever` from 0.26.0 to 0.27.0 - [Commits](servo/html5ever@html5ever-v0.26.0...v0.27.0) Updates `hyper` from 1.1.0 to 1.3.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.1.0...v1.3.1) Updates `octocrab` from 0.32.0 to 0.38.0 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.32.0...v0.38.0) Updates `pulldown-cmark` from 0.9.3 to 0.10.2 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.9.3...v0.10.2) Updates `serde_with` from 3.4.0 to 3.7.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.4.0...v3.7.0) Updates `thiserror` from 1.0.56 to 1.0.59 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.59) Updates `typed-builder` from 0.18.0 to 0.18.2 - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) Updates `rstest` from 0.18.2 to 0.19.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: reqwest_cookie_store dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde 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: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: supports-color dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cached dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: html5ever dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typed-builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2b1c29 commit b753f7f

File tree

8 files changed

+509
-601
lines changed

8 files changed

+509
-601
lines changed

Cargo.lock

+446-538
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/builder/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ path = "builder.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.35.1", features = ["full"] }
13-
regex = "1.10.2"
14-
http = "0.2.10"
15-
reqwest = { version = "0.11.23", default-features = false, features = ["gzip"] }
12+
tokio = { version = "1.37.0", features = ["full"] }
13+
regex = "1.10.4"
14+
http = "1.0.0"
15+
reqwest = { version = "0.12.4", default-features = false, features = ["gzip"] }
1616

1717
[features]
1818
email-check = ["lychee-lib/email-check"]

examples/client_pool/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ path = "client_pool.rs"
99

1010
[dependencies]
1111
futures = "0.3.30"
12-
tokio-stream = "0.1.14"
12+
tokio-stream = "0.1.15"
1313
lychee-lib = { path = "../../lychee-lib", default-features = false }
14-
tokio = { version = "1.35.1", features = ["full"] }
14+
tokio = { version = "1.37.0", features = ["full"] }
1515

1616
[features]
1717
email-check = ["lychee-lib/email-check"]

examples/collect_links/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ path = "collect_links.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.35.1", features = ["full"] }
13-
regex = "1.10.2"
14-
http = "0.2.10"
15-
tokio-stream = "0.1.14"
16-
reqwest = { version = "0.11.23", default-features = false, features = ["gzip"] }
12+
tokio = { version = "1.37.0", features = ["full"] }
13+
regex = "1.10.4"
14+
http = "1.0.0"
15+
tokio-stream = "0.1.15"
16+
reqwest = { version = "0.12.4", default-features = false, features = ["gzip"] }
1717

1818
[features]
1919
email-check = ["lychee-lib/email-check"]

examples/extract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "extract.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.35.1", features = ["full"] }
12+
tokio = { version = "1.37.0", features = ["full"] }
1313

1414
[features]
1515
email-check = ["lychee-lib/email-check"]

examples/simple/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "simple.rs"
99

1010
[dependencies]
1111
lychee-lib = { path = "../../lychee-lib", default-features = false }
12-
tokio = { version = "1.35.1", features = ["full"] }
12+
tokio = { version = "1.37.0", features = ["full"] }
1313

1414
[features]
1515
email-check = ["lychee-lib/email-check"]

lychee-bin/Cargo.toml

+25-25
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,57 @@ version.workspace = true
1616
# requires all dependencies to have a version number.
1717
lychee-lib = { path = "../lychee-lib", version = "0.14.3", default-features = false }
1818

19-
anyhow = "1.0.78"
19+
anyhow = "1.0.82"
2020
assert-json-diff = "2.0.2"
21-
clap = { version = "4.4.12", features = ["env", "derive"] }
22-
console = "0.15.7"
21+
clap = { version = "4.5.4", features = ["env", "derive"] }
22+
console = "0.15.8"
2323
const_format = "0.2.32"
2424
csv = "1.3.0"
2525
dashmap = { version = "5.5.3", features = ["serde"] }
26-
env_logger = "0.10.1"
26+
env_logger = "0.11.1"
2727
futures = "0.3.30"
28-
headers = "0.3.8"
29-
http = "0.2.10"
28+
headers = "0.4.0"
29+
http = "1.0.0"
3030
humantime = "2.1.0"
3131
humantime-serde = "1.1.1"
32-
indicatif = "0.17.7"
33-
log = "0.4.20"
32+
indicatif = "0.17.8"
33+
log = "0.4.21"
3434
once_cell = "1.19.0"
35-
openssl-sys = { version = "0.9.98", optional = true }
35+
openssl-sys = { version = "0.9.102", optional = true }
3636
pad = "0.1.6"
37-
regex = "1.10.2"
38-
reqwest = { version = "0.11.23", default-features = false, features = [
37+
regex = "1.10.4"
38+
reqwest = { version = "0.12.4", default-features = false, features = [
3939
"gzip",
4040
"json",
4141
] }
42-
reqwest_cookie_store = "0.6.0"
42+
reqwest_cookie_store = "0.7.0"
4343
# Make build work on Apple Silicon.
4444
# See https://github.com/briansmith/ring/issues/1163
4545
# This is necessary for the homebrew build
4646
# https://github.com/Homebrew/homebrew-core/pull/70216
47-
ring = "0.17.7"
47+
ring = "0.17.8"
4848
secrecy = { version = "0.8.0", features = ["serde"] }
49-
serde = { version = "1.0.193", features = ["derive"] }
50-
serde_json = "1.0.109"
51-
strum = { version = "0.25.0", features = ["derive"] }
52-
supports-color = "2.1.0"
49+
serde = { version = "1.0.198", features = ["derive"] }
50+
serde_json = "1.0.116"
51+
strum = { version = "0.26.2", features = ["derive"] }
52+
supports-color = "3.0.0"
5353
tabled = "0.15.0"
54-
tokio = { version = "1.35.1", features = ["full"] }
55-
tokio-stream = "0.1.14"
56-
toml = "0.8.8"
54+
tokio = { version = "1.37.0", features = ["full"] }
55+
tokio-stream = "0.1.15"
56+
toml = "0.8.12"
5757

5858
[dev-dependencies]
59-
assert_cmd = "2.0.12"
60-
predicates = "3.0.4"
59+
assert_cmd = "2.0.14"
60+
predicates = "3.1.0"
6161
pretty_assertions = "1.4.0"
62-
tempfile = "3.9.0"
62+
tempfile = "3.10.1"
6363
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
6464
"fmt",
6565
"registry",
6666
"env-filter",
6767
] }
68-
uuid = { version = "1.6.1", features = ["v4"] }
69-
wiremock = "0.5.22"
68+
uuid = { version = "1.8.0", features = ["v4"] }
69+
wiremock = "0.6.0"
7070

7171
# console-subscriber is not yet published to crates.io
7272
# Users have to uncomment this section and the feature below and build lychee

lychee-lib/Cargo.toml

+25-25
Original file line numberDiff line numberDiff line change
@@ -13,49 +13,49 @@ version.workspace = true
1313

1414
[dependencies]
1515
async-stream = "0.3.5"
16-
async-trait = "0.1.78"
17-
cached = "0.46.1"
16+
async-trait = "0.1.80"
17+
cached = "0.49.3"
1818
check-if-email-exists = { version = "0.9.1", optional = true }
1919
email_address = "0.2.4"
2020
futures = "0.3.30"
2121
glob = "0.3.1"
22-
headers = "0.3.8"
23-
html5ever = "0.26.0"
22+
headers = "0.4.0"
23+
html5ever = "0.27.0"
2424
html5gum = "0.5.7"
25-
http = "0.2.10"
26-
hyper = "1.1.0"
25+
http = "1.0.0"
26+
hyper = "1.3.1"
2727
ip_network = "0.4.1"
2828
jwalk = "0.8.1"
2929
linkify = "0.10.0"
30-
log = "0.4.20"
31-
octocrab = "0.32.0"
30+
log = "0.4.21"
31+
octocrab = "0.38.0"
3232
once_cell = "1.19.0"
33-
openssl-sys = { version = "0.9.98", optional = true }
33+
openssl-sys = { version = "0.9.102", optional = true }
3434
path-clean = "1.0.1"
3535
percent-encoding = "2.3.1"
36-
pulldown-cmark = "0.9.3"
37-
regex = "1.10.2"
36+
pulldown-cmark = "0.10.2"
37+
regex = "1.10.4"
3838
# Use trust-dns to avoid lookup failures on high concurrency
3939
# https://github.com/seanmonstar/reqwest/issues/296
40-
reqwest = { version = "0.11.23", default-features = false, features = [
40+
reqwest = { version = "0.12.4", default-features = false, features = [
4141
"gzip",
4242
"trust-dns",
4343
"cookies",
4444
] }
45-
reqwest_cookie_store = "0.6.0"
45+
reqwest_cookie_store = "0.7.0"
4646
# Make build work on Apple Silicon.
4747
# See https://github.com/briansmith/ring/issues/1163
4848
# This is necessary for the homebrew build
4949
# https://github.com/Homebrew/homebrew-core/pull/70216
50-
ring = "0.17.7"
50+
ring = "0.17.8"
5151
secrecy = "0.8.0"
52-
serde = { version = "1.0.193", features = ["derive"] }
53-
serde_with = "3.4.0"
52+
serde = { version = "1.0.198", features = ["derive"] }
53+
serde_with = "3.7.0"
5454
shellexpand = "3.1.0"
55-
thiserror = "1.0.53"
56-
tokio = { version = "1.35.1", features = ["full"] }
57-
toml = "0.8.8"
58-
typed-builder = "0.18.0"
55+
thiserror = "1.0.59"
56+
tokio = { version = "1.37.0", features = ["full"] }
57+
toml = "0.8.12"
58+
typed-builder = "0.18.2"
5959
url = { version = "2.5.0", features = ["serde"] }
6060

6161
[dependencies.par-stream]
@@ -64,11 +64,11 @@ features = ["runtime-tokio"]
6464

6565
[dev-dependencies]
6666
doc-comment = "0.3.3"
67-
tempfile = "3.9.0"
68-
wiremock = "0.5.22"
69-
serde_json = "1.0.109"
70-
rstest = "0.18.2"
71-
toml = "0.8.8"
67+
tempfile = "3.10.1"
68+
wiremock = "0.6.0"
69+
serde_json = "1.0.116"
70+
rstest = "0.19.0"
71+
toml = "0.8.12"
7272

7373
[features]
7474

0 commit comments

Comments
 (0)