Use main golgi branch

This commit is contained in:
notplants 2022-06-15 12:48:51 +02:00
parent cdcff3475c
commit a81b8b42cf
2 changed files with 4 additions and 46 deletions

47
Cargo.lock generated
View File

@ -1120,26 +1120,7 @@ dependencies = [
"hex",
"kuska-handshake",
"kuska-sodiumoxide",
"kuska-ssb 0.4.0",
"serde 1.0.137",
"serde_json",
"sha2",
]
[[package]]
name = "golgi"
version = "0.1.4"
source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git?branch=dev#51dc82280af418f47bb2a80fb7c1dd3e43f9b051"
dependencies = [
"async-std",
"async-stream 0.3.3",
"base64 0.13.0",
"futures 0.3.21",
"hex",
"kuska-handshake",
"kuska-sodiumoxide",
"kuska-ssb 0.4.1",
"log 0.4.17",
"kuska-ssb",
"serde 1.0.137",
"serde_json",
"sha2",
@ -1745,28 +1726,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "kuska-ssb"
version = "0.4.1"
source = "git+https://github.com/mhfowler/kuska-ssb.git#48adac914fd2288abcc267560c5a3e013a072003"
dependencies = [
"async-std",
"async-stream 0.2.1",
"base64 0.11.0",
"dirs 2.0.2",
"futures 0.3.21",
"get_if_addrs",
"hex",
"kuska-handshake",
"kuska-sodiumoxide",
"log 0.4.17",
"once_cell",
"regex",
"serde 1.0.137",
"serde_json",
"thiserror",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
@ -2440,7 +2399,7 @@ dependencies = [
"chrono",
"dirs 4.0.0",
"fslock",
"golgi 0.1.1",
"golgi",
"jsonrpc-client-core",
"jsonrpc-client-http",
"jsonrpc-core 8.0.1",
@ -2534,7 +2493,7 @@ dependencies = [
"dirs 4.0.0",
"env_logger 0.8.4",
"futures 0.3.21",
"golgi 0.1.4",
"golgi",
"lazy_static",
"log 0.4.17",
"maud",

View File

@ -39,8 +39,7 @@ chrono = "0.4"
dirs = "4.0"
env_logger = "0.8"
futures = "0.3"
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git", branch = "dev" }
#golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
lazy_static = "1.4"
log = "0.4"
maud = "0.23"