From 950df2668cb713840d5f6df1a3b961d557e55aff Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Wed, 30 Jul 2025 16:10:41 +0100 Subject: [PATCH] fixup: hakari --- Cargo.lock | 5 +---- workspace_hack/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca62d1e786..9a0cc9076a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/workspace_hack/Cargo.toml b/workspace_hack/Cargo.toml index 952cd9d3be..e1eba9149d 100644 --- a/workspace_hack/Cargo.toml +++ b/workspace_hack/Cargo.toml @@ -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"] }