Skip to content

Commit

Permalink
Bump the all-dependencies-cargo group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies-cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.104` | `1.0.105` |
| [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.9.4` |
| [mlua](https://github.com/khvzak/mlua) | `0.8.9` | `0.9.1` |
| [handlebars](https://github.com/sunng87/handlebars-rust) | `4.3.7` | `4.4.0` |
| [clap](https://github.com/clap-rs/clap) | `4.3.21` | `4.4.2` |


Updates `serde_json` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

Updates `regex` from 1.9.3 to 1.9.4
- [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.9.3...1.9.4)

Updates `mlua` from 0.8.9 to 0.9.1
- [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.8.9...v0.9.1)

Updates `handlebars` from 4.3.7 to 4.4.0
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.4.0/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.3.7...v4.4.0)

Updates `clap` from 4.3.21 to 4.4.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.21...v4.4.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: mlua
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bomgar committed Sep 1, 2023
1 parent 86a45b3 commit 09e6691
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 95 deletions.
134 changes: 40 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
serde_json = "1.0"
yansi = "0.5.1"
regex = "1"
mlua = { version = "0.8", features = ["lua54", "vendored"] }
mlua = { version = "0.9", features = ["lua54", "vendored"] }
lazy_static = "1.4.0"
handlebars = "4"

Expand Down

0 comments on commit 09e6691

Please sign in to comment.