Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 33979e9 commit ea17502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flatbuffers = { version = "24.3.25", default-features = false }
anyhow = { version = "1.0.72", default-features = false }
log = "0.4.20"
tracing = { version = "0.1.27", optional = true }
strum = {version = "0.25", default-features = false, features = ["derive"]}
strum = {version = "0.26", default-features = false, features = ["derive"]}
strum_macros = {version = "0.25", features =[]}

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ crossbeam = "0.8.0"
crossbeam-channel = "0.5.8"
thiserror = "2.0.0"
prometheus = "0.13.3"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
tempfile = {version = "3.10", optional = true}
serde_yaml = "0.9"
anyhow = "1.0"
Expand Down

0 comments on commit ea17502

Please sign in to comment.