Skip to content

Commit fc940ce

Browse files
authored
chore: Update to strum 0.27 (#2180)
1 parent 2b7e2c3 commit fc940ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/bin/server.rs"
1414

1515
[dependencies]
1616
async-stream = "0.3"
17-
strum = {version = "0.26", features = ["derive"]}
17+
strum = {version = "0.27", features = ["derive"]}
1818
pico-args = {version = "0.5", features = ["eq-separator"]}
1919
console = "0.15"
2020
http = "1"

0 commit comments

Comments
 (0)