From ef2726a261d3b3c124f7b67ed6fea869e2c67cf6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 23 Jun 2023 14:35:43 +0100 Subject: update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e233c9f..bde040a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rocket = { version = "0.5.0-rc.2", features = ["json"] } # sqlx = { version = "0.5", default-features = false, features = ["macros", "offline", "migrate"] } # rocket_db_pools = { version = "0.1.0-rc.2", features = ["sqlx_sqlite"] } reqwest = { version = "0.11", features = ["json"] } -mastodon-async = "1.1" +mastodon-async = { git = "https://sectorinf.com/cel/mastodon-async.git" } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] } -- cgit