Skip to content

Commit

Permalink
Merge pull request #1946 from AleoHQ/dependabot/cargo/clap-4.4.1
Browse files Browse the repository at this point in the history
Bump clap from 4.4.0 to 4.4.1
  • Loading branch information
howardwu authored Aug 31, 2023
2 parents 05d7a1f + d50b42f commit adfbd6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -203,7 +203,7 @@ version = "1.0.73"
optional = true

[dependencies.clap]
version = "4.3"
version = "4.4"
features = [ "derive", "color", "unstable-styles" ]
optional = true

Expand Down

1 comment on commit adfbd6d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'snarkVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: adfbd6d Previous: a7ff777 Ratio
bls12_377: fq12_sub_assign 126 ns/iter (± 3) 82 ns/iter (± 1) 1.54

This comment was automatically generated by workflow using github-action-benchmark.

CC: @raychu86

Please sign in to comment.