aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTrinity Pointard <trinity.pointard@gmail.com>2021-03-17 01:31:35 +0100
committerTrinity Pointard <trinity.pointard@gmail.com>2021-04-06 02:50:07 +0200
commit47d0aee9f807e0ded10a01d045a8930ff112224b (patch)
treeece47de34a21387da1f97a2ee304f23f11aa55c1 /Cargo.lock
parent6e0cb2dfb6db182a07debe4f7b89f7780bcdf5e4 (diff)
downloadgarage-47d0aee9f807e0ded10a01d045a8930ff112224b.tar.gz
garage-47d0aee9f807e0ded10a01d045a8930ff112224b.zip
change crate used for cdc
previous one seemed to output incorrect results
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 4 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e71152e4..c97968ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -222,10 +222,10 @@ dependencies = [
]
[[package]]
-name = "fmt-extra"
-version = "0.2.1"
+name = "fastcdc"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07f11f71b1f9be830047fbb1899d90601c3b21a471dc99fe1057303eee37f2b9"
+checksum = "5afa29be46b12c8c380b997def8d1ac77c2665da93eb0a768fab0bf4db79333f"
[[package]]
name = "fnv"
@@ -389,12 +389,12 @@ dependencies = [
"chrono",
"crypto-mac 0.10.0",
"err-derive",
+ "fastcdc",
"futures",
"futures-util",
"garage_model",
"garage_table",
"garage_util",
- "hash-roll",
"hex",
"hmac",
"http",
@@ -601,15 +601,6 @@ dependencies = [
]
[[package]]
-name = "hash-roll"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9e27803a4b526df90ed2a3f60523eeec6b5ace6ba7530f9920fbee82027fa11"
-dependencies = [
- "fmt-extra",
-]
-
-[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"