From fdf7fe31b2e9bfeb2812766acc5df18ed5da721c Mon Sep 17 00:00:00 2001 From: jawnv6 Date: Fri, 13 Jan 2023 11:29:31 -0800 Subject: [PATCH] Updating boxcars to 0.9.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b05e7c..83d074a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ classifier = [ ] [dependencies] -boxcars = "0.9.4" +boxcars = "0.9.8" serde_json = "1.0.52" [dependencies.pyo3]