aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-02-16 18:11:29 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2023-02-16 18:11:29 +0000
commit0b6d17e87106bb514a62d79d13e8465fd3bffc3a (patch)
treecf70cfde7e7dc7d1286f85e6af0d43da3fe19ccc /Cargo.toml
parent675081e9d28ab7f072e82446a52a8bd26382ed66 (diff)
downloadblossom-0b6d17e87106bb514a62d79d13e8465fd3bffc3a.tar.gz
blossom-0b6d17e87106bb514a62d79d13e8465fd3bffc3a.tar.bz2
blossom-0b6d17e87106bb514a62d79d13e8465fd3bffc3a.zip
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"