From 711ba7fe67e5aadb69b0f02566274e021018035c Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 26 Aug 2026 01:18:52 -0600 Subject: [PATCH] chore: Buimp to version 10.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cec2f925..0647c892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fd-find" -version = "10.4.2" +version = "10.5.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c9c84723..216cf06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "10.4.2" +version = "10.5.0" edition= "2024" rust-version = "1.90.0"