chore(deps): bump the cargo group across 1 directory with 6 updates#20
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the cargo group across 1 directory with 6 updates#20dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.38.2` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.10.0` | `0.11.6` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.9` | `0.38.25` | Updates `tokio` from 1.33.0 to 1.38.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.38.2) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `lz4_flex` from 0.10.0 to 0.11.6 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](PSeitz/lz4_flex@0.10...0.11.6) Updates `bytes` from 1.11.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.11.0...v1.11.1) Updates `mio` from 0.8.8 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.8...v0.8.11) Updates `rustix` from 0.38.9 to 0.38.25 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.9...v0.38.25) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production dependency-group: cargo - dependency-name: lz4_flex dependency-version: 0.11.6 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo - dependency-name: mio dependency-version: 0.8.11 dependency-type: indirect dependency-group: cargo - dependency-name: rustix dependency-version: 0.38.25 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:
1.33.01.38.20.8.50.8.60.10.00.11.61.11.01.11.10.38.90.38.25Updates
tokiofrom 1.33.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
randfrom 0.8.5 to 0.8.6Changelog
Sourced from rand's changelog.
Commits
5309f250.8.6 (#1772): update for recent nightly rustc and backport #17641126d03When testing rustc 1.36, use compatible dependencies.143b602Add Cargo.lock.msrv.9be86f2Fix cross build test.5e0d50dDrop simd_support.8ff02f0Upgrade cache action.4ad0cc3Don't test for unsupported target architecture.258e6d0Address warning.9f0e676Mark some internal traits as potentially unused.6f123c1Workaround never constructed and never used warning.Updates
lz4_flexfrom 0.10.0 to 0.11.6Release notes
Sourced from lz4_flex's releases.
... (truncated)
Changelog
Sourced from lz4_flex's changelog.
... (truncated)
Commits
6460047bump version to 0.11.684cdafbfix handling of invalid match offsets during decompression4c4ba15bump version42886defix incorrect rust-version field namecc09800release 0.11.4a889e29docs: Update badge for docs.rs612704fUpgrade to twox-hash 2.0e52bcebset rust version5d67d30Use core instead of std Error7520de7clippyUpdates
bytesfrom 1.11.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkUpdates
miofrom 0.8.8 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)e80c3b2Release v0.8.9862786bFix importing of IoSourceState4034872Add support for vita target8eb4010Fix receiver and sender fd in pipe based wakerUpdates
rustixfrom 0.38.9 to 0.38.25Commits
496792echore: Release rustix version 0.38.25af0a837On Linux, require Linux >= 3.2. (#927)5ee3917chore: Release rustix version 0.38.24ca03130Ignore a nullAT_BASEvalue. (#934)d482974chore: Release rustix version 0.38.235a598d5Fix more missingcfg(feature = "process"). (#932)9dcd60afix: sched_getcpu missing feature "process" (#931)58238c7chore: Release rustix version 0.38.22ee297a1Miscellaneous clippy fixes. (#928)b28c5a8Miscellaneous documentation cleanups. (#929)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.