From b42a73ccfd041182858a739e3de4014a3d79246a Mon Sep 17 00:00:00 2001 From: specCon18 Date: Sat, 13 Apr 2024 08:09:51 -0400 Subject: [PATCH] updated vulnerable deps time and rustix --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d5027ed..0993936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,5 @@ tower = "0.4.13" tower-http = { version = "0.4.3", features = ["fs"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } +rustix = { version = "0.38.32" } +time = { version = "0.3.36" }