From bf26e326b56d0406872b28145876e8ff0f899095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:39:12 +0000 Subject: [PATCH] chore: bump lexopt from 0.3.1 to 0.3.2 Bumps [lexopt](https://github.com/blyxxyz/lexopt) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/blyxxyz/lexopt/releases) - [Changelog](https://github.com/blyxxyz/lexopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/blyxxyz/lexopt/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: lexopt dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee42b52..b477170 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,9 +214,9 @@ dependencies = [ [[package]] name = "lexopt" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7" +checksum = "803ec87c9cfb29b9d2633f20cba1f488db3fd53f2158b1024cbefb47ba05d413" [[package]] name = "libc"