Add new dep compact_str v0.5.2

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-26 13:44:50 +10:00
parent 03c8295cd8
commit 928cc65778
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 22 additions and 0 deletions

21
Cargo.lock generated
View file

@ -129,6 +129,7 @@ dependencies = [
"bzip2",
"cargo_toml",
"clap",
"compact_str",
"crates_io_api",
"dirs",
"embed-resource",
@ -173,6 +174,15 @@ dependencies = [
"toml",
]
[[package]]
name = "castaway"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
dependencies = [
"rustversion",
]
[[package]]
name = "cc"
version = "1.0.73"
@ -257,6 +267,17 @@ dependencies = [
"memchr",
]
[[package]]
name = "compact_str"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5857fc4f27cd0fa2cd7c4a4fa780c0da3d898ae27e66bf6a719343e219e9a559"
dependencies = [
"castaway",
"itoa",
"ryu",
]
[[package]]
name = "core-foundation"
version = "0.9.3"