Update kuska-ssb dependency

This commit is contained in:
notplants 2022-06-15 12:12:18 +02:00
parent 51dc82280a
commit 1fc56ac8f1
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -641,7 +641,7 @@ dependencies = [
[[package]]
name = "kuska-ssb"
version = "0.4.1"
source = "git+https://github.com/mhfowler/kuska-ssb.git#48adac914fd2288abcc267560c5a3e013a072003"
source = "git+https://github.com/Kuska-ssb/ssb#6b0457a8ddd0e86a8f84cffac2b5cb835723822f"
dependencies = [
"async-std",
"async-stream 0.2.1",

View File

@ -20,9 +20,7 @@ log = "0.4"
hex = "0.4.3"
kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
kuska-ssb = { git = "https://github.com/mhfowler/kuska-ssb.git" }
#kuska-ssb = { path = "../kuska-ssb" }
kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.2"