Hoist nanoid
to workspace-level (#11029)
This PR hoists `nanoid` up to a workspace dependency. Release Notes: - N/A
This commit is contained in:
parent
6d7332e80c
commit
a4ad3bcc08
4 changed files with 6 additions and 5 deletions
|
@ -283,6 +283,7 @@ itertools = "0.11.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
linkify = "0.10.0"
|
linkify = "0.10.0"
|
||||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||||
|
nanoid = "0.4"
|
||||||
ordered-float = "2.1.1"
|
ordered-float = "2.1.1"
|
||||||
palette = { version = "0.7.5", default-features = false, features = ["std"] }
|
palette = { version = "0.7.5", default-features = false, features = ["std"] }
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
|
|
|
@ -24,7 +24,7 @@ futures.workspace = true
|
||||||
gpui.workspace = true
|
gpui.workspace = true
|
||||||
language.workspace = true
|
language.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
nanoid = "0.4"
|
nanoid.workspace = true
|
||||||
open_ai.workspace = true
|
open_ai.workspace = true
|
||||||
project.workspace = true
|
project.workspace = true
|
||||||
rich_text.workspace = true
|
rich_text.workspace = true
|
||||||
|
|
|
@ -37,7 +37,7 @@ google_ai.workspace = true
|
||||||
hex.workspace = true
|
hex.workspace = true
|
||||||
live_kit_server.workspace = true
|
live_kit_server.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
nanoid = "0.4"
|
nanoid.workspace = true
|
||||||
open_ai.workspace = true
|
open_ai.workspace = true
|
||||||
parking_lot.workspace = true
|
parking_lot.workspace = true
|
||||||
prometheus = "0.13"
|
prometheus = "0.13"
|
||||||
|
|
|
@ -35,7 +35,7 @@ gpui = { workspace = true, optional = true }
|
||||||
live_kit_server = { workspace = true, optional = true }
|
live_kit_server = { workspace = true, optional = true }
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
media.workspace = true
|
media.workspace = true
|
||||||
nanoid = { version = "0.4", optional = true}
|
nanoid = { workspace = true, optional = true}
|
||||||
parking_lot.workspace = true
|
parking_lot.workspace = true
|
||||||
postage.workspace = true
|
postage.workspace = true
|
||||||
|
|
||||||
|
@ -47,14 +47,14 @@ async-trait = { workspace = true }
|
||||||
collections = { workspace = true }
|
collections = { workspace = true }
|
||||||
gpui = { workspace = true }
|
gpui = { workspace = true }
|
||||||
live_kit_server.workspace = true
|
live_kit_server.workspace = true
|
||||||
nanoid = "0.4"
|
nanoid.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
collections = { workspace = true, features = ["test-support"] }
|
collections = { workspace = true, features = ["test-support"] }
|
||||||
gpui = { workspace = true, features = ["test-support"] }
|
gpui = { workspace = true, features = ["test-support"] }
|
||||||
live_kit_server.workspace = true
|
live_kit_server.workspace = true
|
||||||
nanoid = "0.4"
|
nanoid.workspace = true
|
||||||
sha2.workspace = true
|
sha2.workspace = true
|
||||||
simplelog = "0.9"
|
simplelog = "0.9"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue