Skip to content

Commit 6117f27

Browse files
Bump the deps group with 3 updates (#127)
Bumps the deps group with 3 updates: [clap](https://github.com/clap-rs/clap), [toml](https://github.com/toml-rs/toml) and [assert_cmd](https://github.com/assert-rs/assert_cmd). Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) Updates `assert_cmd` from 2.0.16 to 2.0.17 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: assert_cmd dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5299aa8 commit 6117f27

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Cargo.lock

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ default = ["socks-proxy"]
1919
socks-proxy = ["ureq/socks-proxy"]
2020

2121
[dependencies]
22-
clap = { version = "4.5.36", features = ["derive", "wrap_help"] }
22+
clap = { version = "4.5.37", features = ["derive", "wrap_help"] }
2323
dirs = "6.0.0"
2424
once_cell = "1.21.3"
2525
ring = "0.17.14"
2626
serde = { version = "1.0.219", features = ["derive"] }
2727
terminal_size = "0.4.2"
28-
toml = "0.8.20"
28+
toml = "0.8.22"
2929
unicode-width = { version = "0.2.0", default-features = false }
3030
ureq = { version = "3.0.11", default-features = false, features = ["rustls", "platform-verifier"] }
3131
yansi = "1.0.1"
3232
zip = { version = "2.6.1", default-features = false, features = ["deflate"] }
3333

3434
[dev-dependencies]
35-
assert_cmd = "2.0.16"
35+
assert_cmd = "2.0.17"
3636

3737
[lints.clippy]
3838
all = "warn"

0 commit comments

Comments
 (0)