moved to reflink-copy

This commit is contained in:
Christian Haynes 2023-08-01 19:26:15 -04:00
parent 2c98f08a98
commit f81e92082c
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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;