fix: more renames

This commit is contained in:
Elijah McMorris 2025-02-03 12:47:44 -08:00
parent 5aab89ff0d
commit 051d18494b
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
12 changed files with 441 additions and 322 deletions

View file

@ -18,17 +18,17 @@ polars = { version = "0.32", features = [
reqwest = { version = "0.12", features = ["blocking", "gzip"] }
glob = { version = "0.3" }
clokwerk = "0.4"
strum_macros = "0.26"
strum = "0.26"
tokio = { version = "1.34", features = ["full"] }
strum_macros = "0.27"
strum = "0.27"
tokio = { version = "1.43", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
rand = "0.8"
rand = "0.9"
futures = "0.3"
lazy_static = "1.4"
lazy_static = "1.5"
anyhow = "1.0"
[dev-dependencies]
rstest = "0.23"
rstest = "0.24"
pretty_assertions = "1.4"