Skip to content

Commit 23f8a10

Browse files
committed
Remove more deps
1 parent beb11c8 commit 23f8a10

5 files changed

Lines changed: 4 additions & 14 deletions

File tree

Cargo.lock

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

common/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ rustpython-wtf8 = { workspace = true }
1717

1818
ascii = { workspace = true }
1919
bitflags = { workspace = true }
20-
bstr = { workspace = true }
2120
cfg-if = { workspace = true }
2221
getrandom = { workspace = true }
2322
itertools = { workspace = true }
2423
libc = { workspace = true }
2524
malachite-bigint = { workspace = true }
2625
malachite-q = { workspace = true }
2726
malachite-base = { workspace = true }
28-
memchr = { workspace = true }
2927
num-traits = { workspace = true }
3028
once_cell = { workspace = true }
3129
parking_lot = { workspace = true, optional = true }

compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ruff_text_size = { workspace = true }
1818
thiserror = { workspace = true }
1919

2020
[dev-dependencies]
21-
rand = { workspace = true }
2221

2322
[lints]
2423
workspace = true

derive/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
rustpython-compiler = { workspace = true }
1616
rustpython-derive-impl = { workspace = true }
17-
proc-macro2 = { workspace = true }
1817
syn = { workspace = true }
1918

2019
[lints]
21-
workspace = true
20+
workspace = true

vm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ num_cpus = "1.17.0"
111111

112112
[target.'cfg(windows)'.dependencies]
113113
junction = { workspace = true }
114-
schannel = { workspace = true }
115114
winreg = "0.55"
116115

117116
[target.'cfg(windows)'.dependencies.windows]

0 commit comments

Comments
 (0)