Skip to content

Commit

Permalink
upgrade criterion and pprof, removes duplicated clap dep
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jul 29, 2024
1 parent c2a3904 commit ebc9e61
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 88 deletions.
150 changes: 68 additions & 82 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions crates/taplo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"], optional = true }

[dev-dependencies]
assert-json-diff = "2"
criterion = "0.3"
difference = "2.0.0"
pprof = { version = "0.9.1", features = ["flamegraph", "criterion"] }
serde_json = "1"
toml = "0.7"
assert-json-diff = { version = "2" }
criterion = { version = "0.5" }
difference = { version = "2.0.0" }
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
serde_json = { version = "1" }
toml = { version = "0.7" }

[package.metadata.docs.rs]
features = ["serde", "schema"]
Expand Down

0 comments on commit ebc9e61

Please sign in to comment.