From f21205362058d65d1372c0357e8cf60bf2a07e27 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 16 Apr 2025 02:25:41 +0300 Subject: kittybox-indieauth: 0.3.0 → 0.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Scopes` now includes `len()` and `is_empty()` to check if an application didn't request any scopes. Change-Id: I7c9c0366131445b11374cf6e66ebbc3a9ba27e0b --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 28723c7..601bbf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,7 +1931,7 @@ dependencies = [ [[package]] name = "kittybox-indieauth" -version = "0.3.0" +version = "0.3.1" dependencies = [ "axum-core", "data-encoding", -- cgit 1.4.1