Update Rust crate futures to v0.3.30 (#15575)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [futures](https://rust-lang.github.io/futures-rs) ([source](https://togithub.com/rust-lang/futures-rs)) | workspace.dependencies | patch | `0.3.28` -> `0.3.30` | --- ### Release Notes <details> <summary>rust-lang/futures-rs (futures)</summary> ### [`v0.3.30`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0330---2023-12-24) [Compare Source](https://togithub.com/rust-lang/futures-rs/compare/0.3.29...0.3.30) - Add `{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of` ([#​2797](https://togithub.com/rust-lang/futures-rs/issues/2797)) - Fix panic in `FuturesUnordered::clear` ([#​2809](https://togithub.com/rust-lang/futures-rs/issues/2809)) - Fix panic in `AsyncBufReadExt::fill_buf` ([#​2801](https://togithub.com/rust-lang/futures-rs/issues/2801), [#​2812](https://togithub.com/rust-lang/futures-rs/issues/2812)) - Improve support for targets without atomic CAS ([#​2811](https://togithub.com/rust-lang/futures-rs/issues/2811)) - Remove build scripts ([#​2811](https://togithub.com/rust-lang/futures-rs/issues/2811)) ### [`v0.3.29`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0329---2023-10-26) [Compare Source](https://togithub.com/rust-lang/futures-rs/compare/0.3.28...0.3.29) - Add `TryStreamExt::try_ready_chunks` ([#​2757](https://togithub.com/rust-lang/futures-rs/issues/2757)) - Add `TryStreamExt::{try_all,try_any}` ([#​2783](https://togithub.com/rust-lang/futures-rs/issues/2783)) - Add `UnboundedSender::{len,is_empty}` ([#​2750](https://togithub.com/rust-lang/futures-rs/issues/2750)) - Fix `Sync` impl of `FuturesUnordered` ([#​2788](https://togithub.com/rust-lang/futures-rs/issues/2788)) - Fix infinite loop caused by invalid UTF-8 bytes ([#​2785](https://togithub.com/rust-lang/futures-rs/issues/2785)) - Fix build error with -Z minimal-versions ([#​2761](https://togithub.com/rust-lang/futures-rs/issues/2761)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9ca21c1454
commit
33d06c4d96
1 changed files with 72 additions and 72 deletions
144
Cargo.lock
generated
144
Cargo.lock
generated
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"auto_update",
|
||||
"editor",
|
||||
"extension",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"project",
|
||||
|
@ -272,7 +272,7 @@ name = "anthropic"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"isahc",
|
||||
"schemars",
|
||||
|
@ -412,7 +412,7 @@ dependencies = [
|
|||
"env_logger",
|
||||
"feature_flags",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"heed",
|
||||
|
@ -708,7 +708,7 @@ name = "async-pipe"
|
|||
version = "0.1.3"
|
||||
source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
|
||||
dependencies = [
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"log",
|
||||
]
|
||||
|
||||
|
@ -1899,7 +1899,7 @@ dependencies = [
|
|||
"client",
|
||||
"collections",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"language",
|
||||
|
@ -2160,7 +2160,7 @@ dependencies = [
|
|||
"client",
|
||||
"clock",
|
||||
"collections",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"language",
|
||||
|
@ -2315,7 +2315,7 @@ dependencies = [
|
|||
"bytes 1.5.0",
|
||||
"clickhouse-derive",
|
||||
"clickhouse-rs-cityhash-sys",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"hyper",
|
||||
"hyper-tls",
|
||||
"lz4",
|
||||
|
@ -2362,7 +2362,7 @@ dependencies = [
|
|||
"collections",
|
||||
"feature_flags",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"lazy_static",
|
||||
|
@ -2481,7 +2481,7 @@ dependencies = [
|
|||
"envy",
|
||||
"file_finder",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"git_hosting_providers",
|
||||
"google_ai",
|
||||
|
@ -2558,7 +2558,7 @@ dependencies = [
|
|||
"db",
|
||||
"editor",
|
||||
"emojis",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"http_client",
|
||||
|
@ -2735,7 +2735,7 @@ dependencies = [
|
|||
"command_palette_hooks",
|
||||
"editor",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"indoc",
|
||||
|
@ -3395,7 +3395,7 @@ dependencies = [
|
|||
"ctor",
|
||||
"editor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"log",
|
||||
|
@ -3564,7 +3564,7 @@ dependencies = [
|
|||
"emojis",
|
||||
"env_logger",
|
||||
"file_icons",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"git",
|
||||
"gpui",
|
||||
|
@ -3904,7 +3904,7 @@ dependencies = [
|
|||
"ctor",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"indexed_docs",
|
||||
|
@ -4063,7 +4063,7 @@ dependencies = [
|
|||
"client",
|
||||
"db",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"human_bytes",
|
||||
|
@ -4104,7 +4104,7 @@ dependencies = [
|
|||
"ctor",
|
||||
"editor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"itertools 0.11.0",
|
||||
|
@ -4347,7 +4347,7 @@ dependencies = [
|
|||
"cocoa",
|
||||
"collections",
|
||||
"fsevent",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"git2",
|
||||
"gpui",
|
||||
|
@ -4432,9 +4432,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.28"
|
||||
version = "0.3.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
||||
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
@ -4451,7 +4451,7 @@ version = "0.6.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
|
||||
dependencies = [
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"futures-timer",
|
||||
"pin-utils",
|
||||
]
|
||||
|
@ -4474,9 +4474,9 @@ checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.28"
|
||||
version = "0.3.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
||||
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
@ -4713,7 +4713,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"gpui",
|
||||
"http_client",
|
||||
|
@ -4799,7 +4799,7 @@ name = "google_ai"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
@ -4871,7 +4871,7 @@ dependencies = [
|
|||
"flume",
|
||||
"font-kit",
|
||||
"foreign-types 0.5.0",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui_macros",
|
||||
"http_client",
|
||||
"image",
|
||||
|
@ -5049,7 +5049,7 @@ dependencies = [
|
|||
"client",
|
||||
"extension",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"log",
|
||||
|
@ -5291,7 +5291,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"derive_more",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"futures-lite 1.13.0",
|
||||
"http 1.0.0",
|
||||
"isahc",
|
||||
|
@ -5499,7 +5499,7 @@ dependencies = [
|
|||
"collections",
|
||||
"derive_more",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"heed",
|
||||
|
@ -5568,7 +5568,7 @@ dependencies = [
|
|||
"copilot",
|
||||
"editor",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"language",
|
||||
|
@ -5951,7 +5951,7 @@ dependencies = [
|
|||
"collections",
|
||||
"ctor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"git",
|
||||
"globset",
|
||||
|
@ -6007,7 +6007,7 @@ dependencies = [
|
|||
"editor",
|
||||
"env_logger",
|
||||
"feature_flags",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"google_ai",
|
||||
"gpui",
|
||||
"http_client",
|
||||
|
@ -6060,7 +6060,7 @@ dependencies = [
|
|||
"copilot",
|
||||
"editor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"lsp",
|
||||
|
@ -6085,7 +6085,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"collections",
|
||||
"feature_flags",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"language",
|
||||
|
@ -6293,7 +6293,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"collections",
|
||||
"core-foundation",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"live_kit_server",
|
||||
"log",
|
||||
|
@ -6371,7 +6371,7 @@ dependencies = [
|
|||
"collections",
|
||||
"ctor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"log",
|
||||
"lsp-types",
|
||||
|
@ -6448,7 +6448,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"assets",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"languages",
|
||||
|
@ -6682,7 +6682,7 @@ dependencies = [
|
|||
"collections",
|
||||
"ctor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"gpui",
|
||||
"itertools 0.11.0",
|
||||
|
@ -6842,7 +6842,7 @@ dependencies = [
|
|||
"async-tar",
|
||||
"async-trait",
|
||||
"async_zip",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"log",
|
||||
"paths",
|
||||
|
@ -7106,7 +7106,7 @@ version = "0.6.0-pre"
|
|||
source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"log",
|
||||
"parity-tokio-ipc",
|
||||
"rmp",
|
||||
|
@ -7173,7 +7173,7 @@ name = "ollama"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"isahc",
|
||||
"schemars",
|
||||
|
@ -7242,7 +7242,7 @@ name = "open_ai"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"isahc",
|
||||
"schemars",
|
||||
|
@ -7474,7 +7474,7 @@ version = "0.9.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
||||
dependencies = [
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"libc",
|
||||
"log",
|
||||
"rand 0.7.3",
|
||||
|
@ -7883,7 +7883,7 @@ checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
|
|||
dependencies = [
|
||||
"atomic",
|
||||
"crossbeam-queue",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"pin-project",
|
||||
|
@ -8044,7 +8044,7 @@ dependencies = [
|
|||
"dev_server_projects",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"git",
|
||||
"git2",
|
||||
|
@ -8099,7 +8099,7 @@ dependencies = [
|
|||
"db",
|
||||
"editor",
|
||||
"file_icons",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"gpui",
|
||||
"language",
|
||||
|
@ -8125,7 +8125,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"language",
|
||||
|
@ -8215,7 +8215,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"collections",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"serde",
|
||||
|
@ -8532,7 +8532,7 @@ dependencies = [
|
|||
"client",
|
||||
"dev_server_projects",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"gpui",
|
||||
"language",
|
||||
|
@ -8687,7 +8687,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"collections",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"log",
|
||||
"parking_lot",
|
||||
|
@ -8710,7 +8710,7 @@ dependencies = [
|
|||
"clock",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"language",
|
||||
|
@ -8751,7 +8751,7 @@ dependencies = [
|
|||
"command_palette_hooks",
|
||||
"editor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"image",
|
||||
|
@ -8853,7 +8853,7 @@ dependencies = [
|
|||
name = "rich_text"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"linkify",
|
||||
|
@ -8969,7 +8969,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"collections",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"parking_lot",
|
||||
"proto",
|
||||
|
@ -9018,7 +9018,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"data-encoding",
|
||||
"dirs 5.0.1",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"glob",
|
||||
"rand 0.8.5",
|
||||
"ring",
|
||||
|
@ -9323,7 +9323,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"bigdecimal",
|
||||
"chrono",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"log",
|
||||
"ouroboros",
|
||||
"rust_decimal",
|
||||
|
@ -9416,7 +9416,7 @@ dependencies = [
|
|||
"client",
|
||||
"collections",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"language",
|
||||
"menu",
|
||||
|
@ -9485,7 +9485,7 @@ dependencies = [
|
|||
"collections",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"futures-batch",
|
||||
"gpui",
|
||||
"heed",
|
||||
|
@ -9675,7 +9675,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"collections",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"lazy_static",
|
||||
|
@ -9993,7 +9993,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"collections",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"parking_lot",
|
||||
"serde",
|
||||
|
@ -10087,7 +10087,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"collections",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"indoc",
|
||||
"lazy_static",
|
||||
"libsqlite3-sys",
|
||||
|
@ -10492,7 +10492,7 @@ dependencies = [
|
|||
"collections",
|
||||
"editor",
|
||||
"env_logger",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"language",
|
||||
|
@ -10515,7 +10515,7 @@ name = "supermaven_api"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"http_client",
|
||||
"paths",
|
||||
"serde",
|
||||
|
@ -10779,7 +10779,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"collections",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"hex",
|
||||
"parking_lot",
|
||||
|
@ -10865,7 +10865,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"collections",
|
||||
"dirs 4.0.0",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"libc",
|
||||
"rand 0.8.5",
|
||||
|
@ -10893,7 +10893,7 @@ dependencies = [
|
|||
"db",
|
||||
"dirs 4.0.0",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
|
@ -10945,7 +10945,7 @@ dependencies = [
|
|||
"collections",
|
||||
"derive_more",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"indexmap 1.9.3",
|
||||
"log",
|
||||
|
@ -11991,7 +11991,7 @@ dependencies = [
|
|||
"async-fs 1.6.0",
|
||||
"collections",
|
||||
"dirs 4.0.0",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"futures-lite 1.13.0",
|
||||
"git2",
|
||||
"globset",
|
||||
|
@ -12114,7 +12114,7 @@ dependencies = [
|
|||
"command_palette",
|
||||
"command_palette_hooks",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"itertools 0.11.0",
|
||||
|
@ -12598,7 +12598,7 @@ dependencies = [
|
|||
"cap-std",
|
||||
"cap-time-ext",
|
||||
"fs-set-times",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"io-extras",
|
||||
"io-lifetimes 2.0.3",
|
||||
"once_cell",
|
||||
|
@ -13423,7 +13423,7 @@ dependencies = [
|
|||
"dev_server_projects",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"gpui",
|
||||
"http_client",
|
||||
"itertools 0.11.0",
|
||||
|
@ -13458,7 +13458,7 @@ dependencies = [
|
|||
"collections",
|
||||
"env_logger",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"fuzzy",
|
||||
"git",
|
||||
"git2",
|
||||
|
@ -13746,7 +13746,7 @@ dependencies = [
|
|||
"file_finder",
|
||||
"file_icons",
|
||||
"fs",
|
||||
"futures 0.3.28",
|
||||
"futures 0.3.30",
|
||||
"git",
|
||||
"git_hosting_providers",
|
||||
"go_to_line",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue