Skip to content

Commit be4609e

Browse files
committed
fix dependency break
1 parent f763081 commit be4609e

File tree

2 files changed

+3
-185
lines changed

2 files changed

+3
-185
lines changed

Cargo.lock

Lines changed: 2 additions & 184 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
@@ -41,7 +41,7 @@ wasm-timer = "0.2.5"
4141
gloo-timers = { version = "0.3.0", features = ["futures"] }
4242
lazy_static = "1.5.0"
4343
hashbrown = "0.15.1"
44-
rustls = "0.23.18"
44+
rustls = { version = "0.23.18", default-features = false, features = ["ring"] }
4545

4646
[build-dependencies]
4747
tonic-build = "0.12"

0 commit comments

Comments
 (0)