Skip to content

Commit a3c84dc

Browse files
authored
Merge pull request #90 from bootc-dev/test-renovate/thiserror-2.x
chore(deps): update rust crate thiserror to v2
2 parents f490ee8 + 55b017d commit a3c84dc

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
@@ -18,7 +18,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] }
1818
serde = { features = ["derive"], version = "1.0.125" }
1919
serde_json = "1.0.64"
2020
semver = "1.0.4"
21-
thiserror = "1"
21+
thiserror = "2"
2222
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
2323
tracing = "0.1"
2424
# We support versions 2, 3 and 4

0 commit comments

Comments
 (0)