From 60e6c9309398eba3bc97dc106d4977b30673785b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:33:23 +0000 Subject: [PATCH] jwt-cli: Update to version 6.1.1 --- bucket/jwt-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jwt-cli.json b/bucket/jwt-cli.json index a200cb96d0..b1b8e3ad2c 100644 --- a/bucket/jwt-cli.json +++ b/bucket/jwt-cli.json @@ -1,12 +1,12 @@ { - "version": "6.1.0", + "version": "6.1.1", "description": "A super fast CLI tool to decode and encode JWTs built in Rust", "homepage": "https://github.com/mike-engel/jwt-cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mike-engel/jwt-cli/releases/download/6.1.0/jwt-windows.tar.gz", - "hash": "0473949d0ee79f2ba542d0222d9726e7b6881e593c4cf4a62665c1d1e0f44631" + "url": "https://github.com/mike-engel/jwt-cli/releases/download/6.1.1/jwt-windows.tar.gz", + "hash": "6a907499aa1b77df6ce97981e51022cec5e6bee02289ea6c6b6c0764eba5ef56" } }, "bin": "jwt.exe",