Skip to content

Commit

Permalink
Update Rust crate strum to 0.26 (#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 14, 2024
1 parent a93462f commit d313f7f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static_assertions = "1.1.0"
# harder than expected to make breaking changes (even if you specify a specific
# SHA). Cut a new Steno release instead. See omicron#2117.
steno = "0.4.0"
strum = { version = "0.25", features = [ "derive" ] }
strum = { version = "0.26", features = [ "derive" ] }
subprocess = "0.2.9"
supports-color = "2.1.0"
swrite = "0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "rele
socket2 = { version = "0.5.5", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
strum = { version = "0.25.0", features = ["derive"] }
subtle = { version = "2.5.0" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.48", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
Expand Down Expand Up @@ -205,6 +206,7 @@ slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "rele
socket2 = { version = "0.5.5", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
strum = { version = "0.25.0", features = ["derive"] }
subtle = { version = "2.5.0" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.48", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
Expand Down

0 comments on commit d313f7f

Please sign in to comment.