diff --git a/Cargo.toml b/Cargo.toml index c3e7707..a8810ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "src/bin/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nom = "*" +nom = "7.1.3" midly = "0.5.3" derive_more = "*" clap = { version = "4.2.7", features = ["derive"] }