Skip to content

Commit

Permalink
Bump the rust-dependencies group with 3 updates (#4069)
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [cargo_metadata](https://github.com/oli-obk/cargo_metadata) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap` from 4.5.21 to 4.5.23
- [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.21...clap_complete-v4.5.23)

Updates `cargo_metadata` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.19.0...0.19.1)

Updates `thiserror` from 2.0.3 to 2.0.6
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  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 Dec 9, 2024
1 parent 0a082e8 commit 0c5f3b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 38 deletions.
50 changes: 15 additions & 35 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.5.0"
clap = "4.5.21"
clap = "4.5.23"
colored = "2.1.0"
fast-float2 = "0.2.3"
hashbrown = "0.15.2"
Expand All @@ -73,7 +73,7 @@ time = { version = "0.3.37", default-features = false, features = ["local-offset
tinystr = "0.7.5"
log = "0.4.22"
simple_logger = "5.0.0"
cargo_metadata = "0.19.0"
cargo_metadata = "0.19.1"
trybuild = "1.0.101"
rayon = "1.10.0"
toml = "0.8.19"
Expand Down Expand Up @@ -101,7 +101,7 @@ rand = "0.8.5"
num-integer = "0.1.46"
ryu-js = "1.0.1"
tap = "1.0.1"
thiserror = { version = "2.0.3", default-features = false }
thiserror = { version = "2.0.6", default-features = false }
dashmap = "6.1.0"
num_enum = "0.7.3"
itertools = { version = "0.13.0", default-features = false }
Expand Down

0 comments on commit 0c5f3b7

Please sign in to comment.