From 816d48e1a873c9a3308938fab5e9b518231fc48a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Jan 2024 11:16:48 +0000
Subject: [PATCH] Bump the non-critical group with 3 updates (#1051)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the non-critical group with 3 updates:
[assert_fs](https://github.com/assert-rs/assert_fs),
[clap](https://github.com/clap-rs/clap) and
[smallvec](https://github.com/servo/rust-smallvec).
Updates `assert_fs` from 1.1.0 to 1.1.1
Changelog
Sourced from assert_fs's
changelog.
[1.1.1] - 2024-01-12
Internal
Commits
caa739c
chore: Release assert_fs version 1.1.1
40d8689
docs: Update changelog
2cfe5d6
chore: Update anstream
3a01fdf
Merge pull request #110
from assert-rs/renovate/globwalk-0.x
c747cf6
Merge pull request #112
from assert-rs/renovate/github-codeql-action-3.x
fd8a2aa
Merge pull request #111
from assert-rs/renovate/actions-setup-python-5.x
cb550ee
chore(deps): update github/codeql-action action to v3
30faa47
chore(deps): update actions/setup-python action to v5
3c81a46
chore(deps): update rust crate globwalk to 0.9
- See full diff in compare
view
Updates `clap` from 4.4.14 to 4.4.15
Release notes
Sourced from clap's
releases.
v4.4.15
[4.4.15] - 2024-01-11
Fixes
- Improve error for
args_conflicts_with_subcommands
- Ensure we error for
args_conflicts_with_subcommands
when using subcommand short and long flags
Changelog
Sourced from clap's
changelog.
[4.4.15] - 2024-01-11
Fixes
- Improve error for
args_conflicts_with_subcommands
- Ensure we error for
args_conflicts_with_subcommands
when using subcommand short and long flags
Commits
12b5c39
chore: Release
1c5b633
docs: Update changelog
a5d4641
Merge pull request #5298
from epage/conflict
f529ec3
fix(parser): Ensure subcommand flags can conflict
a7e04a5
fix(parser): Improve subcommand conflict error
ea00ef3
refactor(error): Allow more conflict sources
e47d8a2
refactor(parser): Clarify arg error
69c0509
test(parser): Verify conflicts with precedence
e2b18f1
test(parser): Show flag behavior
06bff1c
test(parser): Check subcommands conflict with positionals
- Additional commits viewable in compare
view
Updates `smallvec` from 1.11.2 to 1.12.0
Release notes
Sourced from smallvec's
releases.
v1.12.0
What's Changed
New Contributors
Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0
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 | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3d02e79a9..b28f42ac5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -276,9 +276,9 @@ dependencies = [
[[package]]
name = "assert_fs"
-version = "1.1.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adc5d78e9048d836d12a0c0040ca5f45b18a94d204b4ba4f677a8a7de162426b"
+checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec"
dependencies = [
"anstyle",
"doc-comment",
@@ -1147,9 +1147,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.4.14"
+version = "4.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2"
+checksum = "c12ed66a79a555082f595f7eb980d08669de95009dd4b3d61168c573ebe38fc9"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1167,9 +1167,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.4.14"
+version = "4.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370"
+checksum = "0f4645eab3431e5a8403a96bea02506a8b35d28cd0f0330977dd5d22f9c84f43"
dependencies = [
"anstream",
"anstyle",
@@ -2780,11 +2780,11 @@ dependencies = [
[[package]]
name = "globwalk"
-version = "0.8.1"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
+checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
dependencies = [
- "bitflags 1.3.2",
+ "bitflags 2.4.1",
"ignore",
"walkdir",
]
@@ -4949,9 +4949,9 @@ dependencies = [
[[package]]
name = "smallvec"
-version = "1.11.2"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
+checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
[[package]]
name = "smol_str"