chore(deps): bump the cli-minor group across 1 directory with 6 updates#788
Open
dependabot[bot] wants to merge 1 commit intounstablefrom
Open
chore(deps): bump the cli-minor group across 1 directory with 6 updates#788dependabot[bot] wants to merge 1 commit intounstablefrom
dependabot[bot] wants to merge 1 commit intounstablefrom
Conversation
Bumps the cli-minor group with 6 updates in the /bolt-cli directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.1` | | [alloy](https://github.com/alloy-rs/alloy) | `0.9.2` | `0.11.1` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.19.1` | | [alloy-node-bindings](https://github.com/alloy-rs/alloy) | `0.9.2` | `0.11.1` | | [tonic-build](https://github.com/hyperium/tonic) | `0.12.3` | `0.13.0` | Updates `tokio` from 1.43.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) Updates `alloy` from 0.9.2 to 0.11.1 - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](alloy-rs/alloy@v0.9.2...v0.11.1) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `tempfile` from 3.15.0 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.19.1) Updates `alloy-node-bindings` from 0.9.2 to 0.11.1 - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](alloy-rs/alloy@v0.9.2...v0.11.1) Updates `tonic-build` from 0.12.3 to 0.13.0 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.12.3...v0.13.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor - dependency-name: alloy-node-bindings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-minor ... 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 cli-minor group with 6 updates in the /bolt-cli directory:
1.43.01.44.10.9.20.11.10.8.50.9.03.15.03.19.10.9.20.11.10.12.30.13.0Updates
tokiofrom 1.43.0 to 1.44.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
d413c9cchore: prepare Tokio v1.44.1 (#7217)addbfb9rt: skip defer queue inblock_in_placecontext (#7216)8182ecfchore: prepare Tokio v1.44.0 (#7202)a258bffci: enable printing in multi thread loom tests (#7200)e076d21process: clarifyChild::killbehavior (#7162)042433cnet: debug_assert on creating a tokio socket from a blocking one (#7166)0284d1bmacros: makeselect!budget-aware (#7164)710bc80rt: coop should yield using waker defer strategy (#7185)a2b12bdreadme: adjust release schedule to once per month (#7191)e7b593cprocess: fix grammar of theChildStdinstruct doc comment (#7192)Updates
alloyfrom 0.9.2 to 0.11.1Release notes
Sourced from alloy's releases.
... (truncated)
Changelog
Sourced from alloy's changelog.
... (truncated)
Commits
defec98chore: release 0.11.1fea2c00feat: add TxSigner support for Either (#2036)5aa17d2fix: makeChainLayernetwork agnostic (#2045)56c21dafix(multicall): impl Error forFailure+ clear returnsEmptybuilder. ...b56175dfeat(provider): multicall (#2010)f998860feat: add try_get_deserialized (#2042)5708d79fix: don't validate when ABI decoding (#2041)d8c2bfcfeat: add helpers for account overrides (#2040)bd478a9feat: add builder style account override helpers (#2039)c804d24feat(filler): Add prepare_call method (#2011)Updates
randfrom 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6Prepare 0.9.0 release (#1558)34da321Enablestdarch_x86_avx512for cpu hasavx512bw(#1551)b4b1eb7Re-org with distr::slice, distr::weighted modules (#1548)16eb7deAdd thethread_rngfeature flag (#1547)afa24e4Fix test status badges (#1544)c681dfcCreate FUNDING.yml9f05e22Update: getrandom v0.3.0 rc.0 (#1541)88c310bFix docs.rs build options (#1539)b879689Adjust GH Actions (#1538)3fac49fPrepare 0.9.0-beta.0 (#1535)Updates
tempfilefrom 3.15.0 to 3.19.1Changelog
Sourced from tempfile's changelog.
Commits
95540edchore: release v3.19.1b60aae4fix(windows): don't automatically delete files on open (#344)167f544ci(cargo-deny): remove windows-sys exception (#343)42fff68chore: release v3.19.061b4283feat(windows): add a feature to immediate tempfile deletion (#340)c2d16b3ci: downgrade once-cell on old rustc versions (#342)35c204dchore: remove cfg-if dependency (#338)b8bddafrelease 3.18.00e17869update rustix (#336)6cf6536doc: fix markdownUpdates
alloy-node-bindingsfrom 0.9.2 to 0.11.1Release notes
Sourced from alloy-node-bindings's releases.
... (truncated)
Changelog
Sourced from alloy-node-bindings's changelog.
... (truncated)
Commits
defec98chore: release 0.11.1fea2c00feat: add TxSigner support for Either (#2036)5aa17d2fix: makeChainLayernetwork agnostic (#2045)56c21dafix(multicall): impl Error forFailure+ clear returnsEmptybuilder. ...b56175dfeat(provider): multicall (#2010)f998860feat: add try_get_deserialized (#2042)5708d79fix: don't validate when ABI decoding (#2041)d8c2bfcfeat: add helpers for account overrides (#2040)bd478a9feat: add builder style account override helpers (#2039)c804d24feat(filler): Add prepare_call method (#2011)Updates
tonic-buildfrom 0.12.3 to 0.13.0Release notes
Sourced from tonic-build's releases.