From d8f767576806e5318a252860f6beef71bbbc266c Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 5 Sep 2023 10:39:43 +0800 Subject: [PATCH] Update test/integration-test/Cargo.toml Co-authored-by: vadorovsky --- test/integration-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 71ea64dd..423cce2b 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -10,7 +10,7 @@ assert_matches = { workspace = true } aya = { workspace = true } aya-log = { workspace = true } aya-obj = { workspace = true } -bytes.workspace = true +bytes = {workspace = true } libc = { workspace = true } log = { workspace = true } netns-rs = { workspace = true }