Skip to content

Commit

Permalink
fix(deps): moved to reflink-copy (#55)
Browse files Browse the repository at this point in the history
Fixes: #46
  • Loading branch information
06chaynes authored and zkat committed Sep 11, 2023
1 parent c735d83 commit 6624d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = { version = "0.3.17", optional = true }
hex = "0.4.3"
memmap2 = { version = "0.5.8", optional = true }
miette = "5.7.0"
reflink = "0.1.3"
reflink-copy = "0.1.5"
serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.68"
Expand Down
1 change: 1 addition & 0 deletions src/content/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use futures::io::AsyncReadExt;
#[cfg(feature = "tokio")]
use tokio::io::AsyncReadExt;

use reflink_copy as reflink;
use ssri::{Algorithm, Integrity, IntegrityChecker};

#[cfg(any(feature = "async-std", feature = "tokio"))]
Expand Down

0 comments on commit 6624d66

Please sign in to comment.