fix: race condition in peer connector / manager interaction (#81)

See https://github.com/waku-org/go-waku/pull/837
This commit is contained in:
richΛrd 2023-10-30 08:18:38 -04:00 committed by GitHub
parent 190e1f6b09
commit ba17a46978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"

View File

@ -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