From 88e035fd5f3a735841d1ee3af7a9ab903a7cbc0f Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Tue, 22 Apr 2025 16:13:21 -0400 Subject: [PATCH] build: update clap version to latest (to trigger release) Signed-off-by: Joseph Livesey --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9611a08..d23d9520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ axum = { version = "0.8.3", features = [ "query", "tokio", ], default-features = false } -clap = { version = "4.5.36", features = ["derive", "env"] } +clap = { version = "4.5.37", features = ["derive", "env"] } criterion = { version = "0.5.1", features = ["async_std"] } futures-util = "0.3.31" hyper = { version = "1.6.0", features = ["full"] }