Skip to content

Commit

Permalink
Bump the weekly-updates group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the weekly-updates group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap) and [bytemuck](https://github.com/Lokathor/bytemuck).


Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

Updates `clap` from 4.5.19 to 4.5.20
- [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.19...clap_complete-v4.5.20)

Updates `bytemuck` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 5ea8982 commit 728fd8d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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 linker-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ iced-x86 = { version = "1.21.0", default-features = false, features = [
"gas",
] }
symbolic-demangle = "12.12.0"
anyhow = "1.0.89"
clap = { version = "4.5.19", features = ["derive"] }
anyhow = "1.0.90"
clap = { version = "4.5.20", features = ["derive"] }
rayon = "1.10.0"
bytemuck = { version = "1.18.0", features = ["derive"] }
bytemuck = { version = "1.19.0", features = ["derive"] }
itertools = "0.13.0"
gimli = "0.31.1"
fallible-iterator = "0.3.0"
2 changes: 1 addition & 1 deletion linker-layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
postcard = { version = "1.0.10", features = ["use-std"] }
serde = { version = "1.0.210", features = ["derive"] }
2 changes: 1 addition & 1 deletion linker-trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
postcard = { version = "1.0.10", features = ["use-std"] }
serde = { version = "1.0.210", features = ["derive"] }
2 changes: 1 addition & 1 deletion wild/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
wild_lib = { version = "0.2.0", path = "../wild_lib" }

[dev-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
wait-timeout = "0.2.0"
itertools = "0.13.0"
object = { version = "0.36.5", default-features = false, features = [
Expand Down
4 changes: 2 additions & 2 deletions wild_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["std"] }
anyhow = "1.0.89"
anyhow = "1.0.90"
bitflags = "2.6.0"
bytemuck = { version = "1.18.0", features = ["derive"] }
bytemuck = { version = "1.19.0", features = ["derive"] }
crossbeam-queue = "0.3.11"
crossbeam-utils = "0.8.20"
linker-layout = { path = "../linker-layout" }
Expand Down

0 comments on commit 728fd8d

Please sign in to comment.