aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-13 08:46:22 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-13 21:05:26 -0800
commit4e17cbb9ead83711c927fa511d149af83571ee10 (patch)
treeddff93e5b2bf4d42ba5745a5c472afdab5e82d03 /Cargo.toml
parent4c98b874862c2e6df7f71bdf36df0ba527690fbb (diff)
downloadniri-4e17cbb9ead83711c927fa511d149af83571ee10.tar.gz
niri-4e17cbb9ead83711c927fa511d149af83571ee10.tar.bz2
niri-4e17cbb9ead83711c927fa511d149af83571ee10.zip
build(deps): bump clap in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.28 to 4.5.29 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.28...clap_complete-v4.5.29) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ed328fc..c04f6a20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ rust-version = "1.80.1"
[workspace.dependencies]
anyhow = "1.0.95"
bitflags = "2.8.0"
-clap = { version = "4.5.28", features = ["derive"] }
+clap = { version = "4.5.29", features = ["derive"] }
insta = "1.42.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"