Skip to content

Commit

Permalink
Bump the weekly-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the weekly-updates group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [serde](https://github.com/serde-rs/serde).


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

Updates `serde` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidlattimore committed Oct 28, 2024
1 parent 02fe09b commit bc8d3d6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.

2 changes: 1 addition & 1 deletion linker-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ iced-x86 = { version = "1.21.0", default-features = false, features = [
"gas",
] }
symbolic-demangle = "12.12.0"
anyhow = "1.0.90"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive"] }
rayon = "1.10.0"
bytemuck = { version = "1.19.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions 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.90"
anyhow = "1.0.91"
postcard = { version = "1.0.10", features = ["use-std"] }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
4 changes: 2 additions & 2 deletions 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.90"
anyhow = "1.0.91"
postcard = { version = "1.0.10", features = ["use-std"] }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", 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.90"
anyhow = "1.0.91"
wait-timeout = "0.2.0"
itertools = "0.13.0"
object = { version = "0.36.5", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion wild_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["std"] }
anyhow = "1.0.90"
anyhow = "1.0.91"
bitflags = "2.6.0"
bytemuck = { version = "1.19.0", features = ["derive"] }
crossbeam-queue = "0.3.11"
Expand Down

0 comments on commit bc8d3d6

Please sign in to comment.