Bump the dependencies group across 1 directory with 8 updates - #33
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the dependencies group across 1 directory with 8 updates#33dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [toml](https://github.com/toml-rs/toml) | `1.1.3+spec-1.1.0` | `1.1.4+spec-1.1.0` | | [clap](https://github.com/clap-rs/clap) | `4.6.4` | `4.6.5` | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.7` | `4.6.8` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.23.0` | `0.23.1` | | [rustls](https://github.com/rustls/rustls) | `0.23.42` | `0.23.43` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `2.2.0` | `3.1.0` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.118` | `1.0.120` | | [serial_test](https://github.com/palfrey/serial_test) | `3.5.0` | `4.0.1` | Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4) Updates `clap` from 4.6.4 to 4.6.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.4...clap_complete-v4.6.5) Updates `clap_complete` from 4.6.7 to 4.6.8 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.7...clap_complete-v4.6.8) Updates `base64` from 0.23.0 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1) Updates `rustls` from 0.23.42 to 0.23.43 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.42...v/0.23.43) Updates `rmcp` from 2.2.0 to 3.1.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v2.2.0...rmcp-v3.1.0) Updates `trybuild` from 1.0.118 to 1.0.120 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.118...1.0.120) Updates `serial_test` from 3.5.0 to 4.0.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_complete dependency-version: 4.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rustls dependency-version: 0.23.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rmcp dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: trybuild dependency-version: 1.0.120 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serial_test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: 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 dependencies group with 8 updates in the / directory:
1.1.3+spec-1.1.01.1.4+spec-1.1.04.6.44.6.54.6.74.6.80.23.00.23.10.23.420.23.432.2.03.1.01.0.1181.0.1203.5.04.0.1Updates
tomlfrom 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0Commits
beee9fechore: Release16e2ac1docs: Update changelog89f5541fix(toml): preserve datetimes when deserializing Value (#1194)534039cfix(serde): Deserialize Value datetimes into typed targets6e45ceftest(serde): Reproduce Value datetime deserialization error4ec099fchore: Release5a47a51docs: Update changelogda0911fperf(parser): Reduce over allocation by better tokens/byte ratio (#1193)26eb157perf(parser): Reduce over allocation by better tokens/byte ratioca4c7bfchore(deps): Update Prek to v0.4.11 (#1191)Updates
clapfrom 4.6.4 to 4.6.5Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c8c9355chore: Releaseaf74defdocs: Update changelogc96f222Merge pull request #6368 from truffle-dev/fix/fish-env-escaping49a05cdfix(complete): Two-pass quote fish env-completere791004test(complete): Snapshot fish env quoting casesUpdates
clap_completefrom 4.6.7 to 4.6.8Commits
d93a00dchore: Release4709d1adocs(complete): Update changelog2246e8bMerge pull request #6455 from epage/possible2550f32feat(complete): Expose possible value completers9048857refactor(complete): Pull out possible values candidate conversion0607d66refactor(complete): Remove unused allocation943de73refactor(complete): Move related functions next to each other81b86a9refactor(complete): Generalize value candidate handlingae09202refactor(complete): Remove extra allocation466b2bechore: ReleaseUpdates
base64from 0.23.0 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated commentUpdates
rustlsfrom 0.23.42 to 0.23.43Commits
fcf61cdPrepare 0.23.43f0dad4cCheck server's proposed suite against actual offerb480cc6Test for server choosing a non-QUIC TLS1.3 suite883a44dConsiderProtocolinServerConfig::supports_versionc2f1fd9Check suitability of server version in QUIC clientd98e1b9Add test for serverTls13RequiredForQuice63d9bfBound ticket age calculation79cd462Defensiveness improvement for binder suffix arithmetic4a9f025use checked_sub for the mac tag offset in Rfc5077Ticketer::decrypt3131e5cAccept that libcrux deps are vulnerableUpdates
rmcpfrom 2.2.0 to 3.1.0Release notes
Sourced from rmcp's releases.
... (truncated)
Commits
1f9358echore: release v3.1.0 (#1090)1cf6debdocs: document the ping utility with examples (#1106)00bcf13fix(model): decode metadata-bearing input-required results affecting mrtr (#1...65f05e9feat: classify authorization-required errors (#1056)3240b6edocs: complete Tier 1 feature docs and finalize roadmap (#1101)def31f0chore(deps): bump github/codeql-action from 4 to 4.37.3 (#1100)570c478chore(deps): bump taiki-e/install-action from 2 to 2.85.2 (#1099)983a137feat: add strict stateless protocol metadata validation (#1091)58b136ffix: require metadata for modern HTTP requests (#1089)d272389fix: honor supported_protocol_versions when negotiating initialize (#1093)Updates
trybuildfrom 1.0.118 to 1.0.120Release notes
Sourced from trybuild's releases.
Commits
2adc265Release 1.0.120bc87f59Merge pull request #342 from dtolnay/longestdep85d74ecAccept snapshots with original path dep behaviora20999dMerge pull request #341 from dtolnay/longestdepcf672edPrefer longest match in path dependency search8661abcMerge pull request #340 from dtolnay/morepathdep527ecc9Accept old snapshots without more path dependenciesde08a76Collect more path dependencies from dev deps and target deps3ce9ec5Raise required compiler to Rust 1.88a065cd4Release 1.0.119Updates
serial_testfrom 3.5.0 to 4.0.1Release notes
Sourced from serial_test's releases.
Commits
383c8944.0.14298adfMSRV is actually 1.93.1f25d56f4.0.07984bdcMerge pull request #160 from palfrey/pre-release-fixesec74212Don't need to split build-all-features now03cd910Upgrade MSRV to 1.93.17cf8563Add a "finish" CI job that depends on everythingd7c4137Upgrade actix-macros to reduce syn 1.x needsae268b0Merge pull request #159 from AudaciousAxiom/refactor/syn-v398b2c36refactor(derive): bumpsynto v3Dependabot 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