Bump the cargo group across 1 directory with 9 updates#2
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the cargo group across 1 directory with 9 updates#2dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the cargo group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.4.0` | `1.11.1` | | [evm](https://github.com/rust-ethereum/evm) | `0.37.0` | `0.41.1` | | [h2](https://github.com/hyperium/h2) | `0.3.21` | `0.3.27` | | [keccak](https://github.com/RustCrypto/sponges) | `0.1.3` | `0.1.6` | | [mio](https://github.com/tokio-rs/mio) | `0.8.9` | `0.8.11` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.57` | `0.10.68` | | [ruint](https://github.com/recmo/uint) | `1.7.0` | `1.9.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.42.1` | Updates `bytes` from 1.4.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.4.0...v1.11.1) Updates `evm` from 0.37.0 to 0.41.1 - [Release notes](https://github.com/rust-ethereum/evm/releases) - [Commits](https://github.com/rust-ethereum/evm/commits) Updates `ethereum` from 0.14.0 to 0.15.0 - [Commits](https://github.com/rust-blockchain/ethereum/commits) Updates `h2` from 0.3.21 to 0.3.27 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.21...v0.3.27) Updates `keccak` from 0.1.3 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.3...keccak-v0.1.6) Updates `mio` from 0.8.9 to 0.8.11 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.9...v0.8.11) Updates `openssl` from 0.10.57 to 0.10.68 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.57...openssl-v0.10.68) Updates `ruint` from 1.7.0 to 1.9.0 - [Release notes](https://github.com/recmo/uint/releases) - [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md) - [Commits](recmo/uint@v1.7.0...v1.9.0) Updates `tokio` from 1.33.0 to 1.42.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.42.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: evm dependency-version: 0.41.1 dependency-type: direct:production dependency-group: cargo - dependency-name: ethereum dependency-version: 0.15.0 dependency-type: indirect dependency-group: cargo - dependency-name: h2 dependency-version: 0.3.27 dependency-type: indirect dependency-group: cargo - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect dependency-group: cargo - dependency-name: mio dependency-version: 0.8.11 dependency-type: indirect dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.68 dependency-type: indirect dependency-group: cargo - dependency-name: ruint dependency-version: 1.9.0 dependency-type: indirect dependency-group: cargo - dependency-name: tokio dependency-version: 1.42.1 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
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 8 updates in the / directory:
1.4.01.11.10.37.00.41.10.3.210.3.270.1.30.1.60.8.90.8.110.10.570.10.681.7.01.9.01.33.01.42.1Updates
bytesfrom 1.4.0 to 1.11.1Release notes
Sourced from bytes's releases.
... (truncated)
Changelog
Sourced from bytes's changelog.
... (truncated)
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forka7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)Updates
evmfrom 0.37.0 to 0.41.1Commits
Updates
ethereumfrom 0.14.0 to 0.15.0Commits
Updates
h2from 0.3.21 to 0.3.27Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
f6237acv0.3.27f61332erefactor: change local reset counter to use type system more3f1a8e3style: fix anonymous lifetime syntax778aa7efix: notify_recv after send_reset() in reset_on_recv_stream_err() to ensure l...be10b77ci: pin more deps for MSRV job (#817)c0d9febci: pin deps for MSRV5ccd9cflints: fix unexpected cfgs warningse6e3e9cfix: return a WriteZero error if frames cannot be written (#783)357127ev0.3.261a357aafix: limit number of CONTINUATION frames allowedUpdates
keccakfrom 0.1.3 to 0.1.6Commits
a8936d9keccak v0.1.640c50c1keccak v0.1.5 (#69)2dc13bfkeccak: enable asm backend for p1600 (#68)a3a4e01Revert "Update Cargo.lock" (#67)3a9a29eUpdate Cargo.lock9e4f6bckeccak: don't testsimdfeature inminimal-versionsworkflow (#66)329d4cdReplace cross tests with MIRI (#63)48cc4acbuild(deps): bump actions/checkout from 3 to 4 (#61)651a34ekeccak: replace CI tests on MIPS with PPC32 (#62)4730c6fbenches: remove criterion deps workaround (#60)Updates
miofrom 0.8.9 to 0.8.11Changelog
Sourced from mio's changelog.
Commits
0328bdeRelease v0.8.117084498Fix warnings90d4fe0named-pipes: fix receiving IOCP events after deregisterc710a30Add v0.8.x to the CIc29e21cRelease v0.8.10f6a20daAdd Solaris operating system support (#1724)Updates
opensslfrom 0.10.57 to 0.10.68Release notes
Sourced from openssl's releases.
... (truncated)
Commits
be8dcfdMerge pull request #2318 from alex/msrv-fix065cc77fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.687b3ec80Merge pull request #2316 from alex/bump-for-releaseb510e8cRelease openssl v0.10.67 and openssl-sys v0.9.104ee3b024Merge pull request #2315 from botovq/libressl-4.0.0c4dabc2CI: Update LibreSSL CIf9027b7LibreSSL 4.0.0 is released & stable1b51ba5Merge pull request #2313 from sfackler/sfackler-patch-1de8a97cBump to 3.4.0-beta13930464Merge pull request #2312 from sfackler/alex-patch-1Updates
ruintfrom 1.7.0 to 1.9.0Release notes
Sourced from ruint's releases.
Changelog
Sourced from ruint's changelog.
Commits
4b04138Merge pull request #272 from DaniPopes/release-1-9-04d989b8chore: release 1.9.0e4a7270Merge pull request #270 from DaniPopes/byte-fn8d6ea93Merge branch 'main' into byte-fnc8a021ffeat: addUint::byte1519f44Merge pull request #271 from DaniPopes/fix-doctests8679e17Merge branch 'main' into fix-doctests36480e3Merge pull request #269 from DaniPopes/from-boold109f37fix: ruint-macro doctestsaf00163feat: implement TryFrom<bool>Updates
tokiofrom 1.33.0 to 1.42.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
f7fb0bdchore: prepare Tokio v1.42.19faea74Merge 'tokio-1.38.x' into 'tokio.1.42.x'aa303bcchore: prepare Tokio v1.38.2 release7b6ccb5chore: backport CI fixes4b174cesync: fix cloning value when receiving from broadcast channelbb9d570chore: prepare Tokio v1.42.0 (#7005)af9c683tests: fix typo in build test instructions (#7004)4bc5a1aci: allow Unicode-3.0 license for unicode-ident (#7006)f8948earuntime: do not deferyield_nowinsideblock_in_place(#6999)bce9780time: usearray::from_fninstead of manually creating array (#7000)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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.