diff options
Diffstat (limited to 'rustables/Cargo.toml')
-rw-r--r-- | rustables/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/Cargo.toml b/rustables/Cargo.toml index a1de031..83788cc 100644 --- a/rustables/Cargo.toml +++ b/rustables/Cargo.toml @@ -24,7 +24,7 @@ default = ["nftnl-1-2-0"] [dependencies] bitflags = "1.0" thiserror = "1.0" -tracing = "0.1" +log = "0.4" rustables-sys = { path = "../rustables-sys", version = "0.7" } mnl = "0.2" |