mirror of https://github.com/zkat/cacache-rs.git
moved to reflink-copy
This commit is contained in:
parent
2c98f08a98
commit
f81e92082c
|
|
@ -18,7 +18,7 @@ futures = "0.3.17"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
memmap2 = { version = "0.5.8", optional = true }
|
memmap2 = { version = "0.5.8", optional = true }
|
||||||
miette = "5.7.0"
|
miette = "5.7.0"
|
||||||
reflink = "0.1.3"
|
reflink-copy = "0.1.5"
|
||||||
serde = "1.0.130"
|
serde = "1.0.130"
|
||||||
serde_derive = "1.0.130"
|
serde_derive = "1.0.130"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.68"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ use futures::io::AsyncReadExt;
|
||||||
#[cfg(feature = "tokio")]
|
#[cfg(feature = "tokio")]
|
||||||
use tokio::io::AsyncReadExt;
|
use tokio::io::AsyncReadExt;
|
||||||
|
|
||||||
|
use reflink_copy as reflink;
|
||||||
use ssri::{Algorithm, Integrity, IntegrityChecker};
|
use ssri::{Algorithm, Integrity, IntegrityChecker};
|
||||||
|
|
||||||
use crate::async_lib::AsyncRead;
|
use crate::async_lib::AsyncRead;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue