Skip to content

Commit

Permalink
deps: update tor-hsservice 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-hsservice to permit the latest version.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 87f0e41 commit b0b5d54
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 @@ -19,7 +19,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-hsservice = { version = "0.25.0", optional = true }
tor-cell = { version = "0.24.0", optional = true }
tor-proto = { version = "0.24.0", optional = true }
data-encoding = { version = "2.6.0", optional = true }
Expand Down

0 comments on commit b0b5d54

Please sign in to comment.