Skip to content

Commit

Permalink
deps: update tor-cell requirement from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on tor-cell to permit the latest version.

---
updated-dependencies:
- dependency-name: tor-cell
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent e127d90 commit 400e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tc
tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] }
tracing = "0.1.40"
tor-hsservice = { version = "0.24.0", optional = true }
tor-cell = { version = "0.24.0", optional = true }
tor-cell = { version = "0.25.0", optional = true }
tor-proto = { version = "0.24.0", optional = true }
data-encoding = { version = "2.6.0" }

Expand Down

0 comments on commit 400e610

Please sign in to comment.