Skip to content

Commit 1b32897

Browse files
build(deps): bump the all-dependencies-cargo group with 5 updates
Bumps the all-dependencies-cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [mlua](https://github.com/mlua-rs/mlua) | `0.10.5` | `0.11.1` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` | Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `mlua` from 0.10.5 to 0.11.1 - [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.10.5...v0.11.1) Updates `clap_complete` from 4.5.54 to 4.5.55 - [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.54...clap_complete-v4.5.55) Updates `toml` from 0.8.23 to 0.9.4 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.4) Updates `clap` from 4.5.40 to 4.5.42 - [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.40...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: mlua dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: clap_complete dependency-version: 4.5.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: clap dependency-version: 4.5.42 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 4382830 commit 1b32897

2 files changed

Lines changed: 36 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 39 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
@@ -13,12 +13,12 @@ edition = "2024"
1313
[dependencies]
1414
serde_json = "1.0"
1515
regex = "1"
16-
mlua = { version = "0.10", features = ["lua54", "vendored"] }
16+
mlua = { version = "0.11", features = ["lua54", "vendored"] }
1717
lazy_static = "1.5.0"
1818
handlebars = "6"
1919
clap_complete = "4"
2020
serde = { version = "1", features = ["derive"] }
21-
toml = "0.8"
21+
toml = "0.9"
2222
dirs = "6"
2323
chrono = "0.4.41"
2424

0 commit comments

Comments
 (0)