From a768ee4e8bfd227fe5662f83904827b3ecb16939 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 11 Jun 2024 01:48:09 -0400
Subject: [PATCH] build(deps): bump the cargo-dependencies group with 4 updates
(#584)
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
Sourced from clap's
releases.
v4.5.7
[4.5.7] - 2024-06-10
Fixes
- Clean up error message when too few arguments for
num_args
v4.5.6
[4.5.6] - 2024-06-06
Changelog
Sourced from clap's
changelog.
[4.5.7] - 2024-06-10
Fixes
- Clean up error message when too few arguments for
num_args
[4.5.6] - 2024-06-06
[4.5.5] - 2024-06-06
Fixes
- Allow
exclusive
to override
required_unless_present
,
required_unless_present_any
,
required_unless_present_all
Commits
Updates `regex` from 1.10.4 to 1.10.5
Changelog
Sourced from regex's
changelog.
1.10.5 (2024-06-09)
This is a new patch release with some minor fixes.
Bug fixes:
Commits
0718fc5
1.10.5
377463b
changelog: 1.10.4 and 1.10.5
68c4f0b
regex-automata-0.4.7
4757b5f
regex-syntax-0.8.4
1430b65
changelog: 1.10.4
1f9f9cc
bytes: escape invalid UTF-8 bytes in debug output for Match
ab4c8d1
doc: fix duplicate phrasing typo
ddeb85e
cli/deps: update memmap2 to 0.9
023f1c9
lite: fix attribute warning about rustfmt
9c139f4
syntax: simplify Hir::dot
constructors
- Additional commits viewable in compare
view
Updates `unicode-width` from 0.1.12 to 0.1.13
Commits
612877a
Bump to 0.1.13
e370cb8
Merge pull request #54
from krasimirgg/rustc
3b82122
adapt for rustc-dep-of-std build
d00d357
Merge pull request #52
from Jules-Bertholet/canonically-equivalent-eaw
dc86c74
Assign the same CJK width to canonically equivalent strings
a2db56b
Refactor unicode.py
da626ef
Merge pull request #49
from Jules-Bertholet/syriac-abbreviation-mark
47bac32
Merge pull request #50
from Jules-Bertholet/remove-old-ci
3742586
Mark more Prepended_Concatenation_Mark
s as
non-advancing
3b56f6d
Mark U+A8FA DEVANAGARI CARET as zero-width
- Additional commits viewable in compare
view
Updates `clap_complete` from 4.5.2 to 4.5.5
Release notes
Sourced from clap_complete's
releases.
v4.5.4
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]
attributes again
v4.5.3
[4.5.3] - 2024-03-15
Internal
Changelog
Sourced from clap_complete's
changelog.
[4.5.5] - 2024-06-06
Fixes
- Allow
exclusive
to override
required_unless_present
,
required_unless_present_any
,
required_unless_present_all
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]
attributes again
[4.5.3] - 2024-03-15
Internal
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 24 ++++++++++++------------
Cargo.toml | 10 +++++-----
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 4263259..a7cefaa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,9 +227,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.4"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
+checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
dependencies = [
"clap_builder",
"clap_derive",
@@ -237,9 +237,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.2"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
+checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
dependencies = [
"anstream",
"anstyle",
@@ -249,18 +249,18 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.5.2"
+version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
+checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
-version = "4.5.4"
+version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
+checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@@ -1100,9 +1100,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.4"
+version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
+checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",
@@ -1550,9 +1550,9 @@ dependencies = [
[[package]]
name = "unicode-width"
-version = "0.1.12"
+version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
+checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unsafe-any-ors"
diff --git a/Cargo.toml b/Cargo.toml
index 51a212a..f257a99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ anyhow = "1.0.86"
better-panic = "0.3.0"
cassowary = "0.3.0"
chrono = "0.4.38"
-clap = { version = "4.4.188", features = ["derive"] }
+clap = { version = "4.5.7", features = ["derive"] }
crossterm = { version = "0.27.0", features = ["event-stream"] }
dirs = "5.0.1"
futures = "0.3.30"
@@ -27,7 +27,7 @@ log = "0.4.21"
log4rs = "1.3.0"
path-clean = "1.0.1"
rand = "0.8.5"
-regex = "1.10.4"
+regex = "1.10.5"
rustyline = { version = "14.0.0", features = ["with-file-history", "derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
@@ -39,7 +39,7 @@ tokio-stream = "0.1.15"
ratatui = "0.26"
unicode-segmentation = "1.11.0"
unicode-truncate = "1.0.0"
-unicode-width = "0.1.12"
+unicode-width = "0.1.13"
uuid = { version = "1.8.0", features = ["serde", "v4"] }
versions = "6.2.0"
@@ -58,6 +58,6 @@ incremental = true
lto = "fat"
[build-dependencies]
-clap = { version = "4.4.188", features = ["derive"] }
-clap_complete = "4.5.2"
+clap = { version = "4.5.7", features = ["derive"] }
+clap_complete = "4.5.5"
shlex = "1.3.0"