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 }