Skip to content

Commit 24d534a

Browse files
committed
fix: support insecure ws:// subtensor endpoints
Update bittensor-rs to rev c33a811 which auto-detects ws:// vs wss:// and uses from_insecure_url() for non-TLS endpoints.
1 parent c4e5d8f commit 24d534a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "Apache-2.0"
3737
[workspace.dependencies]
3838
# Bittensor (with CRv4 timelock encryption support and new Subtensor API)
3939
# Updated to d2ca7c2: fix epoch calculation to match subtensor formula
40-
bittensor-rs = { git = "https://github.com/CortexLM/bittensor-rs", rev = "d2ca7c2" }
40+
bittensor-rs = { git = "https://github.com/CortexLM/bittensor-rs", rev = "c33a811" }
4141

4242
# Async runtime
4343
tokio = { version = "1.40", features = ["full", "sync", "macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)