From 82330677dcaafc7b9e1de530bc3541dc1cd76048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:29:26 +0000 Subject: [PATCH] fix(deps): update rust crate snafu to 0.8.0 --- macbrew-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbrew-proxy/Cargo.toml b/macbrew-proxy/Cargo.toml index 545f14c..4aa2e3e 100644 --- a/macbrew-proxy/Cargo.toml +++ b/macbrew-proxy/Cargo.toml @@ -19,7 +19,7 @@ tokio-util = { version = "0.3.1", features = ["codec"], default-features = false futures = "0.3.15" bytes = "0.5" async-trait = "0.1.50" -snafu = "0.6.10" +snafu = "0.8.0" quick-xml = { version = "0.22", features = [ "serialize" ] } hexplay = "0.2.1" chrono = "0.4"