Use upstream commit for reflink-copy requirement (#523)

https://github.com/cargo-bins/reflink-copy/pull/51 was merged
This commit is contained in:
Zanie Blue
2023-12-01 04:58:24 -06:00
committed by GitHub
parent 5f1f207628
commit efcc4f1409
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2848,7 +2848,7 @@ dependencies = [
[[package]]
name = "reflink-copy"
version = "0.1.12"
source = "git+https://github.com/konstin/reflink-copy?rev=1fc25b9ca5087bd20f78546009fe98709e9c4343#1fc25b9ca5087bd20f78546009fe98709e9c4343"
source = "git+https://github.com/cargo-bins/reflink-copy?rev=7dffdccc4d4152cdc0a460b3ba8e77dd84ad74df#7dffdccc4d4152cdc0a460b3ba8e77dd84ad74df"
dependencies = [
"cfg-if 1.0.0",
"rustix",
+1 -1
View File
@@ -57,7 +57,7 @@ pyproject-toml = { version = "0.8.0" }
rand = { version = "0.8.5" }
rayon = { version = "1.8.0" }
# For correct IO error handling: https://github.com/cargo-bins/reflink-copy/pull/51
reflink-copy = { git = "https://github.com/konstin/reflink-copy", rev = "1fc25b9ca5087bd20f78546009fe98709e9c4343" }
reflink-copy = { git = "https://github.com/cargo-bins/reflink-copy", rev = "7dffdccc4d4152cdc0a460b3ba8e77dd84ad74df" }
regex = { version = "1.10.2" }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "gzip", "brotli", "stream", "rustls-tls"] }
reqwest-middleware = { version = "0.2.4" }