-
Notifications
You must be signed in to change notification settings - Fork 86
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Sep 30, 2024
dependabot
bot
requested review from
wow-sven,
baichuan3,
popcnt1 and
steelgeek091
as code owners
September 30, 2024 18:34
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest FilesCargo.lock
|
jolestar
approved these changes
Oct 1, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps const-hex from 1.13.0 to 1.13.1.
Commits
85f0814
chore: Release const-hex version 1.13.186fb337
Revert "perf(arm): use umaxv instead of uminv"d8c03fe
perf(arm): use umaxv instead of uminv08c6394
ci: temporarily disable wasm on nightlyfcd6751
fix: logic error in encode_unaligned_chunksa842bd1
ci: fix env42a17cf
ci: test with disabled target featuref309355
test: add testYou 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)