diff --git a/Cargo.lock b/Cargo.lock index 617eecbb1ba0..4db153697298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,8 +1865,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.3" -source = "git+https://github.com/nmathewson/crunchy?branch=cross-compilation-fix#260ec5f08969480c342bb3fe47f88870ed5c6cce" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "crypto-common" diff --git a/Cargo.toml b/Cargo.toml index ea49b40cb0d7..e132c781901d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,4 @@ webbrowser = "1.0" which = "8.0.0" etcetera = "0.11.0" ignore = "0.4.25" - -# Patch for Windows cross-compilation issue with crunchy -[patch.crates-io] -crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" } +crunchy = "0.2.4"