From 281e83a00bf82fedb780f413dec6dd8d59349e4e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 24 Jun 2021 11:46:36 +1000 Subject: [PATCH] Bump to libp2p 0.38 --- libp2p-async-await/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p-async-await/Cargo.toml b/libp2p-async-await/Cargo.toml index 6c04329f..5db17713 100644 --- a/libp2p-async-await/Cargo.toml +++ b/libp2p-async-await/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libp2p = { version = "0.37", default-features = false } +libp2p = { version = "0.38", default-features = false } log = "0.4" [dev-dependencies]