Skip to content

Commit d516404

Browse files
Update strum requirement from 0.26 to 0.27 in /crates/proxy-client (#62)
1 parent 25b1728 commit d516404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proxy-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrent_arena = "0.1.7"
2121
futures-util = { version = "0.3.24", features = ["sink"] }
2222
serde = { version = "1.0.103", features = ["derive"] }
2323
ssh_format = { version = "0.14.1", features = ["bytes"] }
24-
strum = { version = "0.26", features = ["derive"] }
24+
strum = { version = "0.27", features = ["derive"] }
2525
scopeguard = "1.1.0"
2626
tokio = { version = "1.11.0", features = ["rt", "io-util", "sync", "macros"] }
2727
tokio-io-utility = { version = "0.7.4", features = ["read-exact-to-bytes"] }

0 commit comments

Comments
 (0)