back to main branch of zstd-rs
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1573,7 +1573,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ruzstd"
|
name = "ruzstd"
|
||||||
version = "0.2.4"
|
version = "0.2.4"
|
||||||
source = "git+https://github.com/KillingSpark/zstd-rs.git?branch=ringbuffer#30e65d726f934dbb3641ad0f9c096384f5823f63"
|
source = "git+https://github.com/KillingSpark/zstd-rs.git#744956aa87b845d7648ed9cf3d16e042c40c7766"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"twox-hash",
|
"twox-hash",
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ const_format = { version = "0.2", default-features = false, features = [
|
|||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
|
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user