From cf2934af2aab45ab6c71f7c466205fa33e0649b8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 27 Nov 2024 21:31:03 -0800 Subject: [PATCH] [third-party/rust] Update thiserror from 1.0.69 to 2.0.3 Summary: Release notes: - https://github.com/dtolnay/thiserror/releases/tag/2.0.0 - https://github.com/dtolnay/thiserror/releases/tag/2.0.1 - https://github.com/dtolnay/thiserror/releases/tag/2.0.2 - https://github.com/dtolnay/thiserror/releases/tag/2.0.3 Test Plan: - ` common/rust/tools/scripts/third-party-check.sh` - `fbgs third-party/rust:thiserror -l | sed s,^fbsource/fbcode/,, | xargs arc rust-check` Reviewed By: zertosh Differential Revision: D66562325 fbshipit-source-id: 9b4b0dd517c180b1856ce0dc9be3eb84d686c2b7 --- antlir/antlir2/sendstream_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antlir/antlir2/sendstream_parser/Cargo.toml b/antlir/antlir2/sendstream_parser/Cargo.toml index 2e686c878e9..8757debbcc4 100644 --- a/antlir/antlir2/sendstream_parser/Cargo.toml +++ b/antlir/antlir2/sendstream_parser/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.3" nix = "0.26.4" nom = "7.1" serde = { version = "1.0.185", features = ["derive", "rc"], optional = true } -thiserror = "1.0.64" +thiserror = "2" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }