From ce99faeb3483440f6abffe3f6943d856848c6013 Mon Sep 17 00:00:00 2001 From: Stephen Carman Date: Fri, 28 Feb 2025 17:50:29 -0500 Subject: [PATCH] Update kernel/Cargo.toml Co-authored-by: Zach Schuermann --- kernel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 5ca0643a0..b6c6afbb0 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -36,7 +36,7 @@ pre-release-hook = [ [dependencies] bytes = "1.7" -chrono = { version = "=0.4.39" } +chrono = "=0.4.39" fix-hidden-lifetime-bug = "0.2" indexmap = "2.5.0" itertools = "0.13"