Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump criterion from 0.3.5 to 0.3.6 #4761

Merged
merged 2 commits into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ skip = [
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
# wait for criterion to de-duplicate itertools transitive dependencies
{ name = "criterion", version = "=0.3.5" },
# wait for criterion to upgrade cast, itoa, strsim transitive dependencies
{ name = "criterion", version = "=0.3.6" },

# ticket #3000: upgrade tower-fallback dependencies
{ name = "pin-project", version = "=0.4.29" },
Expand All @@ -67,15 +67,16 @@ skip-tree = [
# wait for curve25519-dalek to upgrade
{ name = "digest", version = "=0.9.0" },

# wait for inferno -> num-format to upgrade
# wait for inferno -> num-format to upgrade (optional dependency)
{ name = "arrayvec", version = "=0.4.12" },

# wait for tokio-test -> tokio-stream to upgrade
{ name = "tokio-util", version = "=0.6.9" },

# upgrade abscissa and arti
# upgrade abscissa and arti (optional dependency)
{ name = "darling", version = "=0.10.2" },
{ name = "darling", version = "=0.12.4" },
{ name = "semver", version = "=0.9.0" },
{ name = "tracing-subscriber", version = "=0.1.6" },

# wait for primitive-types to upgrade
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ zebra-test = { path = "../zebra-test/", optional = true }

[dev-dependencies]
# Benchmarks
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = { version = "0.3.6", features = ["html_reports"] }

# Error Handling & Formatting
color-eyre = "0.6.1"
Expand Down