Skip to content

Commit 77c64fd

Browse files
Update dependencies (#224)
* Bump clap from 4.5.48 to 4.5.49 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.48 to 4.5.49. - [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.49) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.49 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump regex from 1.11.3 to 1.12.2 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.2. - [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.11.3...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Run cargo update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8b0114 commit 77c64fd

File tree

2 files changed

+52
-61
lines changed

2 files changed

+52
-61
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ edition = "2021"
88
[dependencies]
99
allocative = "0.3.4"
1010
anyhow = "1.0.100"
11-
clap = { version = "4.5.48", features = ["derive"] }
11+
clap = { version = "4.5.49", features = ["derive"] }
1212
color-eyre = "0.6.5"
1313
decompress = { version = "0.6.0", default-features = false, features = ["targz", "zip", "gz", "tarxz", "tarzst"] }
1414
directories = "6.0.0"
1515
include_dir = "0.7.4"
16-
regex = "1.11.3"
16+
regex = "1.12.2"
1717
starlark = "0.13.0"
1818
tempfile = "3.23.0"
1919
thiserror = "2.0.17"

0 commit comments

Comments
 (0)