diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 9ca1b29..4916ea1 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -11,7 +11,7 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.97" +anyhow = "1.0" bingus = { path = "../bingus" } -clap = { version = "4.5.32", features = ["derive"] } -unwrap-infallible = "0.1.5" +clap = { version = "4.5", features = ["derive"] } +unwrap-infallible = "0.1"