File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ http.workspace = true
4343log.workspace = true
4444once_cell.workspace = true
4545prometheus.workspace = true
46- rand.workspace = true
4746
4847getrandom = { version = " 0.3.4" , features = [" wasm_js" ], optional = true }
4948gloo-console = { version = " 0.3.0" , optional = true }
@@ -65,19 +64,15 @@ tokio-tungstenite.workspace = true
6564native-tls = " =0.2.14"
6665
6766[dev-dependencies ]
68- # for quickstart-chat and cursive-chat examples
69- hex.workspace = true
70- # for cursive-chat example
71- cursive.workspace = true
7267futures-channel.workspace = true
7368shlex = " 1.3.0"
7469
7570# for tests
7671spacetimedb-testing = { path = " ../../crates/testing" }
7772
78- [package .metadata .cargo-machete ]
79- # Used through the `wasm` feature's `dep:getrandom` entry.
80- ignored = [" getrandom" ]
81-
8273[lints ]
8374workspace = true
75+
76+ [package .metadata .cargo-shear ]
77+ # This intentionally pins a transitive dependency to a Rust-compatible release.
78+ ignored = [" native-tls" ]
You can’t perform that action at this time.
0 commit comments