This commit is contained in:
dependabot[bot] 2026-08-24 15:54:25 +00:00 committed by GitHub
commit 4a9e41545d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1359,12 +1359,12 @@ dependencies = [
[[package]]
name = "if-addrs"
version = "0.13.4"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24"
checksum = "c0a05c691e1fae256cf7013d99dad472dc52d5543322761f83ec8d47eab40d2b"
dependencies = [
"libc",
"windows-sys 0.59.0",
"windows-sys 0.61.2",
]
[[package]]

View file

@ -26,7 +26,7 @@ dirs = "6.0"
clap = { version = "4.5", features = ["derive"] }
eframe = { version = "0.31", default-features = false, features = ["default_fonts", "glow", "wayland", "x11"] }
base64 = "0.22"
if-addrs = "0.13"
if-addrs = "0.15"
chrono = { version = "0.4", features = ["serde"] }
url = { version = "2.5", features = ["serde"] }