Skip to content

Commit 11a442b

Browse files
Update strum requirement from 0.26.1 to 0.27.2
Updates the requirements on [strum](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.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb2e307 commit 11a442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ quick-xml = { version = "0.38.0", features = [ "serialize" ] }
1616
serde = { version = "1.0.147", features = [ "derive" ] }
1717
anyhow = { version = "1.0.40", optional = true }
1818
sha2 = { version = "0.10.6", features = [ "asm" ] }
19-
strum = { version = "0.26.1", features = [ "derive"] }
19+
strum = { version = "0.27.2", features = [ "derive"] }
2020
digest = "0.10.5"
2121
flate2 = "1.0.20"
2222
async-trait = "0.1.58"

0 commit comments

Comments
 (0)