Skip to content

chore(deps): bump the minor-and-patch group with 6 updates#2163

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/minor-and-patch-c5dd03db75
Closed

chore(deps): bump the minor-and-patch group with 6 updates#2163
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/minor-and-patch-c5dd03db75

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the minor-and-patch group with 6 updates:

Package From To
bon 3.7.1 3.7.2
chrono 0.4.41 0.4.42
log 0.4.27 0.4.28
twox-hash 2.1.1 2.1.2
uuid 1.18.0 1.18.1
rmcp 0.6.1 0.6.3

Updates bon from 3.7.1 to 3.7.2

Release notes

Sourced from bon's releases.

v3.7.2

Fixed

  • Add missing lifetime replacement for generic param declarations on derive(IntoFuture) impl block (#337)
  • Set the lower bound requirement of rustversion to v1.0.19 (#336). Thanks @​Fokko for the contribution!
Commits
  • bbd8b09 chore: release v3.7.2 (#338)
  • 008e7f5 Add missing lifetime replacement for generic param decls on `derive(IntoFutur...
  • 388f695 Set lowerbound of rustversion of to v1.0.19 (#336)
  • 35c1c89 Fix grammar in IntoFuture derive docs (#334)
  • See full diff in compare view

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates log from 0.4.27 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Changelog

Sourced from log's changelog.

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Notable Changes

Commits
  • 6e17355 Merge pull request #695 from rust-lang/cargo/0.4.28
  • 57719db focus on user-facing source changes in the changelog
  • e0630c6 prepare for 0.4.28 release
  • 60829b1 Merge pull request #692 from nebkor/up-and-down
  • 95d44f8 change names of log-level-changing methods to be more descriptive
  • 2b63dfa Add up() and down() methods for Level and LevelFilter
  • 3aa1359 Merge pull request #690 from HaoliangXu/master
  • 1091f2c Chore:delete compare_exchange method for AtomicUsize on platforms
  • 24c5f44 Merge pull request #688 from ZylosLumen/patch-1
  • 4498495 Unhide #[derive(Debug)] in example
  • Additional commits viewable in compare view

Updates twox-hash from 2.1.1 to 2.1.2

Changelog

Sourced from twox-hash's changelog.

2.1.2 - 2025-09-03

Changed

  • The documentation has been updated to account for XxHash3_128.
Commits
  • bc5bb80 Release version 2.1.2
  • b1415bc Update the changelog
  • 04e77f9 Merge pull request #112 from shepmaster/doc-tweaks
  • 7c176ff Document why xxhash3_128::Hasher doesn't implement the Hasher trait
  • 400d3c6 Mention XxHash3_128 in the top-level docs
  • 067e391 Merge pull request #113 from shepmaster/maint
  • 393c801 Gate SIMD modules behind the std feature flag
  • See full diff in compare view

Updates uuid from 1.18.0 to 1.18.1

Release notes

Sourced from uuid's releases.

v1.18.1

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1

Commits
  • 50d8e79 Merge pull request #842 from uuid-rs/cargo/v1.18.1
  • 7948592 prepare for 1.18.1 release
  • 6d847c7 Merge pull request #841 from uuid-rs/chore/unsafe-cleanup
  • 675cccc re-gate zerocopy behind unstable feature flag
  • 4dd5828 Remove some unsafe; stabilize zerocopy
  • See full diff in compare view

Updates rmcp from 0.6.1 to 0.6.3

Release notes

Sourced from rmcp's releases.

rmcp-macros-v0.6.3

Fixed

  • (typo) correct typo in error message for transport cancellation and field. (#404)

Other

  • add the rmcp-openapi and rmcp-actix-web related projects (#406)

rmcp-v0.6.3

Fixed

  • change JSON-RPC request ID type from u32 to i64 (#416)

rmcp-macros-v0.6.2

Fixed

  • (typo) correct typo in error message for transport cancellation and field. (#404)

Other

  • add the rmcp-openapi and rmcp-actix-web related projects (#406)

rmcp-v0.6.2

Added

  • (rmcp) add optional _meta to CallToolResult, EmbeddedResource, and ResourceContents (#386)

Fixed

  • resolve compatibility issues with servers sending LSP notifications (#413)
  • remove batched json rpc support (#408)
  • transport-streamable-http-server depends on transport-worker (#405)
  • (typo) correct typo in error message for transport cancellation and field. (#404)

Other

  • Spec conformance: meta support and spec updates (#415)
  • add the rmcp-openapi and rmcp-actix-web related projects (#406)
Commits
  • b88dab5 chore: release v0.6.3 (#420)
  • 9105ba7 fix: change JSON-RPC request ID type from u32 to i64 (#416)
  • ccbd7f0 chore: release v0.6.2 (#407)
  • 4eb413b Spec conformance: meta support and spec updates (#415)
  • b514bc4 fix: resolve compatibility issues with servers sending LSP notifications (#413)
  • f381c2b fix: remove batched json rpc support (#408)
  • 7d46b39 feat(rmcp): add optional _meta to CallToolResult, EmbeddedResource, and Resou...
  • 1a20f8a docs: add the rmcp-openapi and rmcp-actix-web related projects (#406)
  • b0e2c11 fix: transport-streamable-http-server depends on transport-worker (#405)
  • 7bd45ec fix(typo): correct typo in error message for transport cancellation and field...
  • See full diff in compare view

You can trigger a rebase of this PR 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Assignees

The following users could not be added as assignees: apache/iggy-committers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 8, 2025
@hubcio
Copy link
Contributor

hubcio commented Sep 9, 2025

@dependabot recreate

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bon](https://github.com/elastio/bon) | `3.7.1` | `3.7.2` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.1` | `2.1.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.0` | `1.18.1` |
| [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.6.1` | `0.6.3` |


Updates `bon` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v3.7.1...v3.7.2)

Updates `chrono` from 0.4.41 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.42)

Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.27...0.4.28)

Updates `twox-hash` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v2.1.1...v2.1.2)

Updates `uuid` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.0...v1.18.1)

Updates `rmcp` from 0.6.1 to 0.6.3
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.6.1...rmcp-v0.6.3)

---
updated-dependencies:
- dependency-name: bon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: log
  dependency-version: 0.4.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: twox-hash
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: uuid
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rmcp
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-and-patch-c5dd03db75 branch from 256419b to 3d3fa58 Compare September 9, 2025 15:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

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

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-and-patch-c5dd03db75 branch September 22, 2025 20:15
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