Skip to content

Commit

Permalink
Bump the known_good_semver group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 4 updates: [clap](https://github.com/clap-rs/clap), [colour](https://github.com/Fraser999/Colour), [regex](https://github.com/rust-lang/regex) and [toml_edit](https://github.com/toml-rs/toml).


Updates `clap` from 4.5.4 to 4.5.6
- [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.4...v4.5.6)

Updates `colour` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/Fraser999/Colour/blob/master/CHANGELOG.md)
- [Commits](Fraser999/Colour@v2.0.0...v2.1.0)

Updates `regex` from 1.10.4 to 1.10.5
- [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.10.4...1.10.5)

Updates `toml_edit` from 0.22.13 to 0.22.14
- [Commits](toml-rs/toml@v0.22.13...v0.22.14)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: colour
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: known_good_semver
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 915033e commit deb4b43
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 17 deletions.
51 changes: 38 additions & 13 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ anyhow = { version = "1.0.86", optional = true }
assert_cmd = { version = "2.0.14", optional = true }
camino = "1.1.7"
cargo_metadata = "0.18.1"
clap = { version = "4.5.4", features = ["derive", "cargo"] }
colour = { version = "2.0.0", optional = true }
clap = { version = "4.5.6", features = ["derive", "cargo"] }
colour = { version = "2.1.0", optional = true }
criterion = { version = "0.5", optional = true }
env_logger = { version = "0.11.3", features = [ "auto-color", "humantime" ], optional = true }
histo = { version = "1.0.0", optional = true }
itertools = "0.13.0"
log = { version = "0.4.21", optional = true }
regex = "1.10.4"
regex = "1.10.5"
semver = "1"
serde = "1.0.203"
serde_json = { version = "1.0.117", optional = true }
serde_yaml = "0.9.34"
tempfile = { version = "3.10.1", optional = true }
toml_edit = "0.22.13"
toml_edit = "0.22.14"
tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit deb4b43

Please sign in to comment.