Skip to content

Bump keccak from 0.1.5 to 0.1.6#4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/keccak-0.1.6
Closed

Bump keccak from 0.1.5 to 0.1.6#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/keccak-0.1.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 20, 2026

Bumps keccak from 0.1.5 to 0.1.6.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.5 to 0.1.6.
- [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6)

---
updated-dependencies:
- dependency-name: keccak
  dependency-version: 0.1.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 20, 2026
@github-actions
Copy link
Copy Markdown

Coverage Summary

Totals

Count Covered %
Lines 5612 5178 92.27
Regions 1499 1139 75.98
Functions 516 331 64.15
Instantiations 15617 5256 33.66

Files

Expand
File Lines Regions Functions Instantiations
/common/events/src/events.rs 92.86% 66.67% 66.67% 50.94%
/common/math/src/math.rs 95.41% 89.19% 85.00% 61.49%
/common/math/tests/test_debug_mul.rs 100.00% 100.00% 100.00% 100.00%
/common/math/tests/test_debug_signed.rs 100.00% 100.00% 100.00% 100.00%
/common/math/tests/test_edge_cases.rs 100.00% 100.00% 100.00% 100.00%
/common/math/tests/test_individual_functions.rs 100.00% 100.00% 100.00% 100.00%
/common/math/tests/test_rescale_example.rs 100.00% 100.00% 100.00% 100.00%
/common/math/tests/test_rounding_comprehensive.rs 100.00% 100.00% 100.00% 100.00%
/common/rates/src/rates.rs 96.82% 85.29% 83.33% 55.45%
/common/structs/src/model.rs 41.71% 16.94% 16.94% 11.69%
/common/structs/tests/model_flags.rs 100.00% 100.00% 100.00% 100.00%
/controller/src/cache/mod.rs 100.00% 100.00% 100.00% 63.10%
/controller/src/config.rs 86.28% 84.17% 90.48% 18.06%
/controller/src/helpers/mod.rs 95.52% 81.82% 86.67% 41.92%
/controller/src/lib.rs 98.81% 90.70% 92.31% 43.48%
/controller/src/oracle/mod.rs 85.93% 70.92% 93.10% 50.91%
/controller/src/positions/account.rs 96.70% 84.62% 75.00% 70.00%
/controller/src/positions/borrow.rs 97.18% 81.82% 85.71% 56.25%
/controller/src/positions/emode.rs 88.64% 76.92% 71.43% 72.67%
/controller/src/positions/liquidation.rs 98.83% 90.91% 86.67% 23.23%
/controller/src/positions/repay.rs 97.40% 63.64% 66.67% 31.94%
/controller/src/positions/supply.rs 97.07% 85.14% 81.82% 70.77%
/controller/src/positions/update.rs 92.31% 85.71% 66.67% 59.72%
/controller/src/positions/withdraw.rs 97.56% 81.25% 66.67% 27.08%
/controller/src/router.rs 97.33% 85.00% 90.00% 23.89%
/controller/src/strategy.rs 98.51% 85.54% 60.00% 3.15%
/controller/src/utils.rs 95.28% 89.47% 84.62% 38.53%
/controller/src/validation.rs 91.11% 79.31% 77.78% 55.70%
/controller/src/views.rs 99.43% 97.30% 94.44% 19.08%
/liquidity_layer/src/cache/mod.rs 100.00% 100.00% 100.00% 75.82%
/liquidity_layer/src/lib.rs 90.00% 63.64% 100.00% 56.27%
/liquidity_layer/src/liquidity.rs 96.36% 75.51% 91.67% 31.70%
/liquidity_layer/src/utils.rs 97.12% 85.71% 83.33% 50.64%
/liquidity_layer/src/view.rs 93.33% 75.00% 80.00% 12.30%
/price_aggregator/src/admin.rs 60.00% 47.37% 71.43% 34.16%
/price_aggregator/src/events.rs 55.56% 50.00% 50.00% 32.03%
/price_aggregator/src/lib.rs 38.10% 22.22% 40.00% 50.94%
/price_aggregator/src/median.rs 81.25% 53.33% 100.00% 96.43%
/price_aggregator/src/structs.rs 0.00% 0.00% 0.00% 0.00%
/price_aggregator/src/utils.rs 83.46% 82.22% 60.00% 70.74%
/price_aggregator/src/views.rs 48.48% 27.78% 50.00% 1.28%

@github-actions
Copy link
Copy Markdown

Contract comparison - from fc0921c to 7aabd51

Path                                                                                             size                  has-allocator                     has-format
swap_mock.wasm 1546 false None
flash_mock.wasm 2884 false None
price_aggregator.wasm 12844 false without message
liquidity_layer.wasm 20490 false without message
controller.wasm 87418 false without message

⚠️ Could not download the report for the base branch. Displaying only the report for the current branch. ⚠️

@mihaieremia mihaieremia deleted the dependabot/cargo/keccak-0.1.6 branch March 31, 2026 04:48
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 31, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant