diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 72a060f..c6aef48 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -13,8 +13,8 @@ keywords.workspace = true [dependencies] anyhow = "1" bingus = "0.6" -strum = { version = "*", features = ["derive"] } -derive-new = "*" +strum = { version = "0", features = ["derive"] } +derive-new = "0" clap = { version = "4.5.40", features = ["derive"] } derive_wrapper = "0.1.7" unwrap-infallible = "0.1"