From bcab7d5d828bffe4dd0673b90a256c7eba70fb08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:21:47 +0000 Subject: [PATCH] Update Rust crate speedy to 0.8.7 --- internal/state/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..d607503 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -10,7 +10,7 @@ derive_more = "0.99.17" git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" serde = { version = "1.0.136", features = ["derive", "rc"] } -speedy = "0.8.1" +speedy = "0.8.7" thiserror = "1.0.30" tokio = { version = "1.16.1", features = ["io-util", "sync"] } zstd = "0.10.0"