Skip to content

Commit 13af427

Browse files
committed
Update criterion to fix cargo-deny issues
1 parent 2b0d73b commit 13af427

File tree

3 files changed

+57
-134
lines changed

3 files changed

+57
-134
lines changed

Cargo.lock

+56-120
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ smallvec = { version = "1", optional = true }
2828
tinyvec = { version = "1.6.0", default-features = false, optional = true, features = ["grab_spare_slice"] }
2929

3030
[dev-dependencies]
31-
criterion = "0.3"
31+
criterion = "0.5"
3232
base58 = "0.1.0"
3333
rust-base58 = "0.0.4"
3434
assert_matches = "1.3.0"

deny.toml

-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
[advisories]
2-
ignore = [
3-
# criterion dependencies
4-
"RUSTSEC-2021-0127",
5-
"RUSTSEC-2021-0139",
6-
]
7-
81
[licenses]
92
allow = [
103
"MIT",
114
"Apache-2.0",
125
"Unicode-DFS-2016",
136
]
14-
15-
[bans]
16-
skip = [
17-
# criterion dependency
18-
{ name = "itoa", version = "0.4" },
19-
]

0 commit comments

Comments
 (0)