From 26d1eb631e71ab2afade8cda99b6dfb6f005c461 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 23 Nov 2025 12:53:54 -0700 Subject: [PATCH] version update to publish to Pypi 2 --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b314f89..3e8dfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1823,7 +1823,6 @@ dependencies = [ "byteorder", "bytes", "chrono", - "chrono-tz", "deadpool-postgres", "futures-util", "mimalloc", diff --git a/Cargo.toml b/Cargo.toml index 0b13354..4b848b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] # 1. Python Bindings for FFI pyo3 = { version = "0.27.1", features = ["extension-module"] } -chrono-tz = "0.10" + # 2. Configuration Parsing (YAML) serde = { version = "1.0", features = ["derive"] }