Skip to content

Commit 1babf80

Browse files
Bump strum from 0.26.3 to 0.27.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9c4416 commit 1babf80

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "25.1.24", default-features = false }
1919
anyhow = { version = "1.0.95", default-features = false }
2020
log = "0.4.25"
2121
tracing = { version = "0.1.41", optional = true }
22-
strum = {version = "0.26", default-features = false, features = ["derive"]}
22+
strum = {version = "0.27", default-features = false, features = ["derive"]}
2323

2424
[features]
2525
default = ["tracing"]

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ crossbeam = "0.8.0"
4444
crossbeam-channel = "0.5.14"
4545
thiserror = "2.0.11"
4646
prometheus = "0.13.3"
47-
strum = { version = "0.26", features = ["derive"] }
47+
strum = { version = "0.27", features = ["derive"] }
4848
tempfile = { version = "3.16", optional = true }
4949
serde_yaml = "0.9"
5050
anyhow = "1.0"

0 commit comments

Comments
 (0)