Bump the rust group across 1 directory with 7 updates#753
Merged
Conversation
Bumps the rust group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tame-index](https://github.com/EmbarkStudios/tame-index) | `0.26.1` | `0.26.2` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.3` | `0.9.1` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.49.6` | `0.49.7` | | [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.7.0` | `2.0.0` | | [snapbox](https://github.com/assert-rs/snapbox) | `1.2.0` | `1.2.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.1` | Updates `tame-index` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/EmbarkStudios/tame-index/releases) - [Changelog](https://github.com/EmbarkStudios/tame-index/blob/main/CHANGELOG.md) - [Commits](EmbarkStudios/tame-index@0.26.1...0.26.2) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `ctor` from 0.6.3 to 0.9.1 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `octocrab` from 0.49.6 to 0.49.7 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.49.6...v0.49.7) Updates `similar-asserts` from 1.7.0 to 2.0.0 - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) Updates `snapbox` from 1.2.0 to 1.2.1 - [Commits](assert-rs/snapbox@snapbox-v1.2.0...snapbox-v1.2.1) Updates `tokio` from 1.50.0 to 1.51.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.1) --- updated-dependencies: - dependency-name: tame-index dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: ctor dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: octocrab dependency-version: 0.49.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: snapbox dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... 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 rust group with 7 updates in the / directory:
0.26.10.26.20.2.1830.2.1840.6.30.9.10.49.60.49.71.7.02.0.01.2.01.2.11.50.01.51.1Updates
tame-indexfrom 0.26.1 to 0.26.2Release notes
Sourced from tame-index's releases.
Changelog
Sourced from tame-index's changelog.
Commits
3fe6e68Release 0.26.2f16ba65Update CHANGELOGa039d7aUpdate crates (#108)Updates
libcfrom 0.2.183 to 0.2.184Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
b1fd610chore: Release libc 0.2.184f596819ci: Don't enforce cargo-semver-checks4645f60linux: update ptrace_syscall_info struct14cbbectypes: RemovePadding::uninitb5dcda8pthread: UsePadding::new(\<zeroed>)rather thanPadding::uninit()bbb1c5dtypes: Add anewfunction toPaddingdf06e43Fix locale values and add RTLD_NOLOAD, some TCP constants078f5c6newlib/espidf: Move DT_* to espidf/mod.rsd32b83dAdd IP_MINTTL to bsd939e0ecDefine max_align_t for riscv64-linuxUpdates
ctorfrom 0.6.3 to 0.9.1Commits
Updates
octocrabfrom 0.49.6 to 0.49.7Release notes
Sourced from octocrab's releases.
Changelog
Sourced from octocrab's changelog.
Commits
ad64898chore: release v0.49.7 (#863)127c44afix(repos): create a repo variable doesn't take the name in the path (#865)d7eb503Extend get_content to allow requesting raw_files (#866)de5f4a2[retry/rate-limits] Add rate limit handling into the retry config (#869)52deb8aAllow retry policy to run on GET requests (#867)af820e7feat: add missingwaitingstatus to Status enum (#862)Updates
similar-assertsfrom 1.7.0 to 2.0.0Changelog
Sourced from similar-asserts's changelog.
Commits
4eff50bchore(release): 2.0.0265c6e7chore(ci): add trusted publishing workflow7700317chore(rust): modernize toolchain, deps, and CIUpdates
snapboxfrom 1.2.0 to 1.2.1Commits
4bd15a1chore: Release8f2d724docs: Update changelog5cac956Merge pull request #438 from epage/bine0f3374feat(snapbox): Add Command::cargo_bin0a950a2Merge pull request #437 from assert-rs/renovate/j178-prek-action-2.x0f491c2chore(deps): Update j178/prek-action action to v2Updates
tokiofrom 1.50.0 to 1.51.1Release notes
Sourced from tokio's releases.
Commits
98df02dchore: prepare Tokio v1.51.1 (#8023)3ea11e2sync: fix semaphore reopens after forget (#8021)c791213rt: do not leak fd when cancelling io_uring open operation (#7983)ad8c59anet: surface errors fromSO_ERRORonrecvfor UDP sockets on Linux (#8001)654d38bmetrics: fixworker_local_schedule_counttest (#8008)857ba80docs: improve contributing docs on how to specify crates dependency versions ...95b9342chore: remove path deps for tokio-macros 2.7.0 (#8007)0af06b7chore: prepare Tokio v1.51.0 (#8005)01a7f1dchore: prepare tokio-macros v2.7.0 (#8004)eeb55c7runtime: steal tasks from the LIFO slot (#7431)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 conditions