From 9154cfa3352a038f7472fa3826f1459a7c71a2ec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 2 Apr 2024 12:02:57 +0000 Subject: [PATCH] Update Rust crate if-addrs to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 970ded9..d0a0634 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.1" +if-addrs = "0.12.0" rand = "0.8.5" chrono = "0.4.37" serde = { version = "1.0", features = ["derive"] }