Skip to content

Commit 4cfd7e6

Browse files
Update Rust crate strum to 0.27
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 0593d3b commit 4cfd7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ derive_more = "0.99.17"
1010
pyo3 = "0.25.1"
1111
serde = { version = "1.0.180", features = ["derive"] }
1212
serde_json = "1.0.104"
13-
strum = { version = "0.25", features = ["derive"] }
13+
strum = { version = "0.27", features = ["derive"] }
1414
tempfile = "3.8.0"

0 commit comments

Comments
 (0)