Skip to content

Commit a4ef2a6

Browse files
build(deps): bump the all-dependencies-cargo group with 4 updates
Bumps the all-dependencies-cargo group with 4 updates: [mlua](https://github.com/mlua-rs/mlua), [clap_complete](https://github.com/clap-rs/clap), [indexmap](https://github.com/indexmap-rs/indexmap) and [clap](https://github.com/clap-rs/clap). Updates `mlua` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/mlua-rs/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.11.4...v0.11.5) Updates `clap_complete` from 4.5.60 to 4.5.61 - [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.60...clap_complete-v4.5.61) Updates `indexmap` from 2.12.0 to 2.12.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.0...2.12.1) Updates `clap` from 4.5.51 to 4.5.53 - [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.51...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: clap_complete dependency-version: 4.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70aab73 commit a4ef2a6

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1", features = ["derive"] }
2121
toml = "0.9"
2222
dirs = "6"
2323
chrono = "0.4.42"
24-
indexmap = "2.12.0"
24+
indexmap = "2.12.1"
2525

2626
[dependencies.clap]
2727
version = "4"

0 commit comments

Comments
 (0)