deps: bump the rust-dependencies group with 4 updates#445
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps: bump the rust-dependencies group with 4 updates#445dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the rust-dependencies group with 4 updates: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust), [deadpool](https://github.com/deadpool-rs/deadpool), [native-tls](https://github.com/rust-native-tls/rust-native-tls) and [rmcp](https://github.com/modelcontextprotocol/rust-sdk). Updates `aws-sdk-s3` from 1.123.0 to 1.124.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `deadpool` from 0.12.3 to 0.13.0 - [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml) - [Commits](deadpool-rs/deadpool@deadpool-v0.12.3...deadpool-v0.13.0) Updates `native-tls` from 0.2.16 to 0.2.18 - [Release notes](https://github.com/rust-native-tls/rust-native-tls/releases) - [Changelog](https://github.com/rust-native-tls/rust-native-tls/blob/main/CHANGELOG.md) - [Commits](rust-native-tls/rust-native-tls@v0.2.16...v0.2.18) Updates `rmcp` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.15.0...rmcp-v0.16.0) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.124.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: deadpool dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: native-tls dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rmcp dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 4 updates: aws-sdk-s3, deadpool, native-tls and rmcp.
Updates
aws-sdk-s3from 1.123.0 to 1.124.0Commits
Updates
deadpoolfrom 0.12.3 to 0.13.0Commits
b134227Release deadpool 0.13.0 and deadpool-sync 0.2.0688234bUpdate lapin to version 4362391fRelease deadpool-runtime 0.3.170f1b93Fix feature specific dependencies in READMEs860570cAddrustdoc-args = ["--cfg", "docsrs"]to all Cargo.toml files7a00e9cFix deadpool CHANGELOG and improve yank explanationf9bd480Update CHANGELOG why deadpool-sync 0.1.5 was yanked4f6bd49Update deadpool-runtime to version 0.3eef23c7Fix small typo in READMEffcf81eReleased deadpool-runtime 0.3.0Updates
native-tlsfrom 0.2.16 to 0.2.18Release notes
Sourced from native-tls's releases.
Changelog
Sourced from native-tls's changelog.
Commits
3cf1877TLS 1.3 min/max fallback for old OpenSSL versionsa352cb3Exclude unused files from the packagebe13f94Release 0.2.178213e1dfmtc250fa7Test featuresbd165e9Work around set_alpn_select_callback lifetime issues64439adUse separate feature flag for server-side ALPNaa71c45Common helper for alpn1be1ac9add ALPN server side testf640501Add ALPN implement for schannelUpdates
rmcpfrom 0.15.0 to 0.16.0Release notes
Sourced from rmcp's releases.
Commits
3df4c5bchore: release v0.16.0 (#652)021a431chore: upgrade reqwest to 0.13.2 (#669)0b53bfdfix: remove unnecessary doc-cfg (#661)5a6ff1ffix: duplicate meta serialization (#662)61ffba8fix: sort list_all() output in ToolRouter and PromptRouter for deterministic ...53cd5edchore(deps): update toml requirement from 0.9 to 1.0 (#668)08a5b05fix: align task response types with MCP spec (#658)453032fchore: include LICENSE in final crate tarball (#657)016b7d3feat: add support for custom HTTP headers in StreamableHttpClient (#655)70f6380chore(deps): update rand requirement from 0.9 to 0.10 (#650)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsNote
Medium Risk
Dependency-only change, but it touches networking/storage and DB pooling stacks and introduces a second
reqwestmajor version, which can cause subtle runtime/feature or build issues.Overview
Upgrades Rust dependencies across the workspace:
aws-sdk-s3to1.124(used byapi/services),deadpoolto0.13(used bydatabase),native-tlsto0.2.18, andrmcpto0.16.Refreshes
Cargo.lockaccordingly, including new/updated AWS Smithy crates and pulling inreqwest 0.13.2(alongside existingreqwest 0.12.28) via thermcpupdate.Written by Cursor Bugbot for commit 1014e96. This will update automatically on new commits. Configure here.