build(deps): bump the cargo group across 1 directory with 6 updates#1
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump the cargo group across 1 directory with 6 updates#1dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alloy-json-abi](https://github.com/alloy-rs/core) | `0.7.1` | `0.8.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.2` | | [ammonia](https://github.com/rust-ammonia/ammonia) | `3.3.0` | `3.3.1` | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.12` | `0.5.15` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.64` | `0.10.75` | Updates `alloy-json-abi` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](alloy-rs/core@v0.7.1...v0.8.0) Updates `tokio` from 1.37.0 to 1.38.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.2) Updates `ammonia` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/rust-ammonia/ammonia/releases) - [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md) - [Commits](rust-ammonia/ammonia@v3.3.0...v3.3.1) Updates `crossbeam-channel` from 0.5.12 to 0.5.15 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.12...crossbeam-channel-0.5.15) Updates `openssl` from 0.10.64 to 0.10.75 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.64...openssl-v0.10.75) Updates `ruint` from 1.12.1 to 1.12.3 - [Release notes](https://github.com/recmo/uint/releases) - [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md) - [Commits](recmo/uint@v1.12.1...v1.12.3) --- updated-dependencies: - dependency-name: alloy-json-abi dependency-version: 0.8.0 dependency-type: direct:production dependency-group: cargo - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production dependency-group: cargo - dependency-name: ammonia dependency-version: 3.3.1 dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.75 dependency-type: indirect dependency-group: cargo - dependency-name: ruint dependency-version: 1.12.3 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 the cargo group with 5 updates in the / directory:
0.7.10.8.01.37.01.38.23.3.03.3.10.5.120.5.150.10.640.10.75Updates
alloy-json-abifrom 0.7.1 to 0.8.0Release notes
Sourced from alloy-json-abi's releases.
... (truncated)
Changelog
Sourced from alloy-json-abi's changelog.
... (truncated)
Commits
0275f88chore: release 0.8.02a0bfffRemoveethereum_sszdependency (#701)5a74483feat: derive ser deser onSealed(#710)b4ca4fefeat(sol-macro): support namespaces (#694)66efe6echore(deps): bump proptest-derive (#708)96dfb0aImplement specific bit types for integers (#677)d79125adocs: typo4c55acdfeat: deriveHashforSealed(#707)2b8a16cfeat(sol-types): implement traits for longer tuples (#699)4790c47fix: parsing stack overflow (#703)Updates
tokiofrom 1.37.0 to 1.38.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
aa303bcchore: prepare Tokio v1.38.2 release7b6ccb5chore: backport CI fixes4b174cesync: fix cloning value when receiving from broadcast channel9681ce2chore: make 1.38 an LTS (#6706)14b9f71chore: release Tokio v1.38.1 (#6688)24344dftime: fix race condition leading to lost timers (#6683)14c17fcchore: prepare Tokio v1.38.0 (#6601)65cbf73chore: prepare tokio-macros v2.3.0 (#6600)dbf93c7sync: fix incorrect is_empty on mpsc block boundaries (#6603)873cb8aruntime: move task out of thelifo_slotinblock_in_place(#6596)Updates
ammoniafrom 3.3.0 to 3.3.1Release notes
Sourced from ammonia's releases.
Changelog
Sourced from ammonia's changelog.
Commits
ac77346Release 3.3.1 with security fixUpdates
crossbeam-channelfrom 0.5.12 to 0.5.15Release notes
Sourced from crossbeam-channel's releases.
Commits
d35ffdePrepare for the next release6ec74eccrossbeam-channel: prevent double free on Drop (#1187)ccd83acPrepare for the next release54988ebCalculate layout in const context761d0b6Port #1146 & #1147 to deque::Injector and queue::SegQueue8144fbbRemove optimistic spinning from Context::wait_untila92f6c4Bump peter-evans/create-pull-request from 5 to 7 (#1153)66d41a9channel: Add new_biased constructor for biased channel selection (#1150)d0d0a80CachePadded: Use 128-byte alignment on arm64ecf757eefAdd comment about fixed rustc bugUpdates
opensslfrom 0.10.64 to 0.10.75Release notes
Sourced from openssl's releases.
... (truncated)
Commits
09b90d0Merge pull request #2518 from alex/bump-for-release26533f3Release openssl v0.10.75 and openssl-sys v0.9.111395eccaMerge pull request #2517 from alex/claude/fix-ocsp-find-status-011CUqcGFNKeKJ...cc26867Fix unsound OCSP find_status handling of optional next_update field95aa8e8Merge pull request #2513 from botovq/libressl-stablee735a32CI: bump LibreSSL 4.x branches to latest releases21ab91dMerge pull request #2510 from huwcbjones/huw/sys/evp-macd9161dcsys/evp: add EVP_MAC symbols3fd4bf2Merge pull request #2508 from goffrie/oaep-label52022fdImplement set_rsa_oaep_label for AWS-LC/BoringSSLUpdates
ruintfrom 1.12.1 to 1.12.3Release notes
Sourced from ruint's releases.
Changelog
Sourced from ruint's changelog.
Commits
0c07a4cMerge pull request #376 from DaniPopes/release-1.12.3c5a588echore: release 1.12.37dc999eMerge pull request #375 from DaniPopes/rm-likelybbcfec4chore: likely/unlikely does not work on stablefb9482fMerge pull request #374 from DaniPopes/less-always71eb7d5Merge branch 'main' into less-alwaysdc928b2Merge pull request #373 from DaniPopes/non-allocating-mul-mod1475c2fchore: reduce inline(always) in algorithmsd0f31a1perf: non-allocatingmul_modb041f09Merge pull request #372 from YichiZhang0613/fix_inconsistencyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.