fixup: hakari

This commit is contained in:
Vlad Lazar
2025-07-30 16:10:41 +01:00
parent d9774e2c67
commit 950df2668c
2 changed files with 2 additions and 5 deletions

5
Cargo.lock generated
View File

@@ -7293,9 +7293,6 @@ name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
dependencies = [
"futures-core",
]
[[package]]
name = "synstructure"
@@ -9087,7 +9084,7 @@ dependencies = [
"stable_deref_trait",
"subtle",
"syn 2.0.100",
"sync_wrapper 1.0.1",
"sync_wrapper 0.1.2",
"thiserror 2.0.11",
"tikv-jemalloc-ctl",
"tikv-jemalloc-sys",

View File

@@ -95,7 +95,7 @@ smallvec = { version = "1", default-features = false, features = ["const_new", "
spki = { version = "0.7", default-features = false, features = ["pem", "std"] }
stable_deref_trait = { version = "1" }
subtle = { version = "2" }
sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
sync_wrapper = { version = "0.1", default-features = false, features = ["futures"] }
thiserror = { version = "2" }
tikv-jemalloc-ctl = { version = "0.6", features = ["stats", "use_std"] }
tikv-jemalloc-sys = { version = "0.6", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] }