Skip to content

Bump rand from 0.9.1 to 0.9.3#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rand-0.9.3
Open

Bump rand from 0.9.1 to 0.9.3#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rand-0.9.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps rand from 0.9.1 to 0.9.3.

Changelog

Sourced from rand's changelog.

[0.9.3] — 2026-02-11

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1764)
  • Replace usages of doc_auto_cfg (#1764)

#1763: rust-random/rand#1763

[0.9.2] — 2025-07-20

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
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 [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...0.9.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
...

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 Apr 14, 2026
@github-actions
Copy link
Copy Markdown

Coverage Summary

Totals

Count Covered %
Lines 5631 5194 92.24
Regions 1506 1144 75.96
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.42% 90.32% 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.34% 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 89.58% 77.42% 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 426639b to efd9d2d

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

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

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.

0 participants