1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Bump type-map from 0.5.0 to 0.5.1

This commit is contained in:
Daniel Hofstetter 2025-05-26 07:31:11 +02:00
parent c992ce5507
commit eb16277f74

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]]