Skip to content

Commit

Permalink
Bump the rust-dependencies group across 1 directory with 3 updates (#…
Browse files Browse the repository at this point in the history
…4148)

Bumps the rust-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [regress](https://github.com/ridiculousfish/regress) and [trybuild](https://github.com/dtolnay/trybuild).


Updates `clap` from 4.5.26 to 4.5.27
- [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.26...clap_complete-v4.5.27)

Updates `regress` from 0.10.1 to 0.10.3
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](ridiculousfish/regress@v0.10.1...v0.10.3)

Updates `trybuild` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.102...1.0.103)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: regress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: trybuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent de552ec commit 6d1acef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
40 changes: 9 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ boa_string = { version = "~0.20.0", path = "core/string" }
# Shared deps
arbitrary = "1"
bitflags = "2.8.0"
clap = "4.5.26"
clap = "4.5.27"
colored = "2.2.0"
cow-utils = "0.1.3"
fast-float2 = "0.2.3"
Expand All @@ -63,7 +63,7 @@ once_cell = { version = "1.20.2", default-features = false }
phf = { version = "0.11.2", default-features = false }
pollster = "0.4.0"
regex = "1.11.1"
regress = { version = "0.10.1", features = ["utf16"] }
regress = { version = "0.10.3", features = ["utf16"] }
rustc-hash = { version = "2.1.0", default-features = false }
serde_json = "1.0.137"
serde = "1.0.217"
Expand All @@ -75,7 +75,7 @@ tinystr = "0.7.5"
log = "0.4.25"
simple_logger = "5.0.0"
cargo_metadata = "0.19.1"
trybuild = "1.0.102"
trybuild = "1.0.103"
rayon = "1.10.0"
toml = "0.8.19"
color-eyre = "0.6.3"
Expand Down

0 comments on commit 6d1acef

Please sign in to comment.