diff --git a/Cargo.lock b/Cargo.lock index e6d2e97..fe476c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arc-swap" @@ -1183,7 +1183,7 @@ dependencies = [ "errno 0.3.13", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1710,7 +1710,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b30b06b..a3c2cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "A web frontend to Suricata full packet capture" rust-version = "1.78.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" axum = { version = "0.8", default-features = false, features = ["json", "form", "query"] } axum-server = { version = "0.7.2", default-features = false, features = ["tls-rustls"] } base64 = { version = "0.22.1", default-features = false }