Skip to content

Bump the rust-dependencies group with 5 updates - #121

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-1e19c22869
Closed

Bump the rust-dependencies group with 5 updates#121
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-1e19c22869

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 5 updates:

Package From To
async-compression 0.4.25 0.4.27
bon 3.6.4 3.6.5
serde_json 1.0.140 1.0.142
tokio 1.45.1 1.46.1
toml_edit 0.22.26 0.23.2

Updates async-compression from 0.4.25 to 0.4.27

Changelog

Sourced from async-compression's changelog.

0.4.27 - 2025-07-13

Fixed

  • Zstd fastest level now does compression. (#357)

0.4.26 - 2025-07-13

Features

  • Add multi-thread support for XZ. (#353)
Commits

Updates bon from 3.6.4 to 3.6.5

Release notes

Sourced from bon's releases.

v3.6.5

This is a regular maintenance release with no essential API/behavior changes. Enjoy the stability 😄.

Docs

  • Add all 3 variations of builder syntax to the Basics guide pages (#315)

Internal

  • Update the dependency darling (crate for parsing the attributes) from 0.20 to 0.21 and other internal dependencies (#317, #320, #304)
  • Switch from iai to iai-callgrind for high-precision benchmarking of bon (#311). iai-callgrind is a better maintained alternative to iai, but in any case, both deserve a huge thanks for providing the benchmarking capabilities for bon!
  • Migrate to OIDC for trusted publishing. Huge thanks for this new crates.io feature to everyone who made it happen! (#318)
  • Fix clippy::or_fun_call lint from the nightly toolchain (#316)
Commits
  • c1e0b24 chore: release v3.6.5 (#319)
  • 1006408 Replace custom const keyword parsing with new darling builtin key word pa...
  • 6a5c4d1 Migrate to OIDC for trusted publishing to crates.io (#318)
  • db813c6 Update dependencies (#317)
  • 9abdd3d Add all 3 variations of builder syntax to the Basics guide pages (#315)
  • 48d56aa Fix clippy::or_fun_call lint from the nightly toolchain (#316)
  • af6e925 Fix cargo binstall missing binary of iai-callgrind-runner (#312)
  • bea4a96 Update dependencies. Switch from iai to iai-callgrind (#311)
  • 8db6d70 Update the link to rust analyzer's docs (#309)
  • ad4b20c Update dependencies (#304)
  • See full diff in compare view

Updates serde_json from 1.0.140 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

v1.0.141

Commits
  • 1731167 Release 1.0.142
  • e51c814 Touch up PR 1265
  • 84abbdb Merge pull request #1265 from aatifsyed/master
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • 9206cc0 feat: impl Default for &Value
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • Additional commits viewable in compare view

Updates tokio from 1.45.1 to 1.46.1

Release notes

Sourced from tokio's releases.

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7440)

#7440: tokio-rs/tokio#7440

Tokio v1.46.0

1.46.0 (July 2nd, 2025)

Fixed

  • net: fixed TcpStream::shutdown incorrectly returning an error on macOS (#7290)

Added

  • sync: mpsc::OwnedPermit::{same_channel, same_channel_as_sender} methods (#7389)
  • macros: biased option for join! and try_join!, similar to select! (#7307)
  • net: support for cygwin (#7393)
  • net: support pope::OpenOptions::read_write on Android (#7426)
  • net: add Clone implementation for net::unix::SocketAddr (#7422)

Changed

  • runtime: eliminate unnecessary lfence while operating on queue::Local<T> (#7340)
  • task: disallow blocking in LocalSet::{poll,drop} (#7372)

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7417)
  • runtime: removed borrow from LocalOptions parameter to runtime::Builder::build_local (#7346)

Documented

  • io: clarify behavior of seeking when start_seek is not used (#7366)
  • io: document cancellation safety of AsyncWriteExt::flush (#7364)
  • net: fix docs for recv_buffer_size method (#7336)
  • net: fix broken link of RawFd in TcpSocket docs (#7416)
  • net: update AsRawFd doc link to current Rust stdlib location (#7429)
  • readme: fix double period in reactor description (#7363)
  • runtime: add doc note that on_*_task_poll is unstable (#7311)
  • sync: update broadcast docs on allocation failure (#7352)
  • time: add a missing panic scenario of time::advance (#7394)

#7290: tokio-rs/tokio#7290 #7307: tokio-rs/tokio#7307

... (truncated)

Commits
  • ab3ff69 chore: prepare to release v1.46.1 (#7444)
  • a0d5b8a runtime(unstable): fix task hook spawn locations for tokio::spawn (#7440)
  • a1ee3ef chore: fix some minor typos in the comments (#7442)
  • 171cd14 changelog: fix typo in pipe::OpenOptions for 1.46.0 (#7439)
  • 3f1f268 chore: prepare Tokio v1.46.0 (#7437)
  • 3e890cc rt(unstable): add spawn Location to TaskMeta (#7417)
  • 69290a6 net: derive Clone for net::unix::SocketAddr (#7422)
  • e2b1758 fuzz: cfg fuzz tests under cfg(test) (#7428)
  • b7a75b5 net: update AsRawFd doc link to current Rust stdlib location (#7429)
  • 6b705b3 net: allow pipe::OpenOptions::read_write on Android (#7426)
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.26 to 0.23.2

Commits
  • b59f06a chore: Release
  • 39a1813 docs: Update changelog
  • b57b9ce fix(edit): Don't lose whitespace in empty arrays (#1011)
  • 8fe4f07 fix(edit): Don't lose whitespace in empty arrays
  • 0446e4d test(edit): Show we lose array trailing text
  • 3580649 chore: Release
  • a2fe3ab docs: Update changelog
  • e8d41a4 feat(writer): Add TomlInteger::new (#1005)
  • 8568ac9 docs(writer): Provide an example for TomlStringBuilder
  • 4287e21 docs(writer): Cross-link custom encoders
  • Additional commits viewable in compare view

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

Bumps the rust-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.25` | `0.4.27` |
| [bon](https://github.com/elastio/bon) | `3.6.4` | `3.6.5` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.46.1` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.26` | `0.23.2` |


Updates `async-compression` from 0.4.25 to 0.4.27
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.25...v0.4.27)

Updates `bon` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v3.6.4...v3.6.5)

Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)

Updates `tokio` from 1.45.1 to 1.46.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1)

Updates `toml_edit` from 0.22.26 to 0.23.2
- [Commits](toml-rs/toml@v0.22.26...v0.23.2)

---
updated-dependencies:
- dependency-name: async-compression
  dependency-version: 0.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bon
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: toml_edit
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

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 skip changelog Skip the check-changelog check labels Aug 1, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2025 21:24
@dependabot dependabot Bot added skip changelog Skip the check-changelog check rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Aug 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/rust-dependencies-1e19c22869 branch August 4, 2025 10:05
@edmorley
edmorley removed the request for review from a team August 12, 2025 07:54
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 skip changelog Skip the check-changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants