Skip to content

Commit 221b323

Browse files
chore(deps): update strum to 0.26.0 (#10715)
1 parent a0e1544 commit 221b323

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ shlex = { version = "1.3.0" }
9090
similar = { version = "2.4.0", features = ["inline"] }
9191
smallvec = { version = "1.13.2" }
9292
static_assertions = "1.1.0"
93-
strum = { version = "0.25.0", features = ["strum_macros"] }
94-
strum_macros = { version = "0.25.3" }
93+
strum = { version = "0.26.0", features = ["strum_macros"] }
94+
strum_macros = { version = "0.26.0" }
9595
syn = { version = "2.0.55" }
9696
tempfile = { version = "3.9.0" }
9797
test-case = { version = "3.3.1" }

0 commit comments

Comments
 (0)