From 9aa2e02d12f6d7bd7ead5a9d7eb71e40433ddb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:57:42 +0000 Subject: [PATCH] Bump chirpstack_api from 4.12.0 to 4.12.1 Bumps [chirpstack_api](https://github.com/chirpstack/chirpstack) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/chirpstack/chirpstack/releases) - [Commits](https://github.com/chirpstack/chirpstack/compare/v4.12.0...v4.12.1) --- updated-dependencies: - dependency-name: chirpstack_api dependency-version: 4.12.1 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 594e84f..e4accec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "chirpstack_api" -version = "4.12.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e36da3fd2016e1859993d9b8ff6758e38bd754489d289571c23ffe75b5d0b7" +checksum = "c4fb9addcbde934701c4787790c8758e89ab7bf865eef4f255b0d351c85c9b69" dependencies = [ "hex", "pbjson-build",