From 87055813ae96d40e198244f8fb4fe761e0d37064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:14:02 +0000 Subject: [PATCH] Update strum requirement from 0.25 to 0.26 in /crates/proxy-client --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/proxy-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/proxy-client/Cargo.toml b/crates/proxy-client/Cargo.toml index c886707..38677c5 100644 --- a/crates/proxy-client/Cargo.toml +++ b/crates/proxy-client/Cargo.toml @@ -21,7 +21,7 @@ concurrent_arena = "0.1.7" futures-util = { version = "0.3.24", features = ["sink"] } serde = { version = "1.0.103", features = ["derive"] } ssh_format = { version = "0.14.1", features = ["bytes"] } -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } scopeguard = "1.1.0" tokio = { version = "1.11.0", features = ["rt", "io-util", "sync", "macros"] } tokio-io-utility = { version = "0.7.4", features = ["read-exact-to-bytes"] }