deps: bump the rust-dependencies group across 1 directory with 7 updates#514
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps: bump the rust-dependencies group across 1 directory with 7 updates#514dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the rust-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.31.1` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.125.0` | `1.126.0` | | [moka](https://github.com/moka-rs/moka) | `0.12.14` | `0.12.15` | | [deadpool](https://github.com/deadpool-rs/deadpool) | `0.12.3` | `0.13.0` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `1.2.0` | `1.3.0` | Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `opentelemetry-otlp` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `aws-sdk-s3` from 1.125.0 to 1.126.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `moka` from 0.12.14 to 0.12.15 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.14...v0.12.15) 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 `rmcp` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v1.2.0...rmcp-v1.3.0) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: opentelemetry-otlp dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-sdk-s3 dependency-version: 1.126.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: moka dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch 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: rmcp dependency-version: 1.3.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 7 updates in the / directory:
0.3.220.3.230.31.00.31.10.10.90.11.01.125.01.126.00.12.140.12.150.12.30.13.01.2.01.3.0Updates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
opentelemetry-otlpfrom 0.31.0 to 0.31.1Release notes
Sourced from opentelemetry-otlp's releases.
Commits
febe718feat(OTLP): add tls-ring, tls-aws-lc, and tls-provider-agnostic feature flags...Updates
sha2from 0.10.9 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
aws-sdk-s3from 1.125.0 to 1.126.0Commits
Updates
mokafrom 0.12.14 to 0.12.15Release notes
Sourced from moka's releases.
Changelog
Sourced from moka's changelog.
Commits
616473eMerge pull request #586 from moka-rs/fix-flaky-cht-test-on-many-core-machinescaf8c82Apply cargo fmt65ff433Fix flaky testcht::segment::tests::drop_many_valueson many-core machinesfd103adUpdate the change log for PR #5865baf38cFix flaky testcht::segment::tests::drop_many_values_concurrent4b709c8Merge pull request #585 from moka-rs/chore/prepare-v0.12.159e7c73bRemove an unused link from the change logfa14f78Bump the version tov0.12.1598968b3Update the change log forv0.12.154c37fd4Merge pull request #584 from moka-rs/chore/disable-flaky-tests-by-defaultUpdates
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
rmcpfrom 1.2.0 to 1.3.0Release notes
Sourced from rmcp's releases.
Commits
ac749e3chore: release v1.3.0 (#747)0b36a84feat: add "theme" to Icon (#766)6a3b32dchore: add #[non_exhaustive] to remaining public structs (#768)ee1c63cfeat(transport): add Unix domain socket client for streamable HTTP (#749)a32a9c8feat(auth): implement SEP-2207 OIDC-flavored refresh token guidance (#676)baf22d3chore: run all tests in ci without "local" feature (#761)f89e412chore(deps): update tokio-tungstenite requirement from 0.28.0 to 0.29.0 (#773)c8c0c0cfix: prevent CallToolResult and GetTaskPayloadResult from shadowing CustomRes...30cdc38chore: remove the rig example (#763)3ea8c3cfeat: add configuration for transparent session re-init (#760)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 conditions