File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ memshred = []
4848
4949[dependencies ]
5050libc = " 0.2.96"
51- zstd = { version = " 0.9 .0" , optional = true }
51+ zstd = { version = " 0.10 .0" , optional = true }
5252crc32fast = " 1.2.1"
5353log = " 0.4.14"
5454parking_lot = " 0.11.1"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ impl Log {
140140 #[ cfg( feature = "compression" ) ]
141141 {
142142 if self . config . use_compression && pid != BATCH_MANIFEST_PID {
143- use zstd:: block :: compress;
143+ use zstd:: bulk :: compress;
144144
145145 let buf = item. serialize ( ) ;
146146
Original file line number Diff line number Diff line change 11#[ cfg( feature = "zstd" ) ]
2- use zstd:: block :: { compress, decompress} ;
2+ use zstd:: bulk :: { compress, decompress} ;
33
44use crate :: * ;
55
You can’t perform that action at this time.
0 commit comments