update Cargo.lock

This commit is contained in:
Simon Gardling 2022-06-19 01:35:51 -04:00
parent 923183684a
commit 8321cd5eed

6
Cargo.lock generated
View File

@ -1057,17 +1057,17 @@ dependencies = [
[[package]] [[package]]
name = "inferno" name = "inferno"
version = "0.11.4" version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a3cb215599901c8f491666421d44ffaed08d6872b4c7ced6f425683b951271e" checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64"
dependencies = [ dependencies = [
"ahash", "ahash",
"atty", "atty",
"indexmap", "indexmap",
"itoa 1.0.2", "itoa 1.0.2",
"lazy_static",
"log", "log",
"num-format", "num-format",
"once_cell",
"quick-xml", "quick-xml",
"rgb", "rgb",
"str_stack", "str_stack",