Skip to content

Commit 59d2f9a

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
[third-party/rust] Update thiserror from 2.0.7 to 2.0.12
Summary: Required by new versions of Cargo. Test Plan: `fbcode/common/rust/tools/scripts/third-party-check.sh` Reviewed By: bigfootjon Differential Revision: D75343369 fbshipit-source-id: 6af89d222a6de541c9c924a466ffd3165e707266
1 parent a7781af commit 59d2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlir/antlir2/sendstream_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hex = { version = "0.4.3", features = ["alloc"] }
2121
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2222
nom = "7.1"
2323
serde = { version = "1.0.185", features = ["derive", "rc"], optional = true }
24-
thiserror = "2"
24+
thiserror = "2.0.12"
2525
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
2626
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
2727

0 commit comments

Comments
 (0)