From ba17a469785635a9a60beea005f2f28b771e95b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rich=CE=9Brd?= Date: Mon, 30 Oct 2023 08:18:38 -0400 Subject: [PATCH] fix: race condition in peer connector / manager interaction (#81) See https://github.com/waku-org/go-waku/pull/837 --- Cargo.lock | 4 ++-- waku-bindings/Cargo.toml | 2 +- waku-sys/Cargo.toml | 2 +- waku-sys/vendor | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e30724..a0b6249 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/waku-bindings/Cargo.toml b/waku-bindings/Cargo.toml index c025a71..dc41e05 100644 --- a/waku-bindings/Cargo.toml +++ b/waku-bindings/Cargo.toml @@ -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" diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index 72ae0db..c4fb72a 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waku-sys" -version = "0.3.1" +version = "0.4.0" edition = "2021" authors = [ "Daniel Sanchez Quiros " diff --git a/waku-sys/vendor b/waku-sys/vendor index bfcba73..8671e3a 160000 --- a/waku-sys/vendor +++ b/waku-sys/vendor @@ -1 +1 @@ -Subproject commit bfcba732e424f1edb315f85ff3695f728d0d1a25 +Subproject commit 8671e3a68c7c1cfefdf971f95217ea4f8baaeb32