Skip to content

Commit fca11e6

Browse files
committed
[bot/cargo-ci-dep-check]: use shear
1 parent 4d4216e commit fca11e6

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

sdks/rust/Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ http.workspace = true
4343
log.workspace = true
4444
once_cell.workspace = true
4545
prometheus.workspace = true
46-
rand.workspace = true
4746

4847
getrandom = { version = "0.3.4", features = ["wasm_js"], optional = true }
4948
gloo-console = { version = "0.3.0", optional = true }
@@ -65,19 +64,15 @@ tokio-tungstenite.workspace = true
6564
native-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
7267
futures-channel.workspace = true
7368
shlex = "1.3.0"
7469

7570
# for tests
7671
spacetimedb-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]
8374
workspace = true
75+
76+
[package.metadata.cargo-shear]
77+
# This intentionally pins a transitive dependency to a Rust-compatible release.
78+
ignored = ["native-tls"]

0 commit comments

Comments
 (0)