Skip to content

Commit

Permalink
Reduce lockin for thiserror version
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jun 28, 2024
1 parent abc2fcc commit eec0174
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
[workspace.dependencies]
log = "0.4.21"
gpt = "3.1.0"
thiserror = "1.0.61"
thiserror = "1"
nix = { version = "0.28.0", features = ["fs"] }
uuid = { version = "1.8.0", features = ["v8"] }
zstd = "0.13.1"

0 comments on commit eec0174

Please sign in to comment.