Skip to content

Commit 55b017d

Browse files
chore(deps): update rust crate thiserror to v2
1 parent 70e19b5 commit 55b017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] }
1717
serde = { features = ["derive"], version = "1.0.125" }
1818
serde_json = "1.0.64"
1919
semver = "1.0.4"
20-
thiserror = "1"
20+
thiserror = "2"
2121
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
2222
tracing = "0.1"
2323
# We support versions 2, 3 and 4

0 commit comments

Comments
 (0)