From 8874c2e7641086a132bceb730b02861f586b8254 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Fri, 3 Jan 2025 19:16:08 -0600 Subject: [PATCH] Update boxcars to latest --- crate/Cargo.lock | 8 ++++---- crate/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crate/Cargo.lock b/crate/Cargo.lock index 9446f99..cf0b6e9 100644 --- a/crate/Cargo.lock +++ b/crate/Cargo.lock @@ -4,15 +4,15 @@ version = 3 [[package]] name = "bitter" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef3a13b71496a92e8c00ebe576b260655b56935cd5118d5a8949788b651b5e07" +checksum = "f777c49153c6244286ce2e3ba0352295c4cbfe4b3368bedf7ec8ffe9dc5920d7" [[package]] name = "boxcars" -version = "0.9.18" +version = "0.9.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "516106286f9b3dbe8cd54c031174b337665db392c1ff336fab75fa8b6b5376be" +checksum = "e238f3b3fcfb591438e651ded67a50f1ac73660f3bc13a489a84dc52b50f27de" dependencies = [ "bitter", "encoding_rs", diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 288ec15..ab00254 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] wasm-bindgen = "0.2.84" -boxcars = "0.9.18" +boxcars = "0.9.19" serde_json = "1.0" [dev-dependencies]