Remove outdated Cargo.toml comment (#813)

This commit is contained in:
Charlie Marsh 2024-01-05 21:50:52 -05:00 committed by GitHub
parent 88adba83a0
commit ca2e3d7073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ pyo3-log = { version = "0.9.0"}
pyproject-toml = { version = "0.8.1" } pyproject-toml = { version = "0.8.1" }
rand = { version = "0.8.5" } rand = { version = "0.8.5" }
rayon = { version = "1.8.0" } 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" } reflink-copy = { version = "0.1.14" }
regex = { version = "1.10.2" } regex = { version = "1.10.2" }
reqwest = { version = "0.11.23", default-features = false, features = ["json", "gzip", "brotli", "stream", "rustls-tls"] } reqwest = { version = "0.11.23", default-features = false, features = ["json", "gzip", "brotli", "stream", "rustls-tls"] }