From 63c1717729ffd17847c7e1aa545956d6c785a9d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:46:46 +0000 Subject: [PATCH] Update Rust crate time to 0.3 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92443819..cd2eedf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/jonathanmorley/nexus-rs" license = "Apache-2.0" [dependencies] -time = "0.1" +time = "0.3" hyper = "0.10" serde = "0.9" serde_derive = "0.9"