Skip to content

Commit

Permalink
Merge pull request #6 from umgefahren/dependabot/cargo/arti-client-0.8
Browse files Browse the repository at this point in the history
deps: update arti-client requirement from 0.7 to 0.8
  • Loading branch information
umgefahren authored Dec 19, 2022
2 parents 81abfc2 + 135bc52 commit 0c5d7cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repository = "https://github.com/umgefahren/libp2p-tor"
authors = ["umgefahren <hannes@umgefahren.xyz>"]

[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"] }
Expand Down

0 comments on commit 0c5d7cb

Please sign in to comment.