Skip to content

Commit

Permalink
Update Rust crate strum to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jan 30, 2024
1 parent ab1ba61 commit 53568ad
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 16 deletions.
53 changes: 38 additions & 15 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 @@ -365,7 +365,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 @@ -99,6 +99,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 @@ -207,6 +208,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 53568ad

Please sign in to comment.