chore: move generic-array to workspace (#8404)

This commit is contained in:
Matthias Seitz
2024-05-27 14:36:39 +02:00
committed by GitHub
parent f3013e4ea4
commit ed926ec9b9
3 changed files with 3 additions and 2 deletions

View File

@ -337,6 +337,7 @@ dashmap = "5.5"
derive_more = "0.99.17"
fdlimit = "0.3.0"
eyre = "0.6"
generic-array = "0.14"
tracing = "0.1.0"
tracing-appender = "0.2"
thiserror = "1.0"

View File

@ -37,7 +37,7 @@ tracing.workspace = true
thiserror.workspace = true
parking_lot.workspace = true
rand = { workspace = true, optional = true }
generic-array = "0.14"
generic-array.workspace = true
serde = { workspace = true, optional = true }
[dev-dependencies]

View File

@ -27,7 +27,7 @@ educe = "0.4.19"
tracing.workspace = true
# HeaderBytes
generic-array = "0.14.6"
generic-array.workspace = true
typenum = "1.15.0"
byteorder = "1.4.3"