From ff1888538dc420117f570ec5b220e8eb80891088 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 6 Dec 2023 02:02:52 +0100 Subject: [PATCH] Update Rust crate if-addrs to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index add588e..2e22fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } -if-addrs = "0.10.2" +if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.31" serde = { version = "1.0", features = ["derive"] }