diff options
author | Vika <vika@fireburn.ru> | 2024-12-03 08:46:31 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-03 08:46:31 +0300 |
commit | 5f45525ad06c87d28c845204b75c0e6b70ba0320 (patch) | |
tree | fc9390f7217c5695140d8cf6b6efcc6a36d397d7 /Cargo.lock | |
parent | ef6b0f6ee3b769356f7bc852eb240e26f2d895cf (diff) | |
download | bowl-5f45525ad06c87d28c845204b75c0e6b70ba0320.tar.zst |
Small tweaks for compatibility with Kittybox's inconsistent implementation
I need to fix that, but that'll take a small refactor of Kittybox. I want things to work and be liberal in what I accept, so I put in some shortcuts.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2070369..64150bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "kittybox-indieauth" version = "0.2.0" -source = "git+https://git.vikanezrimaya.xyz/kittybox#99e23922e6e1cdd2cce34e28a565d479e74bcfbe" +source = "git+https://git.vikanezrimaya.xyz/kittybox#ca76b67e985583ebc4276d6dce9dc74fde3af3bc" dependencies = [ "data-encoding", "rand", @@ -845,8 +845,8 @@ dependencies = [ [[package]] name = "kittybox-util" -version = "0.2.0" -source = "git+https://git.vikanezrimaya.xyz/kittybox#99e23922e6e1cdd2cce34e28a565d479e74bcfbe" +version = "0.3.0" +source = "git+https://git.vikanezrimaya.xyz/kittybox#ca76b67e985583ebc4276d6dce9dc74fde3af3bc" dependencies = [ "futures-util", "serde", |