diff --git a/Cargo.lock b/Cargo.lock index e1587e07d..3950ecaec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,9 +714,9 @@ dependencies = [ [[package]] name = "human_name" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d40d3a11bc31949eb1d5070deb0cbb481bbd17d9423ecd3afdb3db5d81499b9" +checksum = "fbd70ad9620f3a33a270cedfa47114c9566660c28ff8d0b3772b5c8dc1dac085" dependencies = [ "compact_str", "crossbeam-utils", diff --git a/crates/bibtex-utils/Cargo.toml b/crates/bibtex-utils/Cargo.toml index 8ab72e39d..1271823ea 100644 --- a/crates/bibtex-utils/Cargo.toml +++ b/crates/bibtex-utils/Cargo.toml @@ -8,7 +8,7 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4.38", default-features = false, features = ["std"] } -human_name = "2.0.3" +human_name = "2.0.4" itertools.workspace = true rowan.workspace = true rustc-hash.workspace = true