summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-12-03 08:46:31 +0300
committerVika <vika@fireburn.ru>2024-12-03 08:46:31 +0300
commit5f45525ad06c87d28c845204b75c0e6b70ba0320 (patch)
treefc9390f7217c5695140d8cf6b6efcc6a36d397d7 /Cargo.toml
parentef6b0f6ee3b769356f7bc852eb240e26f2d895cf (diff)
downloadbowl-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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 610b530..e0ada2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ gio = { version = "0.20.1", features = ["v2_80"] }
 glib = { version = "0.20.1", features = ["log"] }
 gtk = { version = "0.9.0", package = "gtk4", features = ["gnome_46", "v4_14"] }
 kittybox-indieauth = { git = "https://git.vikanezrimaya.xyz/kittybox", version = "0.2.0" }
-kittybox-util = { git = "https://git.vikanezrimaya.xyz/kittybox", version = "0.2.0" }
+kittybox-util = { git = "https://git.vikanezrimaya.xyz/kittybox", version = "0.3.0" }
 libsecret = { version = "0.6.0", features = ["v0_21_2"] }
 log = { version = "0.4.22", features = ["std"] }
 microformats = "0.9.1"