From e25b257968d19bb1a8626ff7d8360342a5058508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:36:10 +0000 Subject: [PATCH] build(deps): bump lexopt from 0.3.0 to 0.3.1 Bumps [lexopt](https://github.com/blyxxyz/lexopt) from 0.3.0 to 0.3.1. - [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.0...v0.3.1) --- updated-dependencies: - dependency-name: lexopt dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc4f688..e2f6cbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "lexopt" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" +checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7" [[package]] name = "libc" diff --git a/Cargo.toml b/Cargo.toml index 9f99503..fccd106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0.98" colored = "3.0.0" -lexopt = "0.3.0" +lexopt = "0.3.1" reqwest = { version = "0.12.14", features = ["json", "blocking", "rustls-tls"], default-features = false } serde = { version = "1.0.219", features = ["derive"] }