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 rust crates #56

Merged
merged 1 commit into from
Sep 22, 2024
Merged

chore(deps): update rust crates #56

merged 1 commit into from
Sep 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

Package Type Update Change
async-std (source) dependencies minor 1.12.0 -> 1.13.0
bpaf dependencies patch 0.9.12 -> 0.9.14
codspeed (source) dependencies minor 2.6.0 -> 2.7.2
serde (source) dependencies patch 1.0.209 -> 1.0.210
serde_json dependencies patch 1.0.127 -> 1.0.128
smol dependencies patch 2.0.1 -> 2.0.2
tokio (source) dependencies minor 1.39.3 -> 1.40.0

Release Notes

async-rs/async-std (async-std)

v1.13.0

Compare Source

Added

  • IO Safety traits implementations

Changed

  • Various dependencies updates
  • Export BufReadExt and SeekExt from async_std::io
pacak/bpaf (bpaf)

v0.9.14

Compare Source

  • add license files (#​388)
    thanks @​davide
  • fix fish completions - you'll need to regenerate completion files for them to work

v0.9.13

Compare Source

  • You can now use fallback_to_usage in derive macro for options and subcommands (#​376)
  • Bugfixes related to shell completion and file masks
    thanks @​ozwaldorf
  • not_strict restriction for positional items (TODO - check the docs)
    thanks @​ozwaldorf
  • more shell completion bugfixes (#​384, #​382, #​381)
  • ParseFailure::print_mesage (with one s is deprecated in favor of the right spelling
CodSpeedHQ/codspeed-rust (codspeed)

v2.7.2

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.7.1...v2.7.2

v2.7.1

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.6.0...v2.7.0

serde-rs/serde (serde)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)
serde-rs/json (serde_json)

v1.0.128

Compare Source

smol-rs/smol (smol)

v2.0.2

Compare Source

  • Update docs to mention smol-macros. (#​319)
tokio-rs/tokio (tokio)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 22, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot enabled auto-merge (squash) September 22, 2024 18:13
@renovate renovate bot merged commit 4efe12e into main Sep 22, 2024
6 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch September 22, 2024 18:13
@Boshen Boshen mentioned this pull request Sep 22, 2024
Boshen added a commit that referenced this pull request Sep 23, 2024
## 🤖 New release
* `criterion2`: 1.1.0 -> 1.1.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[1.1.1](v1.1.0...v1.1.1)
- 2024-09-23

### Other

- *(renovate)* bump crates
- *(deps)* update rust crates
([#56](#56))
- *(deps)* update dependency rust to v1.81.0
([#55](#55))
- rust v1.80.1
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
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.

0 participants