From c1c786ecacd2bf5c65a9a66a4fcd276f18a113a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:51:15 +0100 Subject: [PATCH] fix(deps): update rust crate viz to 0.7 (#7051) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rust/viz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/viz/Cargo.toml b/rust/viz/Cargo.toml index 3cb15b666b9..e4d2b1bcdde 100644 --- a/rust/viz/Cargo.toml +++ b/rust/viz/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -viz = "0.6" +viz = "0.7" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } [profile.release]