From 301ae89b01b4eadafc13b6af9e58cb75ce9190ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:38:43 +0000 Subject: [PATCH] chore(deps): bump comlexr from 1.3.1 to 1.4.1 Bumps [comlexr](https://gitlab.com/wunker-bunker/comlexr) from 1.3.1 to 1.4.1. - [Release notes](https://gitlab.com/wunker-bunker/comlexr/tags) - [Changelog](https://gitlab.com/wunker-bunker/comlexr/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/wunker-bunker/comlexr/compare/v1.3.1...v1.4.1) --- updated-dependencies: - dependency-name: comlexr dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b968a1..cf9a73a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,9 +834,9 @@ dependencies = [ [[package]] name = "comlexr" -version = "1.3.1" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83ea9f8823bb5c2a06db91ce3da3a33ef80fa263963f18dff19974d1111839e5" +checksum = "7be089dd6e862f96a59a21de3c31fff3edeb74c775919736328c2d9efa61ce05" dependencies = [ "comlexr_macro", "thiserror 1.0.69", @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "comlexr_macro" -version = "1.3.1" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa83196c671d0251387f7d1967623825f38ee2885e8a41d83ab63b56babc435c" +checksum = "b93ba93c292a378e011d9b707170072a91f1c669ac7deaa455a4b82e66caf58b" dependencies = [ "proc-macro2", "quote",