From 43fde250806fa4434821a6d9f3e0912b9280fd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:44:19 +0000 Subject: [PATCH] Bump pixeleagle-cli from v0.2.1 to v0.3.0 Bumps [pixeleagle-cli](https://github.com/vleue/PixelEagle-cli) from v0.2.1 to v0.3.0. - [Release notes](https://github.com/vleue/PixelEagle-cli/releases) - [Commits](https://github.com/vleue/PixelEagle-cli/compare/v0.2.1...e923dbc7f066baeda25269559487e61b5e81cca1) --- updated-dependencies: - dependency-name: pixeleagle-cli dependency-version: e923dbc7f066baeda25269559487e61b5e81cca1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43839507..f268e201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.5.30", features = ["derive"] } -pixeleagle-cli = { git = "https://github.com/vleue/PixelEagle-cli", features = ["blocking"], tag = "v0.2.1" } +pixeleagle-cli = { git = "https://github.com/vleue/PixelEagle-cli", features = ["blocking"], tag = "v0.3.0" }