Skip to content

Comments

build(deps): bump the cargo group across 1 directory with 4 updates#40

Merged
jtacoma merged 1 commit intomainfrom
dependabot/cargo/cargo-acb7e26857
Apr 26, 2025
Merged

build(deps): bump the cargo group across 1 directory with 4 updates#40
jtacoma merged 1 commit intomainfrom
dependabot/cargo/cargo-acb7e26857

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2025

Bumps the cargo group with 4 updates in the / directory: im, bumpalo, crossbeam-utils and regex.

Updates im from 15.0.0 to 15.1.0

Changelog

Sourced from im's changelog.

[15.1.0] - 2022-04-29

Added

  • HashSet now implements From<Vector<A>> and From<&Vector<A>> where A: Clone.

Fixed

  • Fixed a long standing crash bug in OrdMap/OrdSet. (#154, #143, #152, #124)
  • The union method on maps/sets will now prefer to mutate the larger set (which leads to less work) rather than the first set. (#163)
  • Ensure TreeFocus only implements Send/Sync when the underlying type does. (#157, #158)
  • There was an issue where nodes in very large OrdMaps could overflow when removing an element and cause a panic, which has now been fixed. (#141)
  • Assorted doc cleanup. (#150, #173, #186, #194)
Commits
  • 71331ea (cargo-release) version 15.1.0
  • 9847c3f Sync im-rc Cargo.toml.
  • 9b8ee6a Remove the now obsolete no-dev-version field from release.toml.
  • 973ad84 Remove the obsolete Travis CI badge.
  • cc065e0 Set rust-version to 1.46.0 in Cargo.toml.
  • 744c626 Appease Clippy.
  • 5c69ba9 Update changelog.
  • 546e59b Bump some deps, fix some warnings.
  • 0b3a7b2 Add Send and Sync bounds for TreeFocus
  • 9c2726a Fix a typo in the docs ("`true" => "`true`")
  • Additional commits viewable in compare view

Updates bumpalo from 3.9.1 to 3.17.0

Changelog

Sourced from bumpalo's changelog.

3.17.0

Released 2025-01-28.

Added

  • Added a bunch of try_ allocation methods for slices and str:
    • try_alloc_slice_fill_default
    • try_alloc_slice_fill_iter
    • try_alloc_slice_fill_clone
    • try_alloc_slice_fill_copy
    • try_alloc_slice_fill_with
    • try_alloc_str
    • try_alloc_slice_clone
    • try_alloc_slice_copy

Changed

  • Minimum supported Rust version reduced to 1.71.1

Fixed

  • Fixed a stacked-borrows MIRI bug in dealloc

3.16.0

Released 2024-04-08.

Added

  • Added an optional, off-by-default dependency on the serde crate. Enabling this dependency allows you to serialize Bumpalo's collection and box types. Deserialization is not implemented, due to constraints of the deserialization trait.

3.15.4

Released 2024-03-07.

Added

  • Added the bumpalo::collections::Vec::extend_from_slices_copy method, which is a faster way to extend a vec from multiple slices when the element is Copy than calling extend_from_slice_copy N times.

... (truncated)

Commits

Updates crossbeam-utils from 0.8.6 to 0.8.21

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.21

  • Improve implementation of CachePadded. (#1152)

crossbeam-utils 0.8.20

  • Implement Display for CachePadded. (#1097)

crossbeam-utils 0.8.19

  • Remove dependency on cfg-if. (#1072)

crossbeam-utils 0.8.18

  • Relax the minimum supported Rust version to 1.60. (#1056)
  • Improve scalability of AtomicCell fallback. (#1055)

crossbeam-utils 0.8.17

  • Bump the minimum supported Rust version to 1.61. (#1037)
  • Improve support for targets without atomic CAS or 64-bit atomic. (#1037)
  • Always implement UnwindSafe and RefUnwindSafe for AtomicCell. (#1045)
  • Improve compatibility with Miri, TSan, and loom. (#995, #1003)
  • Improve compatibility with unstable oom=panic. (#1045)
  • Improve implementation of CachePadded. (#1014, #1025)
  • Update loom dependency to 0.7.

crossbeam-utils 0.8.16

  • Improve implementation of CachePadded. (#967)

crossbeam-utils 0.8.15

  • Add #[clippy::has_significant_drop] to ShardedLock{Read,Write}Guard. (#958)
  • Improve handling of very large timeout. (#953)
  • Soft-deprecate thread::scope() in favor of the more efficient std::thread::scope that stabilized on Rust 1.63. (#954)

crossbeam-utils 0.8.14

  • Fix build script bug introduced in 0.8.13. (#932)

crossbeam-utils 0.8.13

  • Improve support for custom targets. (#922)

crossbeam-utils 0.8.12

  • Remove the dependency on the once_cell crate to restore the MSRV. (#913)
  • Work around rust-lang#98302, which causes compile error on windows-gnu when LTO is enabled. (#913)

crossbeam-utils 0.8.11

  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-utils 0.8.10

  • Fix unsoundness of AtomicCell on types containing niches. (#834) This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See #834 for more.

crossbeam-utils 0.8.9

  • Replace lazy_static with once_cell. (#817)

... (truncated)

Commits
  • ccd83ac Prepare for the next release
  • 54988eb Calculate layout in const context
  • 761d0b6 Port #1146 & #1147 to deque::Injector and queue::SegQueue
  • 8144fbb Remove optimistic spinning from Context::wait_until
  • a92f6c4 Bump peter-evans/create-pull-request from 5 to 7 (#1153)
  • 66d41a9 channel: Add new_biased constructor for biased channel selection (#1150)
  • d0d0a80 CachePadded: Use 128-byte alignment on arm64ec
  • f757eef Add comment about fixed rustc bug
  • 71d8bb0 ci: Update minimum tested Rust version to 1.63
  • 5092a9b ci: Clean up no_atomic.sh
  • Additional commits viewable in compare view

Updates regex from 1.5.4 to 1.11.1

Changelog

Sourced from regex's changelog.

1.11.1 (2024-10-24)

This is a new patch release of regex that fixes compilation on nightly Rust when the unstable pattern crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.

Bug fixes:

1.11.0 (2024-09-29)

This is a new minor release of regex that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by regex internally to the version 16 release.

New features:

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

1.10.4 (2024-03-22)

This is a new patch release with some minor fixes.

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 26, 2025
@jtacoma jtacoma merged commit 2787155 into main Apr 26, 2025
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-acb7e26857 branch April 26, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant