X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fwebsocket%2FCargo.toml;h=84cb92a3d40923758e69cd7128e76f92d5d27856;hb=82dec1911fe13863a3370065e6bd2696f22fa864;hp=f34d30d3464d5fddc0af7bed1c757a26b922e5f0;hpb=660efd1549e1bcdbb4e5aa89354bfa5810398ccf;p=lemmy.git diff --git a/crates/websocket/Cargo.toml b/crates/websocket/Cargo.toml index f34d30d3..84cb92a3 100644 --- a/crates/websocket/Cargo.toml +++ b/crates/websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_websocket" -version = "0.16.0-rc.3" +version = "0.16.0-rc.4" edition = "2021" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -13,11 +13,11 @@ path = "src/lib.rs" doctest = false [dependencies] -lemmy_utils = { version = "=0.16.0-rc.3", path = "../utils" } -lemmy_api_common = { version = "=0.16.0-rc.3", path = "../api_common" } -lemmy_db_schema = { version = "=0.16.0-rc.3", path = "../db_schema" } -lemmy_db_views = { version = "=0.16.0-rc.3", path = "../db_views" } -lemmy_db_views_actor = { version = "=0.16.0-rc.3", path = "../db_views_actor" } +lemmy_utils = { version = "=0.16.0-rc.4", path = "../utils" } +lemmy_api_common = { version = "=0.16.0-rc.4", path = "../api_common" } +lemmy_db_schema = { version = "=0.16.0-rc.4", path = "../db_schema" } +lemmy_db_views = { version = "=0.16.0-rc.4", path = "../db_views" } +lemmy_db_views_actor = { version = "=0.16.0-rc.4", path = "../db_views_actor" } reqwest = { version = "0.11.7", features = ["json"] } reqwest-middleware = "0.1.3" tracing = "0.1.29"