From 2ae281ce2f595aecfda51b6dba1f8cb6b039d1cf Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:07:40 +0000 Subject: [PATCH] chore(deps): pin dependencies Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 595f7cb..d49128f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ cap-std-ext = ">= 2.0, <= 4.0" itertools = "0.14.0" [dev-dependencies] -anyhow = "1.0" -bytes = "1.5" -clap = { version = "4.4", features = ["derive"] } +anyhow = "=1.0.99" +bytes = "=1.10.1" +clap = { version = "=4.5.47", features = ["derive"] } [lib] path = "src/imageproxy.rs"