chore(tvix): bump thiserror to 2.x

Change-Id: I6fca86af1ef8d4da37b01701ef9de1983eedce49
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13190
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
Florian Klink 2025-03-02 15:57:49 +07:00 committed by clbot
parent 94efd4b18b
commit 1d4626d166
5 changed files with 22 additions and 21 deletions

View file

@ -44,7 +44,7 @@ pub enum ValidatePathInfoError {
InvalidRootNode(DirectoryError),
/// Invalid node name encountered. Root nodes in PathInfos have more strict name requirements
#[error("Failed to parse {} as StorePath: {1}", .0.to_str_lossy())]
#[error("Failed to parse {} as StorePath: {}", .0.to_str_lossy(), .1)]
InvalidNodeName(Vec<u8>, store_path::Error),
/// The digest in narinfo.nar_sha256 has an invalid len.