krata: use krata-advmac fork

This commit is contained in:
Alex Zenla
2024-03-30 06:51:16 +00:00
parent a9c6fa2c6a
commit eb20a4c60c
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,6 @@ edition = "2021"
resolver = "2"
[dependencies]
advmac = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
@ -14,6 +13,7 @@ env_logger = { workspace = true }
etherparse = { workspace = true }
futures = { workspace = true }
krata = { path = "../krata" }
krata-advmac = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
rtnetlink = { workspace = true }