diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-03-17 01:31:35 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:53:48 +0200 |
commit | 9c9471c64f977a18e4253a4396eff595e2917edd (patch) | |
tree | 44132e0ddcd96f6b626ff8a990540a9c788fdd39 /src/api/Cargo.toml | |
parent | 71a13f366ea2b5c779bd2ea74385af1b03a2455b (diff) | |
download | garage-9c9471c64f977a18e4253a4396eff595e2917edd.tar.gz garage-9c9471c64f977a18e4253a4396eff595e2917edd.zip |
change crate used for cdc
previous one seemed to output incorrect results
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 5bc170a3..b328f671 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -22,7 +22,7 @@ bytes = "1.0" chrono = "0.4" crypto-mac = "0.10" err-derive = "0.3" -hash-roll = "0.3.0" +fastcdc = "1.0.5" hex = "0.4" hmac = "0.10" log = "0.4" |