diff --git a/Cargo.lock b/Cargo.lock index 96fa339..40da72c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -283,8 +283,6 @@ version = "0.1.0-rc1" dependencies = [ "crossbeam-utils", "hashbrown", - "lock_api", - "parking_lot_core", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 435e664..83375d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,6 @@ categories = ["asynchronous", "concurrency", "data-structures"] [dependencies] crossbeam-utils = "0.8.20" hashbrown = { version = "0.14.5", default-features = false, features = ["raw"] } -lock_api = "0.4.12" -parking_lot_core = "0.9.10" [dev-dependencies] tokio = { version = "1.41.0", features = ["full"] }