From c6973b54ee0e1b298cad195a545825227e154834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:50:08 +0000 Subject: [PATCH] Update nullnet-libwallguard requirement from 0.1.4 to 1.0.2 --- updated-dependencies: - dependency-name: nullnet-libwallguard dependency-version: 1.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- liblogging/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblogging/Cargo.toml b/liblogging/Cargo.toml index bf2a164..c1d4e55 100644 --- a/liblogging/Cargo.toml +++ b/liblogging/Cargo.toml @@ -10,7 +10,7 @@ default-run = "sample" [dependencies] nullnet-libappguard = "0.1.5" -nullnet-libwallguard = "0.1.4" +nullnet-libwallguard = "1.0.2" log = "0.4.26" syslog = "7.0.0" chrono = "0.4.39"