refactor(tvix/store): bump fastcdc dep
This removes the use of Box::new, switching fastcdc to version 3.0.2 with https://github.com/nlfiedler/fastcdc-rs/issues/25 fixed. Change-Id: I64f388b9e0a7f358e25a8bb7ca0e4df1d3bb01c4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8249 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
b049b88d2d
commit
e4687765d7
4 changed files with 6 additions and 6 deletions
|
@ -1915,9 +1915,9 @@ rec {
|
|||
};
|
||||
"fastcdc" = rec {
|
||||
crateName = "fastcdc";
|
||||
version = "3.0.0";
|
||||
version = "3.0.2";
|
||||
edition = "2018";
|
||||
sha256 = "1qi398l32355b9kh0qr57rin86cv2z8kga25h1yis1wab9cjcxy4";
|
||||
sha256 = "0p8b0i6nwxwsxz3sviiwp2f756dqzmg6qjds0bqbsyvyd5myxx1y";
|
||||
authors = [
|
||||
"Nathan Fiedler <nathanfiedler@fastmail.fm>"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue