From 4fa0f3e8235d9cfb802c8a2ab9cf627ebee8517a Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 4 Jun 2026 20:55:34 +0200 Subject: Update dependencies --- src/tftpd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tftpd.rs b/src/tftpd.rs index ae719de..5ff4a54 100644 --- a/src/tftpd.rs +++ b/src/tftpd.rs @@ -276,7 +276,7 @@ impl Tftpd { }; let restrict = || -> Result { - landlock::Ruleset::new() + landlock::Ruleset::default() .handle_access(access_all)? .create()? .add_rule(PathBeneath::new(pathfd, access))? -- cgit v1.2.3