diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-23 14:35:43 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-23 14:35:43 +0100 |
commit | ef2726a261d3b3c124f7b67ed6fea869e2c67cf6 (patch) | |
tree | 1855e2c44046e356f8db7042ba64d0c28868b931 /Cargo.toml | |
parent | 7429b9bb38a3ba2f3e4896f883f56c787c8f732b (diff) | |
download | blossom-ef2726a261d3b3c124f7b67ed6fea869e2c67cf6.tar.gz blossom-ef2726a261d3b3c124f7b67ed6fea869e2c67cf6.tar.bz2 blossom-ef2726a261d3b3c124f7b67ed6fea869e2c67cf6.zip |
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |