diff --git a/bmap-parser/Cargo.toml b/bmap-parser/Cargo.toml index 4712d0b..2421651 100644 --- a/bmap-parser/Cargo.toml +++ b/bmap-parser/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.147", features = [ "derive" ] } anyhow = { version = "1.0.40", optional = true } sha2 = { version = "0.10.6", features = [ "asm" ] } strum = { version = "0.27.2", features = [ "derive"] } -digest = "0.10.5" +digest = "0.11.0" flate2 = "1.0.20" async-trait = "0.1.58" futures = "0.3.25"