diff options
author | Vika <vika@fireburn.ru> | 2025-04-09 23:10:30 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-09 23:31:57 +0300 |
commit | 005efec015b3337e62037115d9fad05304161f97 (patch) | |
tree | c99ee10dee5447c83b1cbf3ac6f1e3d9fe16ac83 /templates | |
parent | fa6e3fef17de18f80b5148b443d5f79f35d2dde2 (diff) | |
download | kittybox-005efec015b3337e62037115d9fad05304161f97.tar.zst |
kittybox-indieauth: 0.2.0 → 0.3.0
`ClientMetadata` now returns a `ClientIdMismatch` error type. Change-Id: I51d3adfd2114f6cb89948bb5ba54588dde795142
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Cargo.toml b/templates/Cargo.toml index 19855e6..ca56dfe 100644 --- a/templates/Cargo.toml +++ b/templates/Cargo.toml @@ -28,5 +28,5 @@ serde_json = { workspace = true } version = "0.3.0" path = "../util" [dependencies.kittybox-indieauth] -version = "0.2.0" +version = "0.3.0" path = "../indieauth" |