chore(deps): bump the prod group with 5 updates - #185
Conversation
Bumps the prod group with 5 updates: | Package | From | To | | --- | --- | --- | | [toml](https://github.com/toml-rs/toml) | `1.1.5+spec-1.1.0` | `1.1.6+spec-1.1.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.4` | `0.13.5` | | [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.189` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `3.2.0` | `3.3.0` | | [open](https://github.com/Byron/open-rs) | `5.4.3` | `5.4.4` | Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.5...toml-v1.1.6) Updates `reqwest` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.4...v0.13.5) Updates `libc` from 0.2.185 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.185...0.2.189) Updates `rmcp` from 3.2.0 to 3.3.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-v3.2.0...rmcp-v3.3.0) Updates `open` from 5.4.3 to 5.4.4 - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](Byron/open-rs@v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: reqwest dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: rmcp dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: open dependency-version: 5.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR SummaryMedium Risk Overview
Reviewed by Cursor Bugbot for commit 00c9dd2. Bugbot is set up for automated code reviews on this repo. Configure here. |
Bumps the prod group with 5 updates:
1.1.5+spec-1.1.01.1.6+spec-1.1.00.13.40.13.50.2.1850.2.1893.2.03.3.05.4.35.4.4Updates
tomlfrom 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0Commits
572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation strings075c444refactor(display): Consolidate key-path encodingb48f338perf(display): Borrow table keys during document outputc6c1de3perf(parser): Move completed table header keysec90463perf(parser): Borrow input when creating editable documentsd76a48atest: Benchmark rendering generated keys and valuesUpdates
reqwestfrom 0.13.4 to 0.13.5Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
de55373v0.13.54d3fe12fix: proxy could use wrong credentials if many matched (#3098)9f06fd2docs: improve description of JSON method (#3082)5bdb2f0perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...ffda263perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...4e9a3c7chore: add pull request template for human-written content17e9bcbchore(deps): upgrade base64 to 0.23 (#3074)221abe9chore: Remove unnecessary clones and a cast (#3071)99996a1fix(error): detect timeouts wrapped in body decode errors (#3064)fc99bd5feat: expose the negotiated TLS version viaTlsInfo(#3067)Updates
libcfrom 0.2.185 to 0.2.189Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsUpdates
rmcpfrom 3.2.0 to 3.3.0Release notes
Sourced from rmcp's releases.
Commits
3e636cachore: release v3.3.0 (#1252)b2c90b1ci: pin commitlint dependencies (#1217)46db531fix(sse): saturate exponential reconnect backoff to avoid overflow panic (#1231)744b9f9chore(deps): bump crate-ci/typos (#1249)e8a0d70chore(deps): bump taiki-e/install-action from 2.86.7 to 2.87.6 (#1250)6fa4053fix: resolve clippy warnings across workspace (#1195)f9a68bffeat: add ServerHandler::negotiate_initialize (#1247)7d14f3afeat(macros): reject empty tool_router (#1233)04c2f3ffix(auth): unify refresh checks and error handling (#1236)add9cbeci: bump codeql-action to 4.37.9 and group updates (#1240)Updates
openfrom 5.4.3 to 5.4.4Release notes
Sourced from open's releases.
... (truncated)
Changelog
Sourced from open's changelog.
... (truncated)
Commits
ba35e00Release open v5.4.445317f8Merge pull request #133 from Byron/fix-open-on-windowsad95c40fix: open Windows paths without wildcard expansion (#132)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