Skip to content

Commit 7eb22c1

Browse files
build(deps): update strum_macros requirement from 0.26.1 to 0.27.1
Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.1...v0.27.1) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33bbb47 commit 7eb22c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/mripard/dma-heap/"
1313
[dependencies]
1414
log = "0.4.20"
1515
rustix = { version = "0.38.31", features = ["fs"] }
16-
strum_macros = "0.26.1"
16+
strum_macros = "0.27.1"
1717
thiserror = "2.0.3"
1818

1919
[features]

0 commit comments

Comments
 (0)