Skip to content

Commit ee89c57

Browse files
authored
Merge pull request #1937 from volta-cli/dependabot/cargo/crates/archive/thiserror-2.0.0
build(deps): update thiserror requirement from 1.0.16 to 2.0.0 in /crates/archive
2 parents 6118c9a + 58d63fb commit ee89c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ progress-read = { path = "../progress-read" }
1818
verbatim = "0.1"
1919
cfg-if = "1.0"
2020
headers = "0.4"
21-
thiserror = "1.0.16"
21+
thiserror = "2.0.0"
2222
attohttpc = { version = "0.28", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }
2323
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)