From 524d70e35a71715e6f2b4ab17cceeab7af21f93d Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Wed, 12 Mar 2025 23:44:13 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a692d9..a5ef4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "rpi_keep_alive" version = "0.1.0" authors = ["Greg Burri "] -edition = "2021" +edition = "2024" [dependencies] -rand = "0.8" +rand = "0.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -17,5 +17,6 @@ anyhow = "1" [profile.release] codegen-units = 1 +strip = true lto = true panic = 'abort' -- 2.49.0