Skip to content

Commit 80433f5

Browse files
committed
cargo remove index_vec with_locals ouroboros whiteread
1 parent 9cbee44 commit 80433f5

File tree

3 files changed

+0
-116
lines changed

3 files changed

+0
-116
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ hashbag = "=0.1.10"
2222
pathfinding = "=4.2.1"
2323
recur-fn = "=2.2.0"
2424
indexing = { version = "=0.4.1", features = ["experimental_pointer_ranges"] }
25-
index_vec = "=0.1.3"
26-
with_locals = "=0.3.0"
2725
amplify = { version = "=3.13.0", features = ["c_raw", "rand", "stringly_conversions"] }
28-
ouroboros = "=0.15.5"
2926
easy-ext = "=1.0.1"
3027

3128
# 2020
@@ -65,6 +62,5 @@ fixedbitset = "=0.4.2"
6562
bitset-fixed = "=0.1.0"
6663
proconio = { version = "=0.4.3", features = ["derive"] }
6764
text_io = "=0.1.12"
68-
whiteread = "=0.5.0"
6965
rustc-hash = "=1.1.0"
7066
smallvec = { version = "=1.10.0", features = ["const_generics", "const_new", "write", "union", "serde", "arbitrary"] }

deny.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,17 @@ allow-git = [
4444
allow = [
4545
"0BSD",
4646
"Apache-2.0",
47-
"BSD-2-Clause",
4847
"BSD-3-Clause",
4948
"CC0-1.0",
5049
"MIT",
5150
"MPL-2.0",
5251
"Unicode-DFS-2016",
5352

5453
"LicenseRef-AtCoderJudgeSystem",
55-
"LicenseRef-MIT-WITH-NonMilitaryNonSpy",
5654
]
5755
clarify = [
5856
# https://github.com/EmbarkStudios/cargo-deny/issues/282
5957
# `judge`自体もライセンスを持つことを要求してくるため、ダミーのライセンスを宣言する
6058
# ac-library-rsも`package.private = true`であるため、上記リンクの方法は取れない
6159
{ name = "judge", expression = "LicenseRef-AtCoderJudgeSystem", license-files = [] },
62-
63-
# https://docs.rs/crate/whiteread/latest/source/LICENSE
64-
{ name = "whiteread", expression = "LicenseRef-MIT-WITH-NonMilitaryNonSpy", license-files = [{ path = "LICENSE", hash = 0xf385eca4 }] },
6560
]

0 commit comments

Comments
 (0)