Skip to content

Commit e954495

Browse files
Bump the rust-dependencies group with 2 updates (#4242)
Bumps the rust-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [trybuild](https://github.com/dtolnay/trybuild). Updates `clap` from 4.5.37 to 4.5.38 - [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.37...clap_complete-v4.5.38) Updates `trybuild` from 1.0.104 to 1.0.105 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.104...1.0.105) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: trybuild dependency-version: 1.0.105 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>
1 parent 2ccbca7 commit e954495

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -51,7 +51,7 @@ tag_ptr = { path = "utils/tag_ptr" }
5151
# Shared deps
5252
arbitrary = "1"
5353
bitflags = "2.9.0"
54-
clap = "4.5.37"
54+
clap = "4.5.38"
5555
colored = "3.0.0"
5656
cow-utils = "0.1.3"
5757
fast-float2 = "0.2.3"
@@ -84,7 +84,7 @@ time = { version = "0.3.41", default-features = false, features = [
8484
log = "0.4.27"
8585
simple_logger = "5.0.0"
8686
cargo_metadata = "0.19.2"
87-
trybuild = "1.0.104"
87+
trybuild = "1.0.105"
8888
rayon = "1.10.0"
8989
toml = "0.8.22"
9090
color-eyre = "0.6.3"

0 commit comments

Comments
 (0)