mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
perf(atoms): Update hstr
(#8799)
**Description:** **Related issue:** - https://github.com/dudykr/ddbase/pull/27 - https://github.com/dudykr/ddbase/pull/29
This commit is contained in:
parent
a15455271a
commit
0745624cb7
17
Cargo.lock
generated
17
Cargo.lock
generated
@ -1655,15 +1655,16 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hstr"
|
||||
version = "0.2.7"
|
||||
version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "17fafeca18cf0927e23ea44d7a5189c10536279dfe9094e0dfa953053fbb5377"
|
||||
checksum = "b0f5356d62012374578cd3a5c013d6586de3efbca3b53379fc1edfbb95c9db14"
|
||||
dependencies = [
|
||||
"hashbrown 0.14.3",
|
||||
"new_debug_unreachable",
|
||||
"once_cell",
|
||||
"phf",
|
||||
"rustc-hash",
|
||||
"smallvec",
|
||||
"triomphe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -5855,6 +5856,16 @@ dependencies = [
|
||||
"tracing-log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "triomphe"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"stable_deref_trait",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "try-lock"
|
||||
version = "0.2.5"
|
||||
|
@ -18,7 +18,7 @@ rkyv-impl = ["__rkyv", "rkyv", "bytecheck"]
|
||||
[dependencies]
|
||||
# bytecheck version should be in sync with rkyv version. Do not bump individually.
|
||||
bytecheck = { version = "0.6.10", optional = true }
|
||||
hstr = "0.2.7"
|
||||
hstr = "0.2.8"
|
||||
once_cell = "1"
|
||||
rkyv = { package = "rkyv", version = "=0.7.42", optional = true, features = [
|
||||
"strict",
|
||||
|
Loading…
Reference in New Issue
Block a user