mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
fix: race condition in peer connector / manager interaction
See https://github.com/waku-org/go-waku/pull/837
This commit is contained in:
parent
e61732a8c7
commit
f8cc1f70a4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1674,7 +1674,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||||
|
||||
[[package]]
|
||||
name = "waku-bindings"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"base64 0.21.0",
|
||||
@ -1697,7 +1697,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "waku-sys"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
]
|
||||
|
||||
@ -26,7 +26,7 @@ serde_json = "1.0"
|
||||
sscanf = "0.4"
|
||||
smart-default = "0.6"
|
||||
url = "2.3"
|
||||
waku-sys = { version = "0.3.1", path = "../waku-sys" }
|
||||
waku-sys = { version = "0.4.0", path = "../waku-sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.25"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "waku-sys"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Daniel Sanchez Quiros <danielsq@status.im>"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit bfcba732e424f1edb315f85ff3695f728d0d1a25
|
||||
Subproject commit 8671e3a68c7c1cfefdf971f95217ea4f8baaeb32
|
||||
Loading…
x
Reference in New Issue
Block a user