From ca2e3d7073b7aa87be4a669ef35db97f8c409044 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 5 Jan 2024 21:50:52 -0500 Subject: [PATCH] Remove outdated Cargo.toml comment (#813) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa53e7898..cf840ad22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,6 @@ pyo3-log = { version = "0.9.0"} pyproject-toml = { version = "0.8.1" } 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 = { version = "0.1.14" } regex = { version = "1.10.2" } reqwest = { version = "0.11.23", default-features = false, features = ["json", "gzip", "brotli", "stream", "rustls-tls"] }