fix(deps): update all non-major dependencies - #18
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
September 28, 2025 14:26
9b8c4f0 to
bf97dce
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
October 2, 2025 13:30
65b0667 to
bdf1883
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
13 times, most recently
from
October 10, 2025 02:03
60cae0e to
a4d47c8
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
October 15, 2025 09:03
3d1da5b to
057d09a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
November 5, 2025 13:36
2c220ae to
dc6dc59
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
November 14, 2025 22:45
0286e66 to
30a5a5d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
November 23, 2025 08:49
e57021a to
f3c3f5e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
November 30, 2025 05:13
09b8d0f to
9c7e215
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
December 4, 2025 03:56
28a4b61 to
bfb5ee0
Compare
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.
This PR contains the following updates:
v6.0.1→v6.1.01.0.100→1.0.1041.0.99→1.0.1040.43.0→0.50.01.89.0→1.97.10.3.31→0.3.33v0.14.0→v0.15.05.8.3→5.9.01.33.4→1.36.33.19.0→3.20.20.2.2→0.4.03.6.2→3.8.31.28.2→1.29.01.0.219→1.0.2291.0.225→1.0.2291.0.143→1.0.1511.0.145→1.0.151v2.62.10→v2.85.71.47.1→1.53.10.1.41→0.1.442.5.7→2.5.80.8.14→0.12.1latest→0.10.11.239.0→1.254.00.13.0→0.17.00.46→0.600.9.0→0.11.00.12.0→0.15.1Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
dtolnay/anyhow (anyhow)
v1.0.104Compare Source
syndev-dependency to version 3v1.0.103Compare Source
Error::downcast_mut(#451, #452)v1.0.102Compare Source
v1.0.101Compare Source
nats-io/nats.rs (async-nats)
v0.50.0Overview
This release allows for on-demand swap between
chronoandtimecrates.What's Changed
Chrono vs Time
Enabling
chronoanywhere in thedependency graph selects the chrono backend for the whole build (Cargo feature unification).
New Contributors
Full Changelog: nats-io/nats.rs@async-nats/v0.49.1...async-nats/v0.50.0
v0.49.1Overview
Release focusing on fixing behaviour around server connectivity.
What's Changed
Full Changelog: nats-io/nats.rs@async-nats/v0.49.0...async-nats/v0.49.1
v0.49.0Overview
This is a small release adding missing client-side max-payload validations for some methods.
It is a minor release as it adds new error kind variants for relevant calls.
What's Changed
New Contributors
Full Changelog: nats-io/nats.rs@async-nats/v0.48.0...async-nats/v0.49.0
v0.48.0This release focuses on 2.14 nats-server features support.
Added
try_server_infoandmax_payloadmethods by @yordis in #1567Fixed
Changed
New Contributors
Full Changelog: nats-io/nats.rs@async-nats/v0.47.0...async-nats/v0.48.0
v0.47.0
v0.47.0This release adds subject validation (with opt-out possibility) and wraps while connect attempt in timeout, making it more robust.
Added
Fixed
Changed
once_celland use std::sync::LazyLock instead by @Jarema in #1534New Contributors
Full Changelog: nats-io/nats.rs@async-nats/v0.46.0...async-nats/v0.47.0
v0.46.0This release introduces disabled by default feature-gating of features and modules.
Users can now disable
nkeys,object-store, or others, to limit the size of the final binary and dependency pulled in.Added
Fixed
async-natsby @vkolomeyko in #1489Changed
ServiceBuilder::startby @vkolomeyko in #1486async-nats/src/service/mod.rsby @vkolomeyko in #1487omitemptycase by @Jarema in #1493draindocs for better clarity by @Jarema in #1484New Contributors
Full Changelog: nats-io/nats.rs@async-nats/v0.45.0...async-nats/v0.46.0
v0.45.0Overview
A smaller release adding missing
valuefield topub_ackand some additional fixes.Added
valuefield by @Jarema in #1473double_ack_withmethod to JetStream Messages by @OtaK in #1474Fixed
Full Changelog: nats-io/nats.rs@async-nats/v0.44.2...async-nats/v0.45.0
v0.44.2Overview
This PR adds a new method to Context traits and fixes the docs build
What's Changed
Full Changelog: nats-io/nats.rs@async-nats/v0.44.1...async-nats/v0.44.2
v0.44.1What's Changed
Full Changelog: nats-io/nats.rs@async-nats/v0.44.0...async-nats/v0.44.1
v0.44.0Overview
A release that focuses on reorganization of types and improvement of extension traits for orbit
What's Changed
messagetypes by @Jarema in #1462Full Changelog: nats-io/nats.rs@async-nats/v0.43.1...async-nats/v0.44.0
rust-lang/futures-rs (futures)
v0.3.33Compare Source
ReadLine's soundness issue regarding to exception safety. (#3020)Sendimpl forIterPinRefandIter. (#3003)compat01as03implementation. (#3012)FuturesUnordered::IntoIter. (#3005)portable-atomic-allocfeature and use it inFuturesUnordered. (#3007)alloc::task::Wake. (#3010)spinto 0.12. (#3014)v0.3.32Compare Source
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)FuturesOrdered::clear(#2927)mpsc::*Receiver::recv(#2947)mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)FusedStreamforsink::With(#2948)no_stdsupport forshared(#2868)Mutex::new()const (#2956)#[clippy::has_significant_drop]to guards (#2967)pin-utils(#2929)num_cpus(#2946)jetify-com/devbox-install-action (jetify-com/devbox-install-action)
v0.15.0Compare Source
What's Changed
Full Changelog: jetify-com/devbox-install-action@v0.14.0...v0.15.0
k3d-io/k3d (k3d)
v5.9.0What's Changed
New Contributors
Full Changelog: k3d-io/k3d@v5.8.3...v5.9.0
kubernetes/kubectl (kubectl)
v1.34.2v1.34.1helm/helm (kubernetes-helm)
v3.20.2: Helm v3.20.2v3.20.2
Helm v3.20.2 is a security patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Security fixes
Chart.yamlname dot-segmentInstallation and Upgrading
Download Helm v3.20.2. The common platform binaries are here:
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
8fb76d6(George Jenkins)3a8927e(Terry Howe)v3.20.1: Helm v3.20.1Helm v3.20.1 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v3.20.1. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
a2369ca(dependabot[bot])90e1056(Pedro Tôrres)911f2e9(Pedro Tôrres)76dad33(Evans Mungai)45c12f7(Evans Mungai)26c6f19(Evans Mungai)09f5129(Evans Mungai)417deb2(Evans Mungai)5417bfa(Evans Mungai)v3.19.1: Helm v3.19.1Helm v3.19.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.1. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98Eand can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
4f953c2(dependabot[bot])6801f4d(Benoit Tigeot)2f619be(Benoit Tigeot)helm pulluntar dir check with repo urls8112d47(Luna Stadler)5dff7ce(Benoit Tigeot)2dad4d2(dependabot[bot])a833710(Reinhard Nägele)2e12c81(Dirk Müller)nats-io/natscli (natscli)
v0.4.0: Release 0.4.0Enhancements
nats server watch api requests--window-sizefor stream backupsnats server watch jsznatsvia Claude Code render help and general UI in Markdownnats authnats account infonats reqnats service requestcommandnats account infonats pub(NATS Server 2.14)nats consumer reset(NATS Server 2.14)Removals
nats server runcommandBug Fixes
pubandreqcommandspubandreqNew Contributors
Full Changelog: nats-io/natscli@v0.3.1...v0.4.0
v0.3.2: Release 0.3.2Updates
This release is identical to version
0.3.1but updates all dependencies for recent CVE disclosures.v0.3.1: Release 0.3.1Bug Fixes
servera required argument in server graphnats subis called with subjects and durable is setnats stream cpnats account infonats subgraph and report subjectsobj getnats benchnats c nextnats server passwordUXnats benchnats kv editStream statetoConsumer stateEnhancements
nats counter(Requires NATS Server 2.12)nats server report js -lnats subusing--terminate-at-endnats s purge--clusterfilter tonats audit gathernats bench--clusteroption tonats server cluster balanceand some safety warnings--seedflag tonats context--tls-cert-warnand--tls-cert-critflags toserver check server(Requires NATS Server 2.12.4)--multisubjectrandomizeflag tonats bench--randomizeflag tonats bench kv putNew Contributors
Full Changelog: nats-io/natscli@v0.3.0...v0.3.1
v0.3.0: Release 0.3.0Enhancements
nats server report downgrade(requires NATS Server 2.12)nats bench js pub(requires NATS Server 2.12)nats stream edit(requires NATS Server 2.12)nats subto usenats.go/jetstreamnats benchnats server watchby namesBug Fixes
nats pubnats.gouses correct timeoutnats benchrun if a disconnection happenednats rtttargets rather than errornats benchnats reqcommandnats benchstatisticsFull Changelog: nats-io/natscli@v0.2.4...v0.3.0
serde-rs/serde (serde)
v1.0.229Compare Source
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
serde-rs/json (serde_json)
[
v1.0.151](https://redirect.github.com/serde-rs/js