diff --git a/Cargo.toml b/Cargo.toml index 02583ba..4de6917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = { version = "1.0.79", features = ["backtrace"] } +anyhow = { version = "1.0.80", features = ["backtrace"] } if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.33"