chore(deps): update all dependencies #1

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.100 -> 1.0.102
clap workspace.dependencies patch 4.5.54 -> 4.5.60
dagger-sdk workspace.dependencies minor 0.18.19 -> 0.20.0
tokio (source) workspace.dependencies minor 1.49.0 -> 1.50.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

clap-rs/clap (clap)

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
dagger/dagger (dagger-sdk)

v0.20.1

Compare Source

🔥 Breaking Changes
  • Improved git remote fetch performance by defaulting to --no-tags while preserving SHA fallback compatibility. This includes a behavior change: GitRef.tree() now excludes local .git tag refs by default (includeTags=false). Callers that need checkout-visible tags must opt in with GitRef.tree(includeTags: true) by @​grouville in https://github.com/dagger/dagger/pull/11909
Added
Changed
  • Service containers will now use docker HEALTHCHECK commands to determine when a service is ready. If no DockerHealthcheck is defined, then it will fallback to checking the ports defined with WithExposedPort() by @​alexcb in https://github.com/dagger/dagger/pull/11951
What to do next?

v0.20.0

Compare Source

Added
Fixed
What to do next?

v0.19.11

Compare Source

Added
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.10

Compare Source

Added
Fixed
What to do next?

v0.19.9

Compare Source

Added
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.8

Compare Source

Added
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.7

Compare Source

Added
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.6

Compare Source

Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.5

Compare Source

Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.4

Compare Source

Added
Fixed
Dependencies
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.3

Compare Source

Added
Fixed
Dependencies
What to do next?

v0.19.2

Compare Source

Fixed
What to do next?

v0.19.1

Compare Source

Added
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.0

Compare Source

🔥 Breaking Changes
Added
Fixed
What to do next?
tokio-rs/tokio (tokio)

v1.50.0: Tokio v1.50.0

Compare Source

1.50.0 (Mar 3rd, 2026)

Added
  • net: add TcpStream::set_zero_linger (#​7837)
  • rt: add is_rt_shutdown_err (#​7771)
Changed
  • io: add optimizer hint that memchr returns in-bounds pointer (#​7792)
  • io: implement vectored writes for write_buf (#​7871)
  • runtime: panic when event_interval is set to 0 (#​7838)
  • runtime: shorten default thread name to fit in Linux limit (#​7880)
  • signal: remember the result of SetConsoleCtrlHandler (#​7833)
  • signal: specialize windows Registry (#​7885)
Fixed
  • io: always cleanup AsyncFd registration list on deregister (#​7773)
  • macros: remove (most) local use declarations in tokio::select! (#​7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#​7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#​7834)
  • runtime: don't park in current_thread if before_park defers waker (#​7835)
  • io: fix write readiness on ESP32 on short writes (#​7872)
  • runtime: wake deferred tasks before entering block_in_place (#​7879)
  • sync: drop rx waker when oneshot receiver is dropped (#​7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#​7910, #​7918, #​7922)
Unstable
  • fs: check for io-uring opcode support (#​7815)
  • runtime: avoid lock acquisition after uring init (#​7850)
Documented
  • docs: update outdated unstable features section (#​7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#​7908)
  • io: explain how to flush stdout/stderr (#​7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#​7875)
  • rt: clarify the documentation of Runtime::spawn (#​7803)
  • rt: fix missing quotation in docs (#​7925)
  • runtime: correct the default thread name in docs (#​7896)
  • runtime: fix event_interval doc (#​7932)
  • sync: clarify RwLock fairness documentation (#​7919)
  • sync: clarify that recv returns None once closed and no more messages (#​7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#​7923)
  • task: doc that task drops before JoinHandle completion (#​7825)
  • signal: guarantee that listeners never return None (#​7869)
  • task: fix task module feature flags in docs (#​7891)
  • task: fix two typos (#​7913)
  • task: improve the docs of Builder::spawn_local (#​7828)
  • time: add docs about auto-advance and when to use sleep (#​7858)
  • util: fix typo in docs (#​7926)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.100` -> `1.0.102` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.54` -> `4.5.60` | | [dagger-sdk](https://github.com/dagger/dagger) | workspace.dependencies | minor | `0.18.19` -> `0.20.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.49.0` -> `1.50.0` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.102`](https://github.com/dtolnay/anyhow/releases/tag/1.0.102) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) - Remove backtrace dependency ([#&#8203;438](https://github.com/dtolnay/anyhow/issues/438), [#&#8203;439](https://github.com/dtolnay/anyhow/issues/439), [#&#8203;440](https://github.com/dtolnay/anyhow/issues/440), [#&#8203;441](https://github.com/dtolnay/anyhow/issues/441), [#&#8203;442](https://github.com/dtolnay/anyhow/issues/442)) ### [`v1.0.101`](https://github.com/dtolnay/anyhow/releases/tag/1.0.101) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.100...1.0.101) - Add #\[inline] to anyhow::Ok helper ([#&#8203;437](https://github.com/dtolnay/anyhow/issues/437), thanks [@&#8203;Ibitier](https://github.com/Ibitier)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.60`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4560---2026-02-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.59...v4.5.60) ##### Fixes - *(help)* Quote empty default values, possible values ### [`v4.5.59`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4559---2026-02-16) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.58...v4.5.59) ##### Fixes - `Command::ignore_errors` no longer masks help/version on subcommands ### [`v4.5.58`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4558---2026-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.57...v4.5.58) ### [`v4.5.57`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4557---2026-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.56...v4.5.57) ##### Fixes - Regression from 4.5.55 where having an argument with `.value_terminator("--")` caused problems with an argument with `.last(true)` ### [`v4.5.56`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4556---2026-01-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.55...v4.5.56) ##### Fixes - On conflict error, don't show conflicting arguments in the usage ### [`v4.5.55`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4555---2026-01-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.54...v4.5.55) ##### Fixes - Fix inconsistency in precedence between positionals with a `value_terminator("--")` and escapes (`--`) where `./foo -- bar` means the first arg is empty, rather than escaping future args </details> <details> <summary>dagger/dagger (dagger-sdk)</summary> ### [`v0.20.1`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0201---2026-03-05) [Compare Source](https://github.com/dagger/dagger/compare/v0.20.0...v0.20.1) ##### 🔥 Breaking Changes - Improved git remote fetch performance by defaulting to --no-tags while preserving SHA fallback compatibility. This includes a behavior change: `GitRef.tree()` now excludes local `.git` tag refs by default (`includeTags=false`). Callers that need checkout-visible tags must opt in with `GitRef.tree(includeTags: true)` by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11909 ##### Added - Added container.WithDockerHealthcheck to support publishing images with a dockerhub healthcheck by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11911 - drivers: add TLS driver for engine clients by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11916 ##### Changed - Service containers will now use docker HEALTHCHECK commands to determine when a service is ready. If no DockerHealthcheck is defined, then it will fallback to checking the ports defined with WithExposedPort() by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11951 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.20.0`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0200---2026-02-26) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.11...v0.20.0) ##### Added - Add support for individual gc settings in `engine local-cache prune` by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11830 - Add `--pretty=logs` - like `dots`, but without the dots by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11847 ##### Fixed - Fix git SSH socket not found errors when different clients use different SSH auth sock paths on the same repo by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11828 - Update internal bbolt db configuration to do less syncing and possibly avoid an upstream bug causing crashes by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11850 - Fix nullable function return types incorrectly being skipped for persistent cache by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11855 - Fix ONBUILD commands in Dockerfiles not being published when calling directory.dockerbuild().Publish() by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11901 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.11`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v01911---2026-02-05) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.10...v0.19.11) ##### Added - Merge multiple changesets using changeset.withChangset(other) or changeset.withChangesets(others...) by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11577 \ Multiple strategies are available in case of conflict, and uses git under the hood to merge the changesets. - Add dagger generate command by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11779 \ Functions can be marked as 'generate' (`// +generate` in Go, `@generate()` in typescript, `@generate` in python). Those functions must expose a Changeset. By marking them as generate functions means they will be available under the `dagger generate` command. This command will run all of them and merge the resulting changesets before to apply it. - Add Documentation for using LLM.withMCPServer by [@&#8203;sukso96100](https://github.com/sukso96100) in https://github.com/dagger/dagger/pull/11605 - Add liveness probe to helm chart by [@&#8203;vmaffet](https://github.com/vmaffet) in https://github.com/dagger/dagger/pull/11703 - Allow multiple versions of the same toolchain by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11697 - Add checks support to Java SDK by [@&#8203;henkhofs](https://github.com/henkhofs) in https://github.com/dagger/dagger/pull/11704 - Allow container address in default pragrams and customizations by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11714 - Support AWS secret manager and parameter store as secret providers by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11728 - Add support for `--mount=type=ssh` in Directory.dockerBuild by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11793 ##### Changed - Make engine logs more informative and less noisy by default by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11705 - Improve image pull/push performance by using igzip by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11709 - Improve parallelization of array results by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11764 - Allow exit codes >127 for ReturnType ANY and FAILURE by [@&#8203;nebojsaj1726](https://github.com/nebojsaj1726) in https://github.com/dagger/dagger/pull/11666 - Speed up module loading in large monorepos by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11799 - Use more external libraries rather than generated ones in Go SDK by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11708 ##### Fixed - Fix incorrect "conflict detected" errors during filesync of dirs containing .gitignore by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11748 - Fix parsing of module SSH URLs using non-default ports by [@&#8203;wvell](https://github.com/wvell) in https://github.com/dagger/dagger/pull/11628 - Fix support for kernels without legacy xtables (Linux 6.17+ and older ones with iptables disabled) by [@&#8203;shepherdjerred](https://github.com/shepherdjerred) + [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11731 - Fix TUI durations flickering between different values by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11749 - Fix case where disk full prevents client DB open by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11785 - Fix support for very old Linux kernels (pre v5.1) in container start by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11789 - Fix case where cache mounts become unmountable after restart by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11795 - Fix optional argument detection in generated client wrappers by [@&#8203;shykes](https://github.com/shykes) in https://github.com/dagger/dagger/commit/42b4e400d87a2822517b36bc75b0fc89766bb900 - Fix annotations with `from __future__ import annotations` by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11725 - Fix conflict on tsconfig.json when generating multiple TypeScript clients by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11654 - Fix CLI crash on armv6/7 hosts by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11801 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;shepherdjerred](https://github.com/shepherdjerred) - [@&#8203;wvell](https://github.com/wvell) - [@&#8203;sukso96100](https://github.com/sukso96100) - [@&#8203;henkhofs](https://github.com/henkhofs) - [@&#8203;nebojsaj1726](https://github.com/nebojsaj1726) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.10`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v01910---2026-01-14) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.9...v0.19.10) ##### Added - Improve memory usage of `dagger develop --recursive` when used with large number of modules by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11659 - Add shareProcessNamespace option to Helm chart for sidecar process access by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11680 ##### Fixed - Fix invalid mounts leftover after hard engine crash by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11673 - Fix file not found errors when same module concurrently invoked by different clients from different paths by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11625 - Fix regression resulting in "failed to authorize" errors during image pulls by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11667 - Fix regression resulting "no such file or directory" errors after use of WithName API by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11671 - Fix errors when using contextual GitRef arguments sourced from local dirs in combination with function caching by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11688 - Fix errors in some SDKs when invoking toolchain constructors by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11690 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.9`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0199---2026-01-07) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.8...v0.19.9) ##### Added - directory.Stat and container.Stat calls by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11403 - improve filesystem performance by reducing overlay fsync overhead by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11559 - improve changeset performance by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11580 - add Check.Source to return the module source where the check is defined by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11630 ##### Fixed - fix TypeScript cache setting type error by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11539 - Disable Git askpass prompts to prevent unexpected IDE credential dialogs (e.g., VS Code popups that appear even when credentials are already configured). Credentials still work via helpers or .netrc. For the rare case where no credentials are configured, Dagger now fails early with a clear error instead of triggering a subtle prompt that users sometimes miss by [@&#8203;sleiner-v](https://github.com/sleiner-v) in https://github.com/dagger/dagger/pull/11437 - fix invalid overlay mount creation race condition by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11545 - template in module name when initializing typescript modules by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11551 - fix incorrect file contents caching race condition bug by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11575 - allow use of git module sources in Java SDK by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11570 - improve determinism of generate Go code by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11579 - preserve shell exit codes in TUI mode by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11586 - ensure typescript SDK correctly uses lockfile in modules by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11592 - fix chained calls across different depths in progress output by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11596 - correct spelling in withAnnotation doc by [@&#8203;hugginsio](https://github.com/hugginsio) in https://github.com/dagger/dagger/pull/11598 - fix missing ignores of xattr copy failures by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11606 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;hugginsio](https://github.com/hugginsio) - [@&#8203;sleiner-v](https://github.com/sleiner-v) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.8`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0198---2025-12-04) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.7...v0.19.8) ##### Added - Optimize `WithDirectory` and `WithFile` to avoid copying file data on disk in more cases by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11497 \ These APIs now avoid copying data on disk in all cases except when an owner, permission or timestamp is modified as part of the operation. - Add support for host environment variable expansion in `.env` files by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11442 - Add VCS support for on-premises Azure DevOps by [@&#8203;nilune](https://github.com/nilune) in https://github.com/dagger/dagger/pull/11500 - Add ability to set app role mount path in Vault secret provider by [@&#8203;nilune](https://github.com/nilune) in https://github.com/dagger/dagger/pull/11471 - Add toolchain customization configuration by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11480 - Add configuration to ignore checks in a toolchain by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11489 - TypeScript SDK: Add live telemetry support by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11486 - TypeScript SDK: Add tracing for tests using `@otr/mocha-test` lib by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11508 - Add `File.AsJSON()` to simplify handling JSON file contents by [@&#8203;suprjinx](https://github.com/suprjinx) in https://github.com/dagger/dagger/pull/11408 ##### Changed - Go SDK: Make codegen deterministic by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11522 - Refactor cloud auth to handle both CLI and token flows by [@&#8203;marcosnils](https://github.com/marcosnils) in https://github.com/dagger/dagger/pull/11520 ##### Fixed - Fix caching of function errors within a single dagger session by [@&#8203;grouville](https://github.com/grouville) and [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11488 - Fix nested execs created by modules to not be module clients by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11458 - Fix module loading using content digest ID by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11491 - Fix stale sessions handling in dag-op filesync, resolving occasional "session not found" errors by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11448 - Fix env to always load value from correct parent client by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11459 - Bump modernc to pick up ctx cancel fix by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11492 - Fix incorrect function name in comment by [@&#8203;black5box](https://github.com/black5box) in https://github.com/dagger/dagger/pull/11428 - Fix panic in CI generate by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11483 - Disable 'reveal' by default in util/parallel by [@&#8203;shykes](https://github.com/shykes) in https://github.com/dagger/dagger/pull/11517 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;black5box](https://github.com/black5box) - [@&#8203;nilune](https://github.com/nilune) - [@&#8203;suprjinx](https://github.com/suprjinx) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.7`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0197---2025-11-20) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.6...v0.19.7) ##### Added - Make Dependencies() and GeneratedContextDirectory() accessible from the CurrentModule API by [@&#8203;chrisjpalmer](https://github.com/chrisjpalmer) in https://github.com/dagger/dagger/pull/11146 - Add `--eager-runtime` flag to `dagger functions` by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11413 - Add SDK runtime debug mode by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11349 ##### Fixed - Cache git.Remote() metadata in session cache by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11366 - Miscellaneous fixes in LLM() by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11370 - Fix issue where Directory.File() was not caching based on file content by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11329 - Disable caching for engine clients query by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11416 - Speed up local connect time to docker daemon by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11421 - Prefer DAGGER_CLOUD_TOKEN over OAuth for cloud engine provider by [@&#8203;marcosnils](https://github.com/marcosnils) in https://github.com/dagger/dagger/pull/11438 - Make error messages to users less verbose by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11434 - Improve performance during disk usage calculation by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11327 - Fixed rare panic during disk usage calculation by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11450 - Make LLM output less verbose when it's doing direct object function calls by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11435 - Fix "failed to add secret" errors when concurrently using a private git repo from multiple clients that each have a different auth token value by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11456 - TypeScript: Correctly resolve enum defaults in introspection to prevent unresolved warnings by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11319 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;chrisjpalmer](https://github.com/chrisjpalmer) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.6`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0196---2025-11-07) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.5...v0.19.6) ##### Fixed - Fix dagger develop --recursive to use correct dependency name even when top-level module has a custom name for the dependency by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11365 - Fix "failed to update rootfs: session not found" errors caused by incorrect use of stale client metadata by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11295 - fix panic in filesync telemetry by @&#8203; in https://github.com/dagger/dagger/pull/11371 ##### Contributors Special thanks to our external contributors this release! - @&#8203; - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.5`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0195---2025-11-05) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.4...v0.19.5) ##### Fixed - Significantly improve engine performance by reducing disk syncing and associated lock contention by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11336 - Fixed directory+file not found errors when using cached function calls with contextual arguments involved by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11350 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.4`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0194---2025-10-30) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.3...v0.19.4) ##### Added - Function cache control by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/10975 \ Function calls now have configurable caching behavior, including TTLs. Function calls with cached results can skip execution, which often significantly speeds up your workflows. Instructions and more details on the configuration options can be found in the [docs](https://docs.dagger.io/extending/function-caching). \ 🚨 Modules initialized before v0.19.4 [will need to explicitly opt-in to the new caching behavior](https://docs.dagger.io/extending/function-caching/#backwards-compatibility). - New `GitRepository.uncommited` API to get changeset of dirty changes in the working directory by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11241 - Add new `engine clients` API by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11308 ##### Fixed - Optimize numerous core APIs to be less CPU+memory intensive by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11320 ##### Dependencies - Update go to 1.25.3 by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11331 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;jedevc](https://github.com/jedevc) - [@&#8203;matipan](https://github.com/matipan) - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.3`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0193---2025-10-23) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.2...v0.19.3) ##### Added - allow modules to call their own functions through the engine (self calls) by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/10584 - Allow to raise errors using withError by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11222 \ This is for instance really useful from inside self-chainable blocks (using with) where an error can't be returned. - New `Changeset.isEmpty` API by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11237 ##### Fixed - Avoid error when calling `Directory.diff` on identical directories by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11268 ##### Dependencies - Upgrade to go 1.25.2 by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11220 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.2`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0192---2025-10-08) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.1...v0.19.2) ##### Fixed - Fixed engine crash when container sourced from private image was used with terminal or as a service (and was not already cached in the engine) by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11198 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.1`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v01911---2026-02-05) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.0...v0.19.1) ##### Added - Merge multiple changesets using changeset.withChangset(other) or changeset.withChangesets(others...) by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11577 \ Multiple strategies are available in case of conflict, and uses git under the hood to merge the changesets. - Add dagger generate command by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11779 \ Functions can be marked as 'generate' (`// +generate` in Go, `@generate()` in typescript, `@generate` in python). Those functions must expose a Changeset. By marking them as generate functions means they will be available under the `dagger generate` command. This command will run all of them and merge the resulting changesets before to apply it. - Add Documentation for using LLM.withMCPServer by [@&#8203;sukso96100](https://github.com/sukso96100) in https://github.com/dagger/dagger/pull/11605 - Add liveness probe to helm chart by [@&#8203;vmaffet](https://github.com/vmaffet) in https://github.com/dagger/dagger/pull/11703 - Allow multiple versions of the same toolchain by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11697 - Add checks support to Java SDK by [@&#8203;henkhofs](https://github.com/henkhofs) in https://github.com/dagger/dagger/pull/11704 - Allow container address in default pragrams and customizations by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11714 - Support AWS secret manager and parameter store as secret providers by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11728 - Add support for `--mount=type=ssh` in Directory.dockerBuild by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11793 ##### Changed - Make engine logs more informative and less noisy by default by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11705 - Improve image pull/push performance by using igzip by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11709 - Improve parallelization of array results by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11764 - Allow exit codes >127 for ReturnType ANY and FAILURE by [@&#8203;nebojsaj1726](https://github.com/nebojsaj1726) in https://github.com/dagger/dagger/pull/11666 - Speed up module loading in large monorepos by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11799 - Use more external libraries rather than generated ones in Go SDK by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11708 ##### Fixed - Fix incorrect "conflict detected" errors during filesync of dirs containing .gitignore by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11748 - Fix parsing of module SSH URLs using non-default ports by [@&#8203;wvell](https://github.com/wvell) in https://github.com/dagger/dagger/pull/11628 - Fix support for kernels without legacy xtables (Linux 6.17+ and older ones with iptables disabled) by [@&#8203;shepherdjerred](https://github.com/shepherdjerred) + [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11731 - Fix TUI durations flickering between different values by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11749 - Fix case where disk full prevents client DB open by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11785 - Fix support for very old Linux kernels (pre v5.1) in container start by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11789 - Fix case where cache mounts become unmountable after restart by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11795 - Fix optional argument detection in generated client wrappers by [@&#8203;shykes](https://github.com/shykes) in https://github.com/dagger/dagger/commit/42b4e400d87a2822517b36bc75b0fc89766bb900 - Fix annotations with `from __future__ import annotations` by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11725 - Fix conflict on tsconfig.json when generating multiple TypeScript clients by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11654 - Fix CLI crash on armv6/7 hosts by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11801 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;shepherdjerred](https://github.com/shepherdjerred) - [@&#8203;wvell](https://github.com/wvell) - [@&#8203;sukso96100](https://github.com/sukso96100) - [@&#8203;henkhofs](https://github.com/henkhofs) - [@&#8203;nebojsaj1726](https://github.com/nebojsaj1726) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.0`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0190---2025-09-30) [Compare Source](https://github.com/dagger/dagger/compare/v0.18.19...v0.19.0) ##### 🔥 Breaking Changes - `GitRepository.branch`/`GitRepository.tag`/`GitRepository.commit` now only accept valid branches/tags/commits by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11038 - `GitRepository`'s `withAuthToken` and `withAuthHeader` are now no-ops by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11032 \ Instead authentication should *only* be provided at the top-level `git` query, since it's now queried immediately. - Remove deprecated `Host.setSecretFile` method by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11115 \ Use the `file://` secret provider instead. - Remove `LocalCache.keepBytes` field by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11115 \ Instead use the more specific `LocalCache.reservedSpace`, which it was an alias for. - Removed deprecated `Container.build` API by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11118 \ Use `Directory.dockerBuild` instead. ##### Added - engine: support registry mirror configs on `engine.json` by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11040 ##### Fixed - Contextual git refs are correctly pinned by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11092 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.50.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.50.0): Tokio v1.50.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.49.0...tokio-1.50.0) ### 1.50.0 (Mar 3rd, 2026) ##### Added - net: add `TcpStream::set_zero_linger` ([#&#8203;7837]) - rt: add `is_rt_shutdown_err` ([#&#8203;7771]) ##### Changed - io: add optimizer hint that `memchr` returns in-bounds pointer ([#&#8203;7792]) - io: implement vectored writes for `write_buf` ([#&#8203;7871]) - runtime: panic when `event_interval` is set to 0 ([#&#8203;7838]) - runtime: shorten default thread name to fit in Linux limit ([#&#8203;7880]) - signal: remember the result of `SetConsoleCtrlHandler` ([#&#8203;7833]) - signal: specialize windows `Registry` ([#&#8203;7885]) ##### Fixed - io: always cleanup `AsyncFd` registration list on deregister ([#&#8203;7773]) - macros: remove (most) local `use` declarations in `tokio::select!` ([#&#8203;7929]) - net: fix `GET_BUF_SIZE` constant for `target_os = "android"` ([#&#8203;7889]) - runtime: avoid redundant unpark in current_thread scheduler ([#&#8203;7834]) - runtime: don't park in `current_thread` if `before_park` defers waker ([#&#8203;7835]) - io: fix write readiness on ESP32 on short writes ([#&#8203;7872]) - runtime: wake deferred tasks before entering `block_in_place` ([#&#8203;7879]) - sync: drop rx waker when oneshot receiver is dropped ([#&#8203;7886]) - runtime: fix double increment of `num_idle_threads` on shutdown ([#&#8203;7910], [#&#8203;7918], [#&#8203;7922]) ##### Unstable - fs: check for io-uring opcode support ([#&#8203;7815]) - runtime: avoid lock acquisition after uring init ([#&#8203;7850]) ##### Documented - docs: update outdated unstable features section ([#&#8203;7839]) - io: clarify the behavior of `AsyncWriteExt::shutdown()` ([#&#8203;7908]) - io: explain how to flush stdout/stderr ([#&#8203;7904]) - io: fix incorrect and confusing `AsyncWrite` documentation ([#&#8203;7875]) - rt: clarify the documentation of `Runtime::spawn` ([#&#8203;7803]) - rt: fix missing quotation in docs ([#&#8203;7925]) - runtime: correct the default thread name in docs ([#&#8203;7896]) - runtime: fix `event_interval` doc ([#&#8203;7932]) - sync: clarify RwLock fairness documentation ([#&#8203;7919]) - sync: clarify that `recv` returns `None` once closed and no more messages ([#&#8203;7920]) - task: clarify when to use `spawn_blocking` vs dedicated threads ([#&#8203;7923]) - task: doc that task drops before `JoinHandle` completion ([#&#8203;7825]) - signal: guarantee that listeners never return `None` ([#&#8203;7869]) - task: fix task module feature flags in docs ([#&#8203;7891]) - task: fix two typos ([#&#8203;7913]) - task: improve the docs of `Builder::spawn_local` ([#&#8203;7828]) - time: add docs about auto-advance and when to use sleep ([#&#8203;7858]) - util: fix typo in docs ([#&#8203;7926]) [#&#8203;7771]: https://github.com/tokio-rs/tokio/pull/7771 [#&#8203;7773]: https://github.com/tokio-rs/tokio/pull/7773 [#&#8203;7792]: https://github.com/tokio-rs/tokio/pull/7792 [#&#8203;7803]: https://github.com/tokio-rs/tokio/pull/7803 [#&#8203;7815]: https://github.com/tokio-rs/tokio/pull/7815 [#&#8203;7825]: https://github.com/tokio-rs/tokio/pull/7825 [#&#8203;7828]: https://github.com/tokio-rs/tokio/pull/7828 [#&#8203;7833]: https://github.com/tokio-rs/tokio/pull/7833 [#&#8203;7834]: https://github.com/tokio-rs/tokio/pull/7834 [#&#8203;7835]: https://github.com/tokio-rs/tokio/pull/7835 [#&#8203;7837]: https://github.com/tokio-rs/tokio/pull/7837 [#&#8203;7838]: https://github.com/tokio-rs/tokio/pull/7838 [#&#8203;7839]: https://github.com/tokio-rs/tokio/pull/7839 [#&#8203;7850]: https://github.com/tokio-rs/tokio/pull/7850 [#&#8203;7858]: https://github.com/tokio-rs/tokio/pull/7858 [#&#8203;7869]: https://github.com/tokio-rs/tokio/pull/7869 [#&#8203;7871]: https://github.com/tokio-rs/tokio/pull/7871 [#&#8203;7872]: https://github.com/tokio-rs/tokio/pull/7872 [#&#8203;7875]: https://github.com/tokio-rs/tokio/pull/7875 [#&#8203;7879]: https://github.com/tokio-rs/tokio/pull/7879 [#&#8203;7880]: https://github.com/tokio-rs/tokio/pull/7880 [#&#8203;7885]: https://github.com/tokio-rs/tokio/pull/7885 [#&#8203;7886]: https://github.com/tokio-rs/tokio/pull/7886 [#&#8203;7889]: https://github.com/tokio-rs/tokio/pull/7889 [#&#8203;7891]: https://github.com/tokio-rs/tokio/pull/7891 [#&#8203;7896]: https://github.com/tokio-rs/tokio/pull/7896 [#&#8203;7904]: https://github.com/tokio-rs/tokio/pull/7904 [#&#8203;7908]: https://github.com/tokio-rs/tokio/pull/7908 [#&#8203;7910]: https://github.com/tokio-rs/tokio/pull/7910 [#&#8203;7913]: https://github.com/tokio-rs/tokio/pull/7913 [#&#8203;7918]: https://github.com/tokio-rs/tokio/pull/7918 [#&#8203;7919]: https://github.com/tokio-rs/tokio/pull/7919 [#&#8203;7920]: https://github.com/tokio-rs/tokio/pull/7920 [#&#8203;7922]: https://github.com/tokio-rs/tokio/pull/7922 [#&#8203;7923]: https://github.com/tokio-rs/tokio/pull/7923 [#&#8203;7925]: https://github.com/tokio-rs/tokio/pull/7925 [#&#8203;7926]: https://github.com/tokio-rs/tokio/pull/7926 [#&#8203;7929]: https://github.com/tokio-rs/tokio/pull/7929 [#&#8203;7932]: https://github.com/tokio-rs/tokio/pull/7932 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-07-22 02:20:58 +02:00
fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
04fedeb0af
kjuulh force-pushed renovate/all from 04fedeb0af to f90d22b950 2025-11-13 02:44:33 +01:00 Compare
kjuulh force-pushed renovate/all from f90d22b950 to bae6dbdaa2 2025-11-13 05:13:37 +01:00 Compare
kjuulh force-pushed renovate/all from bae6dbdaa2 to 891927bcb6 2025-11-18 02:21:59 +01:00 Compare
kjuulh force-pushed renovate/all from 891927bcb6 to 1972151175 2025-11-18 05:21:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1972151175 to b405003289 2025-11-20 02:20:58 +01:00 Compare
kjuulh force-pushed renovate/all from b405003289 to 43cb78b10f 2025-11-20 05:20:42 +01:00 Compare
kjuulh force-pushed renovate/all from 43cb78b10f to d9f48b27bd 2025-11-29 05:21:08 +01:00 Compare
kjuulh force-pushed renovate/all from d9f48b27bd to 81ae23d5c7 2025-12-19 05:21:58 +01:00 Compare
kjuulh force-pushed renovate/all from 81ae23d5c7 to f609937ec0 2026-01-03 02:21:27 +01:00 Compare
kjuulh force-pushed renovate/all from f609937ec0 to 4c2917f582 2026-01-03 05:20:19 +01:00 Compare
kjuulh force-pushed renovate/all from 4c2917f582 to 5f8f54907f 2026-01-04 02:21:33 +01:00 Compare
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package dagger-sdk@0.18.19 --precise 0.20.1
    Updating crates.io index
error: failed to select a version for the requirement `dagger-sdk = "^0.18.19"`
candidate versions found which didn't match: 0.20.1
location searched: crates.io index
required by package `cuddle-ci v0.3.0 (https://git.kjuulh.io/kjuulh/dagger-components?branch=main#2ca918bc)`
    ... which satisfies git dependency `cuddle-ci` (locked to 0.3.0) of package `cuddle-go-lib-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-go-lib-plan/crates/cuddle-go-lib-plan)`

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package dagger-sdk@0.18.19 --precise 0.20.1 Updating crates.io index error: failed to select a version for the requirement `dagger-sdk = "^0.18.19"` candidate versions found which didn't match: 0.20.1 location searched: crates.io index required by package `cuddle-ci v0.3.0 (https://git.kjuulh.io/kjuulh/dagger-components?branch=main#2ca918bc)` ... which satisfies git dependency `cuddle-ci` (locked to 0.3.0) of package `cuddle-go-lib-plan v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle-go-lib-plan/crates/cuddle-go-lib-plan)` ```
kjuulh force-pushed renovate/all from 5f8f54907f to 625ef14bcd 2026-01-04 05:20:00 +01:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update rust crate dagger-sdk to 0.19.0 2026-01-08 02:21:19 +01:00
kjuulh force-pushed renovate/all from 625ef14bcd to 10c46dc377 2026-01-08 02:21:19 +01:00 Compare
kjuulh changed title from chore(deps): update rust crate dagger-sdk to 0.19.0 to chore(deps): update all dependencies 2026-01-28 02:23:17 +01:00
kjuulh force-pushed renovate/all from 10c46dc377 to 5c059e2daa 2026-02-27 02:22:27 +01:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/cuddle-go-lib-plan#1