misc: Move zerocopy to workspace dependencies

Since it is used by multiple components at this point, it is better to
move it to workspace level dependency.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain
2025-06-03 10:53:51 +05:30
parent d6ed74b5b8
commit 6f56ef9a36
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -131,3 +131,4 @@ serde_json = "1.0.120"
# other crates
thiserror = "2.0.12"
zerocopy = { version = "0.8.24", default-features = false }