Skip to content

Commit

Permalink
Bump the weekly-updates group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the weekly-updates group with 4 updates: [symbolic-demangle](https://github.com/getsentry/symbolic), [clap](https://github.com/clap-rs/clap), [bitflags](https://github.com/bitflags/bitflags) and [uuid](https://github.com/uuid-rs/uuid).


Updates `symbolic-demangle` from 12.12.4 to 12.13.1
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@12.12.4...12.13.1)

Updates `clap` from 4.5.23 to 4.5.26
- [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.23...clap_complete-v4.5.26)

Updates `bitflags` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.6.0...2.7.0)

Updates `uuid` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: symbolic-demangle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and davidlattimore committed Jan 14, 2025
1 parent ff2c524 commit 7e4abf2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions libwild/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
[dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["std"] }
anyhow = "1.0.95"
bitflags = "2.6.0"
bitflags = "2.7.0"
bytemuck = { version = "1.21.0", features = ["derive"] }
crossbeam-queue = "0.3.12"
crossbeam-utils = "0.8.21"
Expand Down Expand Up @@ -41,7 +41,7 @@ flate2 = "1.0.35"
bumpalo-herd = "0.1.2"
zstd = "0.13.2"
blake3 = { version = "1.5.5", features = ["rayon"] }
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.11.1", features = ["v4"] }
hex = "0.4.3"
atomic-take = "1.1.0"

Expand Down
4 changes: 2 additions & 2 deletions linker-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ iced-x86 = { version = "1.21.0", default-features = false, features = [
"decoder",
"gas",
] }
symbolic-demangle = "12.12.4"
symbolic-demangle = "12.13.1"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
rayon = "1.10.0"
bytemuck = { version = "1.21.0", features = ["derive"] }
itertools = "0.14.0"
Expand Down

0 comments on commit 7e4abf2

Please sign in to comment.