Skip to content

Commit

Permalink
Update strum requirement from 0.25.0 to 0.26.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and obbardc committed Jan 29, 2024
1 parent 1bfd993 commit d3538cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quick-xml = { version = "0.31.0", features = [ "serialize" ] }
serde = { version = "1.0.147", features = [ "derive" ] }
anyhow = { version = "1.0.40", optional = true }
sha2 = { version = "0.10.6", features = [ "asm" ] }
strum = { version = "0.25.0", features = [ "derive"] }
strum = { version = "0.26.1", features = [ "derive"] }
digest = "0.10.5"
flate2 = "1.0.20"
async-trait = "0.1.58"
Expand Down

0 comments on commit d3538cc

Please sign in to comment.