Skip to content

Commit d326bbe

Browse files
authored
Update anyhow dep (#13767)
Prevents a known unsoundness from reoccurring. Closes #13765
1 parent 1e34785 commit d326bbe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ cc = "1.2.0" # intentionally smaller-than-latest to accommodate rust-lang/rust
383383
object = { version = "0.39.0", default-features = false, features = ['read_core', 'elf'] }
384384
gimli = { version = "0.33.0", default-features = false, features = ['read'] }
385385
addr2line = { version = "0.26.0", default-features = false }
386-
anyhow = { version = "1.0.100", default-features = false }
386+
anyhow = { version = "1.0.103", default-features = false }
387387
anyhow-for-testing = { package = "anyhow", version = "1.0.100", default-features = false }
388388
windows-sys = "0.61.2"
389389
env_logger = "0.11.5"

supply-chain/imports.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ user-login = "epage"
736736
user-name = "Ed Page"
737737

738738
[[publisher.anyhow]]
739-
version = "1.0.102"
740-
when = "2026-02-20"
739+
version = "1.0.103"
740+
when = "2026-06-25"
741741
user-id = 3618
742742
user-login = "dtolnay"
743743
user-name = "David Tolnay"

0 commit comments

Comments
 (0)