From bff2b660dc2c8450f043c2ba58e2bf1d197d8426 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Tue, 15 Apr 2025 19:01:46 -0400 Subject: [PATCH] update deps --- bong/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"