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:
Donny/강동윤 2024-04-02 16:30:26 +09:00 committed by GitHub
parent a15455271a
commit 0745624cb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 4 deletions

17
Cargo.lock generated
View File

@ -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"

View File

@ -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",