From 3734870c6b1025c017f725d07fef3d458bec70c9 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Mon, 10 Feb 2025 22:00:18 -0400 Subject: [PATCH] rm old julian dep --- core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 29d67ec23..2359fe2f1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -52,7 +52,6 @@ thiserror = "1.0.61" getrandom = { version = "0.2.15" } regex = "1.11.1" regex-syntax = { version = "0.8.5", default-features = false, features = ["unicode"] } -julian_day_converter = "0.3.2" chrono = { version = "0.4.38", default-features = false, features = ["clock"] } julian_day_converter = "0.4.4" jsonb = { version = "0.4.4", optional = true }