From dd411b4b5e98e9850fe8d75edabb58a532ccb836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:22:56 +0000 Subject: [PATCH] chore(deps): bump comlexr from 1.4.1 to 1.4.2 Bumps [comlexr](https://gitlab.com/wunker-bunker/comlexr) from 1.4.1 to 1.4.2. - [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.4.1...v1.4.2) --- updated-dependencies: - dependency-name: comlexr dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8dd0db..eae7d32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,9 +905,9 @@ dependencies = [ [[package]] name = "comlexr" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be089dd6e862f96a59a21de3c31fff3edeb74c775919736328c2d9efa61ce05" +checksum = "52d25e962a8eeaac12370fae30256715fd2fa93dcffc5858b3c833b20bfc6ac8" dependencies = [ "comlexr_macro", "thiserror 1.0.69", @@ -915,9 +915,9 @@ dependencies = [ [[package]] name = "comlexr_macro" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93ba93c292a378e011d9b707170072a91f1c669ac7deaa455a4b82e66caf58b" +checksum = "d08086e596b136bd07f79ac3a70646d5159d89676ff23f550573a26e62a98f12" dependencies = [ "proc-macro2", "quote",