From 005efec015b3337e62037115d9fad05304161f97 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 9 Apr 2025 23:10:30 +0300 Subject: kittybox-indieauth: 0.2.0 → 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `ClientMetadata` now returns a `ClientIdMismatch` error type. Change-Id: I51d3adfd2114f6cb89948bb5ba54588dde795142 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5293563..3e085db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ features = ["fs", "axum"] version = "0.1.0" path = "./templates" [dependencies.kittybox-indieauth] -version = "0.2.0" +version = "0.3.0" path = "./indieauth" features = ["axum"] -- cgit 1.4.1