diff --git a/Cargo.lock b/Cargo.lock index 0e4b6c0eeb711b70c669ebf715fad409f24d6000..11a71ff5933670b7781e498c5d5acd5f22fb240e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7348,7 +7348,6 @@ dependencies = [ "env_logger 0.11.8", "etagere", "filedescriptor", - "flume", "foreign-types 0.5.0", "futures 0.3.31", "gpui_macros", diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 8cc78e165354adcd32864b24e222ef9072c109ab..cd4a96cc45407f2c0e46c6dd57742cba7d19226e 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -162,7 +162,6 @@ objc2-metal = { version = "0.3", optional = true } mach2.workspace = true #TODO: replace with "objc2" metal.workspace = true -flume = "0.11" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies] pathfinder_geometry = "0.5" @@ -172,7 +171,6 @@ scap = { workspace = true, optional = true } [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] # Always used -flume = "0.11" oo7 = { version = "0.5.0", default-features = false, features = [ "async-std", "native_crypto", @@ -238,7 +236,6 @@ xim = { git = "https://github.com/zed-industries/xim-rs.git", rev = "16f35a2c881 x11-clipboard = { version = "0.9.3", optional = true } [target.'cfg(target_os = "windows")'.dependencies] -flume = "0.11" rand.workspace = true windows.workspace = true windows-core.workspace = true