Skip to content

Bump the cargo-minor-and-patch group with 19 updates - #52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-and-patch-6eaca63215
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-and-patch-6eaca63215

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-and-patch group with 19 updates:

Package From To
rmcp 3.2.0 3.3.0
iroh 1.1.0 1.2.0
iroh-relay 1.1.0 1.2.0
reqwest 0.13.4 0.13.5
rustls 0.23.43 0.23.44
uuid 1.26.0 1.26.1
llama-cpp-sys-2 0.1.146 0.1.156
icu_calendar 2.1.1 2.3.0
aws-config 1.11.0 1.12.0
aws-sdk-bedrockruntime 1.142.0 1.143.0
aws-sdk-sagemakerruntime 1.112.0 1.113.0
indexmap 2.14.1 2.14.2
nostr 0.45.4 0.45.5
nostr-sdk 0.45.2 0.45.3
syn 3.0.4 3.0.5
console 0.16.4 0.16.6
open 5.4.3 5.4.4
encoding_rs 0.8.35 0.8.41
uniffi 0.32.0 0.32.1

Updates rmcp from 3.2.0 to 3.3.0

Release notes

Sourced from rmcp's releases.

rmcp-macros-v3.3.0

Added

  • (macros) reject empty tool_router (#1233)

rmcp-v3.3.0

Added

  • add ServerHandler::negotiate_initialize (#1247)
  • (macros) reject empty tool_router (#1233)
  • (auth) add enterprise refresh-token and ID-JAG exchanges (#1234)

Fixed

  • (sse) saturate exponential reconnect backoff to avoid overflow panic (#1231)
  • resolve clippy warnings across workspace (#1195)
  • (auth) unify refresh checks and error handling (#1236)

Other

  • (deps) update process-wrap requirement from 9.0 to 10.0 (#1229)
Commits
  • 3e636ca chore: release v3.3.0 (#1252)
  • b2c90b1 ci: pin commitlint dependencies (#1217)
  • 46db531 fix(sse): saturate exponential reconnect backoff to avoid overflow panic (#1231)
  • 744b9f9 chore(deps): bump crate-ci/typos (#1249)
  • e8a0d70 chore(deps): bump taiki-e/install-action from 2.86.7 to 2.87.6 (#1250)
  • 6fa4053 fix: resolve clippy warnings across workspace (#1195)
  • f9a68bf feat: add ServerHandler::negotiate_initialize (#1247)
  • 7d14f3a feat(macros): reject empty tool_router (#1233)
  • 04c2f3f fix(auth): unify refresh checks and error handling (#1236)
  • add9cbe ci: bump codeql-action to 4.37.9 and group updates (#1240)
  • Additional commits viewable in compare view

Updates iroh from 1.1.0 to 1.2.0

Changelog

Sourced from iroh's changelog.

1.2.0 - 2026-09-09

⛰️ Features

  • (iroh) Add RelayStatus::auth_denied_reason and example (#4501) - (8d2d9e7)
  • (iroh-dns) Deprecate old nameserver builders (#4506) - (2b4de03)
  • Switch to n0-dns-resolver and make fallback nameservers configurable (#4419) - (1a68838)

🐛 Bug Fixes

  • (ci) Select the toolchain in the remaining hand-rolled rustup jobs (#4515) - (f82eff5)

🚜 Refactor

  • (iroh) Clean up mapped addresses constructions (#4498) - (00e016a)

⚙️ Miscellaneous Tasks

  • ()* Upgrade to noq, noq-proto, noq-udp v1.3.0 (#4518) - (cb5d12b)
  • (ci) Move minimal crates check out of tests (#4491) - (55e1d7b)
  • (ci) Select the toolchain the Windows test jobs request (#4514) - (f2d8d46)
  • Log line numbers in the transfer example (#4485) - (3677ec6)
  • Upgrade to non-yanked chacha20 version (#4499) - (cff1f79)
  • Bump n0-error version, remove patch (#4500) - (2581169)
  • Update PR template for API changes (#4507) - (7a561e6)

Changelog

All notable changes to iroh will be documented in this file.

Commits
  • 17c0612 chore: Release
  • cb5d12b chore(*): upgrade to noq, noq-proto, noq-udp v1.3.0 (#4518)
  • f82eff5 fix(ci): select the toolchain in the remaining hand-rolled rustup jobs (#4515)
  • f2d8d46 chore(ci): select the toolchain the Windows test jobs request (#4514)
  • 70c70db chore(deps): update der to 0.8.2 (#4516)
  • 2b4de03 feat(iroh-dns): Deprecate old nameserver builders (#4506)
  • 7a561e6 chore: Update PR template for API changes (#4507)
  • 1a68838 feat: Switch to n0-dns-resolver and make fallback nameservers configurable (#...
  • 8d2d9e7 feat(iroh): add RelayStatus::auth_denied_reason and example (#4501)
  • 2581169 deps: Bump n0-error version, remove patch (#4500)
  • Additional commits viewable in compare view

Updates iroh-relay from 1.1.0 to 1.2.0

Release notes

Sourced from iroh-relay's releases.

v1.2.0

1.2.0 - 2026-09-09

⛰️ Features

  • (iroh) Add RelayStatus::auth_denied_reason and example (#4501) - (8d2d9e7)
  • (iroh-dns) Deprecate old nameserver builders (#4506) - (2b4de03)
  • Switch to n0-dns-resolver and make fallback nameservers configurable (#4419) - (1a68838)

🐛 Bug Fixes

  • (ci) Select the toolchain in the remaining hand-rolled rustup jobs (#4515) - (f82eff5)

🚜 Refactor

  • (iroh) Clean up mapped addresses constructions (#4498) - (00e016a)

⚙️ Miscellaneous Tasks

  • ()* Upgrade to noq, noq-proto, noq-udp v1.3.0 (#4518) - (cb5d12b)
  • (ci) Move minimal crates check out of tests (#4491) - (55e1d7b)
  • (ci) Select the toolchain the Windows test jobs request (#4514) - (f2d8d46)
  • Log line numbers in the transfer example (#4485) - (3677ec6)
  • Upgrade to non-yanked chacha20 version (#4499) - (cff1f79)
  • Bump n0-error version, remove patch (#4500) - (2581169)
  • Update PR template for API changes (#4507) - (7a561e6)
Changelog

Sourced from iroh-relay's changelog.

1.2.0 - 2026-09-09

⛰️ Features

  • (iroh) Add RelayStatus::auth_denied_reason and example (#4501) - (8d2d9e7)
  • (iroh-dns) Deprecate old nameserver builders (#4506) - (2b4de03)
  • Switch to n0-dns-resolver and make fallback nameservers configurable (#4419) - (1a68838)

🐛 Bug Fixes

  • (ci) Select the toolchain in the remaining hand-rolled rustup jobs (#4515) - (f82eff5)

🚜 Refactor

  • (iroh) Clean up mapped addresses constructions (#4498) - (00e016a)

⚙️ Miscellaneous Tasks

  • ()* Upgrade to noq, noq-proto, noq-udp v1.3.0 (#4518) - (cb5d12b)
  • (ci) Move minimal crates check out of tests (#4491) - (55e1d7b)
  • (ci) Select the toolchain the Windows test jobs request (#4514) - (f2d8d46)
  • Log line numbers in the transfer example (#4485) - (3677ec6)
  • Upgrade to non-yanked chacha20 version (#4499) - (cff1f79)
  • Bump n0-error version, remove patch (#4500) - (2581169)
  • Update PR template for API changes (#4507) - (7a561e6)

Changelog

All notable changes to iroh will be documented in this file.

Commits
  • 17c0612 chore: Release
  • cb5d12b chore(*): upgrade to noq, noq-proto, noq-udp v1.3.0 (#4518)
  • f82eff5 fix(ci): select the toolchain in the remaining hand-rolled rustup jobs (#4515)
  • f2d8d46 chore(ci): select the toolchain the Windows test jobs request (#4514)
  • 70c70db chore(deps): update der to 0.8.2 (#4516)
  • 2b4de03 feat(iroh-dns): Deprecate old nameserver builders (#4506)
  • 7a561e6 chore: Update PR template for API changes (#4507)
  • 1a68838 feat: Switch to n0-dns-resolver and make fallback nameservers configurable (#...
  • 8d2d9e7 feat(iroh): add RelayStatus::auth_denied_reason and example (#4501)
  • 2581169 deps: Bump n0-error version, remove patch (#4500)
  • Additional commits viewable in compare view

Updates reqwest from 0.13.4 to 0.13.5

Release notes

Sourced from reqwest's releases.

v0.13.5

tl;dr

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.4...v0.13.5

Changelog

Sourced from reqwest's changelog.

v0.13.5

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.
Commits
  • de55373 v0.13.5
  • 4d3fe12 fix: proxy could use wrong credentials if many matched (#3098)
  • 9f06fd2 docs: improve description of JSON method (#3082)
  • 5bdb2f0 perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...
  • ffda263 perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...
  • 4e9a3c7 chore: add pull request template for human-written content
  • 17e9bcb chore(deps): upgrade base64 to 0.23 (#3074)
  • 221abe9 chore: Remove unnecessary clones and a cast (#3071)
  • 99996a1 fix(error): detect timeouts wrapped in body decode errors (#3064)
  • fc99bd5 feat: expose the negotiated TLS version via TlsInfo (#3067)
  • Additional commits viewable in compare view

Updates rustls from 0.23.43 to 0.23.44

Commits
  • 64ad386 Bump version to 0.23.44
  • 1efbf66 bogo: remove PostQuantum setup
  • e78162f aws-lc-rs: add support for ML-DSA signatures
  • d880772 bogo: extract Options::provider() helper
  • 87201d6 bogo: force all callers to get provider from Options
  • 93657e3 server: limit 1.2 certificate requests to 1.2-compatible signature schemes
  • bbd3c9a client: avoid sending 1.3-only signature schemes if no cipher suites configured
  • eb57688 tls12: require known signature algorithm
  • e7a9cef tls12: send illegal_parameter alert for kx signed with wrong algorithm
  • 06a546d bogo: take latest
  • Additional commits viewable in compare view

Updates uuid from 1.26.0 to 1.26.1

Release notes

Sourced from uuid's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

Commits
  • 9f92712 Merge pull request #910 from uuid-rs/cargo/v1.26.1
  • d4df8f0 prepare for 1.26.1 release
  • 5613f23 Merge pull request #909 from uuid-rs/fix/ts-conversion-overflow
  • fda00eb don't panic in overflowing Timestamp to SystemTime conversion
  • c82e88c Merge pull request #907 from lenamonj/v7-counter-placement
  • ac065a6 Align the counter diagram
  • 34ec102 Seat the v7 counter below the version nibble
  • See full diff in compare view

Updates llama-cpp-sys-2 from 0.1.146 to 0.1.156

Release notes

Sourced from llama-cpp-sys-2's releases.

0.1.156

What's Changed

Full Changelog: utilityai/llama-cpp-rs@0.1.155...0.1.156

0.1.155

What's Changed

New Contributors

Full Changelog: utilityai/llama-cpp-rs@0.1.154...0.1.155

0.1.154

What's Changed

New Contributors

... (truncated)

Commits
  • 63e5497 Merge pull request #1118 from utilityai/trusted-publishing
  • 5cd3e0c Use trusted publishing to publish to crates.io
  • 76061c3 Merge pull request #1104 from nobodywho-ooo/log-mtmd
  • c778ba6 Merge pull request #1117 from utilityai/version-bump-0.1.156
  • e1c607e Bump version to 0.1.156 [skip ci]
  • 0ad1788 Merge pull request #1109 from nobodywho-ooo/fix-llguidance
  • 953cf3e Redirect logs from multimodal to tracing as well
  • b38ebe9 Fix building llguidance with newer llama.cpp
  • f60eb0b Test mtmd and llguidance in CI
  • 3d5f424 Merge pull request #1110 from nobodywho-ooo/fix-ci
  • Additional commits viewable in compare view

Updates icu_calendar from 2.1.1 to 2.3.0

Release notes

Sourced from icu_calendar's releases.

ICU4X 2.3.0

The ICU4X Technical Committee is happy to announce ICU4X 2.3, an update to our modular, portable, and secure i18n library.

Important changes in ICU4X 2.3 include:

  • icu_segmenter: Preview of our redesigned segmentation engine based on [PRI #555](https://unicode.org/review/pri555/) (new_neo) and an updated line segmenter compliant with Unicode 17 (new_17). Please provide feedback.
  • icu_locale::names: Preview of display name formatting with full language identifier support ("English (US)"), Tiny/Light/Heavy depth data slicing, and cross-language FFI bindings. Please provide feedback.
  • icu_datetime: Preview of date interval formatting in DateRangeFormatter and in FFI ("Dec 22 – 23, 2026"), plus support for flexible day periods ("8 in the morning") and other improvements.
  • icu_experimental::currency: Overhauled the experimental CurrencyFormatter to support generic value representations, ISO code formatting (try_new_code), and accounting usage.
  • icu_properties: New home for UTS#35 UnicodeSet parsing with support for :EastAsianWidth=: set syntax and Unicode 17 property updates.

See the full changelog for more information

ICU4X 2.2.0

The ICU4X Technical Committee is happy to announce ICU4X 2.2, an update to our modular, portable, and secure i18n library.

Important changes in ICU4X 2.2 include:

  1. Latest i18n data: This release includes an update to CLDR 48.2 and support for TZDB 2026a.
  2. New and improved icu_calendar: This release contains new APIs in icu_calendar, as well as some behavior changes in icu_calendar; see the migration notes section.
  3. Stable datetime arithmetic: It is now possible to to add and subtract dates via date.try_add_with_options() and date.try_until_with_options().
  4. More flexible date construction: The new Date::try_from_fields() API allows constructing dates from all kinds of constituent data: extended years, era years, ordinal months, month codes, etc., and supports different kinds of overflow handling.
  5. Typed months: The new Month type replaces month codes in a type safe way. Date::try_from_codes() has been replaced with Date::try_new() which uses these better types. Various calendar-specific constructors for lunisolar calendars have also been refreshed.
  6. Experimental third-party crate integration: We now support converting from and formatting types from the jiff, chrono, and time crates. See icu_datetime::input::third_party. We’re not yet sure if these integrations should live in ICU4X, in the third party crates, or some adapter crate, and are open to feedback!
  7. Experimental Kotlin Bindings: We now have Kotlin bindings for ICU4X (found under ffi/mvn), with the same set of supported APIs as our other cross-language bindings.
  8. Experimental features:
  9. Display names: Adds new internal data layout exposed via RegionDisplayName and ScriptDisplayName APIs. The old data layout, optimized for loading multiple names at once, is moved into the multi module. Please share feedback on our tracking issue.
  10. Compact decimal formatter: Please share feedback in preparation for stabilization in a future release.
  11. ML segmentation: Initial code for RAdaBoost word segmenter for Chinese and CNN word segmenter for Thai.
  12. Unstable Cargo feature: Replaced the "experimental" Cargo feature with an "unstable" Cargo feature.
  13. Better hour cycles: Adds support for Clock12 and Clock24 in datetime formatting.

Migration Notes

  1. The JapaneseExtended calendar has been deprecated. CLDR removed the pre-Meiji eras because no implementation correctly implemented them. Clients of pre-Meiji eras are encouraged to comment on CLDR-11400 and potentially write a custom east_asian_traditional::Rules implementation of the pre-Meiji lunisolar Japanese calendar.

  2. Hijri<AstronomicalSimulation> has also been deprecated. It previously returned estimates of the Hijri calendar based on simulations published by Reingold et al. To restore this behavior, write a custom hijri::Rules implementation using calendrical_calculations.

See the full changelog for more information

Commits

Updates aws-config from 1.11.0 to 1.12.0

Changelog

Sourced from aws-config's changelog.

September 15th, 2026

Breaking Changes:

  • 🐛⚠️ (all, smithy-rs#4721, smithy-rs#4837) Reverted the expanded aws_smithy_types::Document data model and the accompanying type/error registries, restoring the Document API as it was in aws-smithy-types 1.6.3.

    The expanded Document was a source-breaking change shipped as a minor version bump (aws-smithy-types 1.6.3 -> 1.7.0). Every published aws-smithy-json before 0.64.0 declares an open-ended aws-smithy-types = "^1.x" requirement while matching exhaustively on Document and constructing Document::Object(HashMap), so those crates stopped compiling as soon as cargo resolved aws-smithy-types to 1.7.0. Because aws-config 1.12.0 still required aws-smithy-json ^0.63.0, a clean cargo add aws-config resolved both json 0.63.0 and 0.64.0 against a single unified aws-smithy-types 1.7.0 and failed to build. The 1.1.7 runtime release has been yanked in full.

    What this restores

    • Document returns to six variants (Object, Array, Number, String, Bool, Null) and is no longer #[non_exhaustive], so exhaustive match statements compile again without a wildcard arm.
    • Document::Object holds a HashMap<String, Document> again. DocumentObject is removed, along with its insertion-order iteration guarantee; object iteration order is unspecified once more.
    • The companion public types DiscriminatedDocument, DocumentSettings, and DocumentError are removed, as are the as_blob / as_timestamp / as_big_integer / as_big_decimal accessors and the Result-returning numeric accessors.
    • aws_smithy_schema's ShapeId and Schema drop their lifetime parameter, returning to ShapeId / Schema with ShapeId::from_static(...).
    • The TypeRegistry and error-registry machinery is removed, including the generated package-level registry() and error_registry() accessors and the registry-backed fallback for unmodeled error codes. Error dispatch returns to the generated match error_code { ... } over each operation's modeled errors.
    • Schema-based serde is no longer enabled for the SSM client.

    Migration

    Code written against 1.6.3 needs no changes. Code that adopted the 1.7.0 Document should revert to the 1.6.3 shape: drop wildcard match arms added solely for #[non_exhaustive], replace DocumentObject annotations with HashMap<String, Document>, and stop relying on insertion-ordered object iteration. Since 1.7.0 is yanked, cargo will resolve ^1 to the restored API automatically.

September 14th, 2026

Breaking Changes:

  • ⚠️🎉 (all) Updated aws_smithy_types::Document to cover the full Smithy data model in line with recent updates to the Smithy "Document Types and Type Registries" specification. The enum gains four variants — Blob(Vec<u8>), Timestamp(DateTime), BigInteger(BigInteger), and BigDecimal(BigDecimal) — and is now marked #[non_exhaustive] so future Smithy data-model extensions can ship as additive changes. Three companion types join the public API at aws_smithy_types::*: DiscriminatedDocument (wraps a Document with an optional shape-ID discriminator and protocol-aware codec settings, used by the type-registry deserialization flow); DocumentSettings (trait for format-specific coercion, e.g. base64-decoding JSON strings to blobs); and DocumentError (numeric-coercion overflow, type mismatch, and invalid-input errors emitted by the new numeric / blob / timestamp accessors).

    Construction via the pre-existing variants (Document::String("...".into()), Document::Bool(true), Document::Array(vec![]), Document::Null) and every pre-existing From<...> impl (bool, &str, String, Cow<'_, str>, u64, i64, i32, f64, Number, Vec<Document>, Option<T>, and HashMap<String, Document>) continue to work unchanged. Document::Object is the exception: its inner type changed (see below), so Document::Object(my_hash_map) no longer compiles, though Document::from(my_hash_map) and my_hash_map.into() still do.

    Migration recipe

    Exhaustive match statements on Document no longer compile. Because the enum is now #[non_exhaustive], external code must include a wildcard arm even if every currently-known variant is named — this is what protects future variant additions from being a breaking change. Add a _ => arm:

    match doc {
        Document::Null => /* ... */,
        Document::Bool(b) => /* ... */,
        Document::Number(n) => /* ... */,
        Document::String(s) => /* ... */,
        Document::Object(o) => /* ... */,
        Document::Array(a) => /* ... */,
        // Optionally handle the new variants explicitly:
        Document::Blob(b) => /* base64-encode? */,
        Document::Timestamp(ts) => /* format? */,
        Document::BigInteger(bi) => /* string-encode? */,
        Document::BigDecimal(bd) => /* string-encode? */,
        // Required by #[non_exhaustive]:
        _ => /* fallback for future variants */,
    }

... (truncated)

Commits

Updates aws-sdk-bedrockruntime from 1.142.0 to 1.143.0

Commits

Updates aws-sdk-sagemakerruntime from 1.112.0 to 1.113.0

Commits

Updates indexmap from 2.14.1 to 2.14.2

Changelog

Sourced from indexmap's changelog.

2.14.2 (2026-09-04)

  • Fix item hygiene in map and set macros. Previously, an internal const CAP could shadow the same name in the caller's namespace.
  • Allow const initialization of empty indexmap_with_default! and indexset_with_default!. The hasher may also be omitted if it's inferrable.
Commits

Updates nostr from 0.45.4 to 0.45.5

Commits

Updates nostr-sdk from 0.45.2 to 0.45.3

Commits

Updates syn from 3.0.4 to 3.0.5

Release notes

Sourced from syn's releases.

3.0.5

Commits
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • 7e2b27b Update test suite to nightly-2026-08-26
  • See full diff in compare view

Updates console from 0.16.4 to 0.16.6

Release notes

Sourced from console's releases.

0.16.6

What's Changed

  • Fix truncate_str panicking mid-character without ansi-parsing by

Bumps the cargo-minor-and-patch group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `3.2.0` | `3.3.0` |
| [iroh](https://github.com/n0-computer/iroh) | `1.1.0` | `1.2.0` |
| [iroh-relay](https://github.com/n0-computer/iroh) | `1.1.0` | `1.2.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.4` | `0.13.5` |
| [rustls](https://github.com/rustls/rustls) | `0.23.43` | `0.23.44` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` |
| [llama-cpp-sys-2](https://github.com/utilityai/llama-cpp-rs) | `0.1.146` | `0.1.156` |
| [icu_calendar](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.3.0` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.11.0` | `1.12.0` |
| [aws-sdk-bedrockruntime](https://github.com/awslabs/aws-sdk-rust) | `1.142.0` | `1.143.0` |
| [aws-sdk-sagemakerruntime](https://github.com/awslabs/aws-sdk-rust) | `1.112.0` | `1.113.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.1` | `2.14.2` |
| [nostr](https://github.com/nostrdevkit/nostr) | `0.45.4` | `0.45.5` |
| [nostr-sdk](https://github.com/nostrdevkit/nostr) | `0.45.2` | `0.45.3` |
| [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.5` |
| [console](https://github.com/console-rs/console) | `0.16.4` | `0.16.6` |
| [open](https://github.com/Byron/open-rs) | `5.4.3` | `5.4.4` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.35` | `0.8.41` |
| [uniffi](https://github.com/mozilla/uniffi-rs) | `0.32.0` | `0.32.1` |


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 `iroh` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v1.1.0...v1.2.0)

Updates `iroh-relay` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v1.1.0...v1.2.0)

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 `rustls` from 0.23.43 to 0.23.44
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.43...v/0.23.44)

Updates `uuid` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.26.0...v1.26.1)

Updates `llama-cpp-sys-2` from 0.1.146 to 0.1.156
- [Release notes](https://github.com/utilityai/llama-cpp-rs/releases)
- [Commits](utilityai/llama-cpp-rs@0.1.146...0.1.156)

Updates `icu_calendar` from 2.1.1 to 2.3.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/icu@2.3.0)

Updates `aws-config` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-bedrockruntime` from 1.142.0 to 1.143.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sagemakerruntime` from 1.112.0 to 1.113.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `indexmap` from 2.14.1 to 2.14.2
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.14.1...2.14.2)

Updates `nostr` from 0.45.4 to 0.45.5
- [Commits](https://github.com/nostrdevkit/nostr/commits)

Updates `nostr-sdk` from 0.45.2 to 0.45.3
- [Commits](https://github.com/nostrdevkit/nostr/commits)

Updates `syn` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.4...3.0.5)

Updates `console` from 0.16.4 to 0.16.6
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.16.4...0.16.6)

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)

Updates `encoding_rs` from 0.8.35 to 0.8.41
- [Commits](hsivonen/encoding_rs@v0.8.35...v0.8.41)

Updates `uniffi` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: rmcp
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: iroh
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: iroh-relay
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: reqwest
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: rustls
  dependency-version: 0.23.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: uuid
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: llama-cpp-sys-2
  dependency-version: 0.1.156
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: icu_calendar
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: aws-config
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: aws-sdk-bedrockruntime
  dependency-version: 1.143.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: aws-sdk-sagemakerruntime
  dependency-version: 1.113.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-and-patch
- dependency-name: indexmap
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: nostr
  dependency-version: 0.45.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: nostr-sdk
  dependency-version: 0.45.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: syn
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: console
  dependency-version: 0.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: open
  dependency-version: 5.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: encoding_rs
  dependency-version: 0.8.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
- dependency-name: uniffi
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 16, 2026
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.

0 participants