From 7497e3a12148403236d754290fe28b64a225ed8e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 15:03:47 +0000 Subject: [PATCH] Update Rust crate if-addrs to 0.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96d792..2770cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.81", features = ["backtrace"] } -if-addrs = "0.11.0" +if-addrs = "0.11.1" rand = "0.8.5" chrono = "0.4.35" serde = { version = "1.0", features = ["derive"] }