From 97873a5c496bfd559d7a7804db4d28b94915d536 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:17:26 -0400 Subject: [PATCH] `deps`: gender_guesser 0.2.0 has been released, remove patch.crates-io entry --- Cargo.lock | 3 ++- Cargo.toml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c86386b17..9626bd7b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,7 +1981,8 @@ dependencies = [ [[package]] name = "gender_guesser" version = "0.2.0" -source = "git+https://github.com/jqnatividad/gender_guesser?branch=bundle_namdict_txt#bbd8c88601607c4e66493664fd584f8e33b7d841" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b93a4238a98f7f34ff4462543eae8587175d7cf24879dd9bfb1b90c3670033e" [[package]] name = "generator" diff --git a/Cargo.toml b/Cargo.toml index f22764d45..fc0101054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -238,9 +238,6 @@ serial_test = { version = "3.0", features = ["file_locks"] } dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" } # needed to get latest dependencies and unreleased fixes grex = { git = "https://github.com/pemistahl/grex", rev = "cb70109" } -# nam_dict.txt file needed to be loaded from filesystem upstream, and not vendored, causing runtime errors -# we created a PR to fix this, and it's been merged, but not released -gender_guesser = { git = "https://github.com/jqnatividad/gender_guesser", branch = "bundle_namdict_txt" } [features] default = ["mimalloc"]