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

@ -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]