Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump const-hex from 1.13.0 to 1.13.1 #2719

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps const-hex from 1.13.0 to 1.13.1.

Commits
  • 85f0814 chore: Release const-hex version 1.13.1
  • 86fb337 Revert "perf(arm): use umaxv instead of uminv"
  • d8c03fe perf(arm): use umaxv instead of uminv
  • 08c6394 ci: temporarily disable wasm on nightly
  • fcd6751 fix: logic error in encode_unaligned_chunks
  • a842bd1 ci: fix env
  • 42a17cf ci: test with disabled target feature
  • f309355 test: add test
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.13.0 to 1.13.1.
- [Commits](DaniPopes/const-hex@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: const-hex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jolestar as a code owner September 30, 2024 18:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 30, 2024
Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
main-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:38pm
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:38pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 6:38pm

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
cargo/const-hex 1.13.1 UnknownUnknown

Scanned Manifest Files

Cargo.lock
  • const-hex@1.13.1
  • const-hex@1.13.0

@jolestar jolestar merged commit 8b4e548 into main Oct 1, 2024
11 checks passed
@jolestar jolestar deleted the dependabot/cargo/const-hex-1.13.1 branch October 1, 2024 07:52
jolestar added a commit that referenced this pull request Oct 8, 2024
* [gas_market] Fix AdminCap and release gas_market v1 (#2717)

* [gas_market] Fix AdminCap and release gas_market v1

* fixup

* [release] Prepare release v0.7.3 (#2718)

* [release] Prepare release v0.7.3

* [cli] Fix run function require password

* chore(deps): bump const-hex from 1.13.0 to 1.13.1 (#2719)

Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.13.0 to 1.13.1.
- [Commits](DaniPopes/const-hex@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: const-hex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* use HashMap::with_capacity (#2723)

* use HashMap::with_capacity

* use HashSet::with_capacity

* use Vec::with_capacity

* fix fmt

* [oracle] Fix oracle websocket error handle (#2722)

* chore(deps): bump axum from 0.7.6 to 0.7.7 (#2708)

Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.6...axum-v0.7.7)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tokio-tungstenite from 0.23.1 to 0.24.0 (#2725)

Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.23.1 to 0.24.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/commits/v0.24.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump futures-util from 0.3.30 to 0.3.31 (#2726)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump once_cell from 1.20.1 to 1.20.2 (#2727)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.1 to 1.20.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.1...v1.20.2)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [docs] Introduce RGas and PreMainnet (#2730)

* [kube] Kube deployment for testnet and mainnet (#2720)

* [k8s] faucet deployment

* [deployment] Testnet deployment

* [deployment] mainnet deployment

* update traffic arguments

* fixup

* faucet service

* Update ingress config

* managed cert

* fixup

* fix traffic-per-second

* profile main net

* disable mint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: jolestar <jolestar@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nk_ysg <nk_ysg@163.com>
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