Skip to content

Commit

Permalink
Upgrade criterion to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 8, 2024
1 parent dc9e119 commit aa1a1e3
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 83 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
name: Audit Rust Dependencies
with:
denyWarnings: true
# RUSTSEC-2021-0127 - serde_cbor is unmaintained. Can be removed once we upgrade criterion
# RUSTSEC-2021-0145 - atty is unsound. Can be removed once we upgrade criterion
ignore: RUSTSEC-2021-0127,RUSTSEC-2021-0145
ignore:
166 changes: 87 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async = []
loom = { version = "0.5.3", features = ["futures"] }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5.1"

[target.'cfg(not(loom))'.dev-dependencies]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "time"] }
Expand Down

0 comments on commit aa1a1e3

Please sign in to comment.