From 0b6d17e87106bb514a62d79d13e8465fd3bffc3a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 16 Feb 2023 18:11:29 +0000 Subject: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c4c49a..9ecda36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0-rc.2", features = ["json"] } reqwest = { version = "0.11", features = ["json"] } -mastodon-async = "1.0" +mastodon-async = "1.1" tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] } -listenbrainz = { git = "https://sectorinf.com/cel/listenbrainz-rs.git" } +listenbrainz = "0.7" -- cgit