Skip to content

Commit 4ec2f72

Browse files
build(deps): bump the cargo-dependencies group with 4 updates
Bumps the cargo-dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [regex](https://github.com/rust-lang/regex), [unicode-width](https://github.com/unicode-rs/unicode-width) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.4 to 4.5.7 - [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.4...v4.5.7) Updates `regex` from 1.10.4 to 1.10.5 - [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.4...1.10.5) Updates `unicode-width` from 0.1.12 to 0.1.13 - [Commits](unicode-rs/unicode-width@v0.1.12...v0.1.13) Updates `clap_complete` from 4.5.2 to 4.5.5 - [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.2...clap_complete-v4.5.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30ae3a1 commit 4ec2f72

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 12 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anyhow = "1.0.86"
1717
better-panic = "0.3.0"
1818
cassowary = "0.3.0"
1919
chrono = "0.4.38"
20-
clap = { version = "4.4.188", features = ["derive"] }
20+
clap = { version = "4.5.7", features = ["derive"] }
2121
crossterm = { version = "0.27.0", features = ["event-stream"] }
2222
dirs = "5.0.1"
2323
futures = "0.3.30"
@@ -27,7 +27,7 @@ log = "0.4.21"
2727
log4rs = "1.3.0"
2828
path-clean = "1.0.1"
2929
rand = "0.8.5"
30-
regex = "1.10.4"
30+
regex = "1.10.5"
3131
rustyline = { version = "14.0.0", features = ["with-file-history", "derive"] }
3232
serde = { version = "1.0.193", features = ["derive"] }
3333
serde_json = "1.0.109"
@@ -39,7 +39,7 @@ tokio-stream = "0.1.15"
3939
ratatui = "0.26"
4040
unicode-segmentation = "1.11.0"
4141
unicode-truncate = "1.0.0"
42-
unicode-width = "0.1.12"
42+
unicode-width = "0.1.13"
4343
uuid = { version = "1.8.0", features = ["serde", "v4"] }
4444
versions = "6.2.0"
4545

@@ -58,6 +58,6 @@ incremental = true
5858
lto = "fat"
5959

6060
[build-dependencies]
61-
clap = { version = "4.4.188", features = ["derive"] }
62-
clap_complete = "4.5.2"
61+
clap = { version = "4.5.7", features = ["derive"] }
62+
clap_complete = "4.5.5"
6363
shlex = "1.3.0"

0 commit comments

Comments
 (0)