1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

server: Upgrade fastcdc

This commit is contained in:
Zhaofeng Li 2023-03-05 11:05:11 -07:00
parent b6002b413c
commit 7f62e92d71
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1616,9 +1616,9 @@ dependencies = [
[[package]]
name = "fastcdc"
version = "1.0.8"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f1596230ad22715a97a82deba0403ece9e4a458d008fd2511518d72a115bef"
checksum = "98f097dd9a9fce80d26a1fb02e088957f659bb9f051df9c229265181072c4650"
[[package]]
name = "fastrand"

View file

@ -37,7 +37,7 @@ derivative = "2.2.0"
digest = "0.10.6"
displaydoc = "0.2.3"
enum-as-inner = "0.5.1"
fastcdc = "1.0.8"
fastcdc = "3.0.1"
futures = "0.3.26"
hex = "0.4.3"
humantime = "2.1.0"

View file

@ -5,7 +5,7 @@
use async_stream::try_stream;
use bytes::{BufMut, Bytes, BytesMut};
use fastcdc::FastCDC;
use fastcdc::ronomon::FastCDC;
use futures::stream::Stream;
use tokio::io::AsyncRead;