diff --git a/CHANGELOG.md b/CHANGELOG.md index e748da9..2d8178b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.3.0-alpha [`unreleased`] + +- Updated dependencies: See [PR 6]. + - [`arti-client` to `v0.8`] + - [`libp2p-core` to `v0.8`] + +[PR 6]: https://github.com/umgefahren/libp2p-tor/pull/6 + # 0.2.0-alpha - Updated dependencies: diff --git a/Cargo.toml b/Cargo.toml index c9bca51..3927a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ repository = "https://github.com/umgefahren/libp2p-tor" authors = ["umgefahren "] [dependencies] -arti-client = { version = "0.7", default-features = false } +arti-client = { version = "0.8", default-features = false } async-std-crate = { package = "async-std", version = "1", optional = true, default-features = false } futures = "0.3" libp2p-core = { version = "0.38" } thiserror = "1" tokio-crate = { package = "tokio", version = "1", optional = true, default-features = false } -tor-rtcompat = "0.7" +tor-rtcompat = "0.8" [dev-dependencies] libp2p = { version = "0.50", features = ["mplex", "noise", "ping", "yamux", "macros", "async-std"] }