Skip to content

Commit ea70a01

Browse files
Bump the deps group with 4 updates (#150)
Bumps the deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [toml](https://github.com/toml-rs/toml), [unicode-width](https://github.com/unicode-rs/unicode-width) and [assert_cmd](https://github.com/assert-rs/assert_cmd). Updates `clap` from 4.5.48 to 4.5.51 - [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.48...clap_complete-v4.5.51) Updates `toml` from 0.9.7 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) Updates `unicode-width` from 0.2.1 to 0.2.2 - [Commits](unicode-rs/unicode-width@v0.2.1...v0.2.2) Updates `assert_cmd` from 2.0.17 to 2.1.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.17...v2.1.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: unicode-width dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: assert_cmd dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c9eae6 commit ea70a01

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

Cargo.lock

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

Cargo.toml

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

2222
[dependencies]
23-
clap = { version = "4.5.46", features = ["derive", "wrap_help"] }
23+
clap = { version = "4.5.51", features = ["derive", "wrap_help"] }
2424
dirs = "6.0.0"
2525
log = "0.4.27"
2626
once_cell = "1.21.3"
2727
ring = "0.17.14"
2828
serde = { version = "1.0.219", features = ["derive"] }
2929
terminal_size = "0.4.3"
30-
toml = "0.9.5"
31-
unicode-width = { version = "0.2.1", default-features = false }
30+
toml = "0.9.8"
31+
unicode-width = { version = "0.2.2", default-features = false }
3232
ureq = { version = "3.1.0", default-features = false, features = ["rustls", "platform-verifier"] }
3333
yansi = "1.0.1"
3434
zip = { version = "5.1.1", default-features = false, features = ["deflate-flate2-zlib-rs"] }
3535

3636
[dev-dependencies]
37-
assert_cmd = "2.0.17"
37+
assert_cmd = "2.1.1"
3838
tempfile = "3.21.0"
3939

4040
[lints.clippy]

0 commit comments

Comments
 (0)