From 81d1445165cc8a6ecce8c752c34ed9c030666243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:32:46 +0000 Subject: [PATCH] Update strum requirement from 0.24.1 to 0.25.0 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bmap-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmap-parser/Cargo.toml b/bmap-parser/Cargo.toml index 37dc744..2c9a660 100644 --- a/bmap-parser/Cargo.toml +++ b/bmap-parser/Cargo.toml @@ -16,7 +16,7 @@ quick-xml = { version = "0.28.2", 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.24.1", features = [ "derive"] } +strum = { version = "0.25.0", features = [ "derive"] } digest = "0.10.5" flate2 = "1.0.20" async-trait = "0.1.58"