Skip to content

Commit 7425142

Browse files
Update strum requirement from 0.25 to 0.26
--- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cd4b59 commit 7425142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flatbuffers = { version = "24.3.25", default-features = false }
1919
anyhow = { version = "1.0.72", default-features = false }
2020
log = "0.4.20"
2121
tracing = { version = "0.1.27", optional = true }
22-
strum = {version = "0.25", default-features = false, features = ["derive"]}
22+
strum = {version = "0.26", default-features = false, features = ["derive"]}
2323
strum_macros = {version = "0.26", features =[]}
2424

2525
[features]

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ crossbeam = "0.8.0"
4747
crossbeam-channel = "0.5.8"
4848
thiserror = "2.0.0"
4949
prometheus = "0.13.3"
50-
strum = { version = "0.25", features = ["derive"] }
50+
strum = { version = "0.26", features = ["derive"] }
5151
tempfile = {version = "3.10", optional = true}
5252
serde_yaml = "0.9"
5353
anyhow = "1.0"

0 commit comments

Comments
 (0)