1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7993 from cakebaker/bump_type_map

Bump `type-map`
This commit is contained in:
Sylvestre Ledru 2025-05-26 18:35:45 +02:00 committed by GitHub
commit 685df65cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 13 deletions

16
Cargo.lock generated
View file

@ -181,7 +181,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"regex", "regex",
"rustc-hash 2.1.1", "rustc-hash",
"shlex", "shlex",
"syn", "syn",
] ]
@ -1025,7 +1025,7 @@ dependencies = [
"fluent-syntax", "fluent-syntax",
"intl-memoizer", "intl-memoizer",
"intl_pluralrules", "intl_pluralrules",
"rustc-hash 2.1.1", "rustc-hash",
"self_cell", "self_cell",
"smallvec", "smallvec",
"unic-langid", "unic-langid",
@ -2124,12 +2124,6 @@ dependencies = [
"trim-in-place", "trim-in-place",
] ]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]] [[package]]
name = "rustc-hash" name = "rustc-hash"
version = "2.1.1" version = "2.1.1"
@ -2554,11 +2548,11 @@ checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
[[package]] [[package]]
name = "type-map" name = "type-map"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
dependencies = [ dependencies = [
"rustc-hash 1.1.0", "rustc-hash",
] ]
[[package]] [[package]]

View file

@ -84,8 +84,6 @@ skip = [
{ name = "thiserror-impl", version = "1.0.69" }, { name = "thiserror-impl", version = "1.0.69" },
# bindgen # bindgen
{ name = "itertools", version = "0.13.0" }, { name = "itertools", version = "0.13.0" },
# fluent-bundle
{ name = "rustc-hash", version = "1.1.0" },
# ordered-multimap # ordered-multimap
{ name = "hashbrown", version = "0.14.5" }, { name = "hashbrown", version = "0.14.5" },
# cexpr (via bindgen) # cexpr (via bindgen)