mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
chore(deps): update rust crate phf_codegen to 0.11.2
This commit is contained in:
parent
ed71bb60e0
commit
9324a52a56
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1702,9 +1702,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "phf_codegen"
|
||||
version = "0.11.1"
|
||||
version = "0.11.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
|
||||
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
||||
dependencies = [
|
||||
"phf_generator",
|
||||
"phf_shared",
|
||||
|
|
|
@ -303,7 +303,7 @@ onig = { version = "~6.4", default-features = false }
|
|||
ouroboros = "0.15.6"
|
||||
parse_datetime = "0.4.0"
|
||||
phf = "0.11.1"
|
||||
phf_codegen = "0.11.1"
|
||||
phf_codegen = "0.11.2"
|
||||
platform-info = "2.0.1"
|
||||
quick-error = "2.0.1"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
|
|
Loading…
Reference in a new issue