Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update crates #5925

Merged
merged 2 commits into from
Mar 13, 2024
Merged

chore(deps): update crates #5925

merged 2 commits into from
Mar 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.80 -> 1.0.81
futures-concurrency dependencies minor 7.4.3 -> 7.5.0
heck dependencies minor 0.4.1 -> 0.5.0
proc-macro2 workspace.dependencies patch 1.0.78 -> 1.0.79
rkyv workspace.dependencies patch =0.7.42 -> =0.7.44

Release Notes

dtolnay/anyhow (anyhow)

v1.0.81

Compare Source

yoshuawuyts/futures-concurrency (futures-concurrency)

v7.5.0

Compare Source

This release adds support for no_std and alloc environments to futures-concurrency. Starting this release (v7.5.0) you can pass feature flags to your Cargo.toml to select the right feature set for your environment:

[dependencies]

### std
futures-concurrency = "7.5.0"

### alloc
futures-concurrency = { version = "7.5.0", default-features = false, features = ["alloc"] }

### no_std
futures-concurrency = { version = "7.5.0", default-features = false }

What's Changed

New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.4.3...v7.5.0

withoutboats/heck (heck)

v0.5.0

  • Add no_std support.
  • Remove non-additive unicode feature. The library now uses char::is_alphanumeric
    instead of the unicode-segmentation library to determine word boundaries in all cases.
dtolnay/proc-macro2 (proc-macro2)

v1.0.79

Compare Source

  • Clean up dead code
rkyv/rkyv (rkyv)

v0.7.43: 0.7.43

Compare Source

This bugfix release closes a number of issues:

  • Fix documentation typo (#​433)
  • Add a with_capacity constructor for SharedSerializeMap, SharedDeserializeMap, DefaultValidator, and SharedValidator (#​432)
  • Fix tinyvec/alloc feature cfg and docs (#​428)
  • Use the Entry API to avoid double hash lookups (#​426)
  • Preallocate HashMap/HashSet data on deserialize (#​427)
  • Fix documentation typo (#​422)
  • Add support for VecDeque (#​414)
  • Add smol_str support (#​411)
  • Add some ergonomic APIs to Option and Result (#​413)
  • Add tokio Bytes suport (#​408)

Thanks to everyone who helped contribute to this release: @​gz, @​monoid, @​b8591340, @​alvra, @​blp, @​al8n, @​cholcombe973, and @​FallingSnow.


Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from hardfist as a code owner March 12, 2024 16:34

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/crates branch 2 times, most recently from bf9fc62 to 322e8bc Compare March 13, 2024 03:48
@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Mar 13, 2024

rkyv should stay as-is to support swc wasm plugin.

Copy link
Contributor Author

renovate bot commented Mar 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Boshen Boshen merged commit bdf18cc into main Mar 13, 2024
23 checks passed
@Boshen Boshen deleted the renovate/crates branch March 13, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants