From 1baa2595dd2eb7f32949c6eb7a4305423168c115 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Thu, 3 Apr 2025 17:36:05 +0100 Subject: [PATCH] Remove unused crate anyhow Since commit 01e8dd1ff1e8 ("Bump netlink-packet-utils to v0.6.0"), crate anyhow is no longer used. Let's remove it. Signed-off-by: Quentin Monnet --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa783c..b3e9d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ repository = "https://github.com/rust-netlink/netlink-packet-core" description = "netlink packet types" [dependencies] -anyhow = "1.0.31" byteorder = "1.3.2" netlink-packet-utils = "0.6.0"