build(deps): bump the cargo group across 1 directory with 4 updates#40
Merged
build(deps): bump the cargo group across 1 directory with 4 updates#40
Conversation
Bumps the cargo group with 4 updates in the / directory: [im](https://github.com/bodil/im-rs), [bumpalo](https://github.com/fitzgen/bumpalo), [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) and [regex](https://github.com/rust-lang/regex). Updates `im` from 15.0.0 to 15.1.0 - [Release notes](https://github.com/bodil/im-rs/releases) - [Changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md) - [Commits](bodil/im-rs@v15.0.0...v15.1.0) Updates `bumpalo` from 3.9.1 to 3.17.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.9.1...3.17.0) Updates `crossbeam-utils` from 0.8.6 to 0.8.21 - [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-utils-0.8.6...crossbeam-utils-0.8.21) Updates `regex` from 1.5.4 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.11.1) --- updated-dependencies: - dependency-name: im dependency-version: 15.1.0 dependency-type: direct:production dependency-group: cargo - dependency-name: bumpalo dependency-version: 3.17.0 dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-utils dependency-version: 0.8.21 dependency-type: indirect dependency-group: cargo - dependency-name: regex dependency-version: 1.11.1 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 4 updates in the / directory: im, bumpalo, crossbeam-utils and regex.
Updates
imfrom 15.0.0 to 15.1.0Changelog
Sourced from im's changelog.
Commits
71331ea(cargo-release) version 15.1.09847c3fSync im-rc Cargo.toml.9b8ee6aRemove the now obsolete no-dev-version field from release.toml.973ad84Remove the obsolete Travis CI badge.cc065e0Set rust-version to 1.46.0 in Cargo.toml.744c626Appease Clippy.5c69ba9Update changelog.546e59bBump some deps, fix some warnings.0b3a7b2Add Send and Sync bounds for TreeFocus9c2726aFix a typo in the docs ("`true" => "`true`")Updates
bumpalofrom 3.9.1 to 3.17.0Changelog
Sourced from bumpalo's changelog.
... (truncated)
Commits
b3707e8Bump to version 3.17.0 (#263)0713b5faddtry_functions for slices andstr(#260)8392c63docs: fix typo (#257)b594a77Fixed stacked borrows violation indealloc(fixes #247) (#248)231403aReduce rust-version to 1.71.1 (#252)25d5f32Remove bogus executable filesystem permissions from Rust sources (#249)30f8491Fix warning when testing without theallocator_apicargo feature (#245)4eeab88Bump to version 3.16.0d746a56add serde serialization support (#210)49c5a71Bump to version 3.15.4Updates
crossbeam-utilsfrom 0.8.6 to 0.8.21Release notes
Sourced from crossbeam-utils's releases.
... (truncated)
Commits
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 bug71d8bb0ci: Update minimum tested Rust version to 1.635092a9bci: Clean up no_atomic.shUpdates
regexfrom 1.5.4 to 1.11.1Changelog
Sourced from regex's changelog.
... (truncated)
Commits
9870c061.11.180df54echangelog: 1.11.1991ba88unstable: fixPatterntrait implementationbcbe4031.11.09e17e56deps: bump regex-automata58e16f5regex-automata-0.4.84bb1e3ddeps: bump regex-syntaxcba0fbcregex-syntax-0.8.51533257changelog: 1.11.09239e7edata: update to UCD 16Dependabot 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.