Move more dependencies to workspace level (#12270)

# Description
This is a followup to #12043 that moves more dependency versions to
workspace dependencies.

# User-Facing Changes
N/A

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`
This commit is contained in:
Antoine Büsch
2024-03-24 10:46:02 +11:00
committed by GitHub
parent 544e7bcb5e
commit 4ddc35cdad
23 changed files with 225 additions and 139 deletions

View File

@ -17,9 +17,9 @@ nu-path = { path = "../nu-path", version = "0.91.1" }
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.91.1" }
nu-protocol = { path = "../nu-protocol", version = "0.91.1" }
bytesize = "1.3"
bytesize = { workspace = true }
chrono = { default-features = false, features = ['std'], workspace = true }
itertools = "0.12"
itertools = { workspace = true }
log = { workspace = true }
serde_json = { workspace = true }