From c6a50be0430023945b99ada7011032a234716b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:45:19 +0000 Subject: [PATCH] Updated:(deps): Bump crlf-to-lf-inplace from 0.1.0 to 0.2.0 in /src Bumps [crlf-to-lf-inplace](https://github.com/Sewer56/crlf-to-lf-inplace) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/Sewer56/crlf-to-lf-inplace/releases) - [Commits](https://github.com/Sewer56/crlf-to-lf-inplace/compare/0.1.0...0.2.0) --- updated-dependencies: - dependency-name: crlf-to-lf-inplace dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 6 +++--- src/llm-coding-tools-agents/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index a9d43b94..67f8bc62 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "crlf-to-lf-inplace" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88f39809752bc1bfd0311d98d352eb7b5afaa984dce3f1e94bb44bf0d6045d96" +checksum = "f01495b370f10c8cd482b7678593186dec9c2cb8e95e9da2a597989e7b64849f" dependencies = [ "memchr", ] @@ -2647,7 +2647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2", diff --git a/src/llm-coding-tools-agents/Cargo.toml b/src/llm-coding-tools-agents/Cargo.toml index 1a969c45..cbd7fdd7 100644 --- a/src/llm-coding-tools-agents/Cargo.toml +++ b/src/llm-coding-tools-agents/Cargo.toml @@ -21,7 +21,7 @@ indexmap = { version = "2", features = ["serde"] } thiserror = "2.0" # Fast CRLF to LF conversion -crlf-to-lf-inplace = "0.1" +crlf-to-lf-inplace = "0.2" # Directory scanning with gitignore support