From 3d8788945ef553fa95c4022d4de9baadce8300fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 15:03:14 +0000 Subject: [PATCH] deps: update tor-rtcompat requirement from 0.8 to 0.9 Updates the requirements on tor-rtcompat to permit the latest version. --- updated-dependencies: - dependency-name: tor-rtcompat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 473ddce..1dfd3c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3" libp2p-core = { version = "0.39" } thiserror = "1" tokio-crate = { package = "tokio", version = "1", optional = true, default-features = false } -tor-rtcompat = "0.8" +tor-rtcompat = "0.9" [dev-dependencies] libp2p = { version = "0.51", features = ["mplex", "noise", "ping", "yamux", "macros", "async-std"] }