From bd0ced2967fd8e6955023de0e5b12e0c9ea8ea4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 06:45:24 +0000 Subject: [PATCH] deps: bump boxcar from 0.2.4 to 0.2.5 (#69) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bestool/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88dcdc3..b73bb8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,9 +1128,9 @@ dependencies = [ [[package]] name = "boxcar" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e516014975db8769c0dcd1aba681c21079475fcddf77118bf54f9e2e013f6b29" +checksum = "510a90332002c1af3317ef6b712f0dab697f30bbe809b86965eac2923c0bca8e" [[package]] name = "brotli" diff --git a/crates/bestool/Cargo.toml b/crates/bestool/Cargo.toml index 9f6a8a3..417e4d3 100644 --- a/crates/bestool/Cargo.toml +++ b/crates/bestool/Cargo.toml @@ -22,7 +22,7 @@ binstalk-downloader = { version = "0.10.3", optional = true } bitflags = { version = "2.4.2", optional = true } bitvec = { version = "1.0.1", optional = true } blake3 = "1.5.1" -boxcar = "0.2.4" +boxcar = "0.2.5" bytes = "1.6.0" chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help", "env", "unicode", "string"] }