From 6ee2f3923c9ef59641fd0e0f483ceafdce92134a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 01:24:45 +0000 Subject: [PATCH] Update viuer requirement from 0.6.2 to 0.7.1 Updates the requirements on [viuer](https://github.com/atanunq/viuer) to permit the latest version. - [Release notes](https://github.com/atanunq/viuer/releases) - [Changelog](https://github.com/atanunq/viuer/blob/master/CHANGELOG.md) - [Commits](https://github.com/atanunq/viuer/compare/v0.6.2...v0.7.1) --- updated-dependencies: - dependency-name: viuer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f85be3..e47d255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ tls-api = { version = "0.9.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.35.1", features = ["full"] } tokio-stream = "0.1.14" -viuer = "0.6.2" +viuer = "0.7.1" wild = "2.2.0" [profile.release]