From bed58851ee85d8aa50dfb02fad1f6ac73928f319 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 7 May 2024 14:46:30 +0000 Subject: [PATCH] chore(deps): update rust crate snafu to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96cf18c..b1e9d7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" -snafu = "0.7" +snafu = "0.8" socket2 = { version = "0.5", features = ["all"] } stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0", features = [ "time",