fix(deps): update all dependencies #69

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

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.42 -> 0.4.44
clap workspace.dependencies minor 4.5.54 -> 4.6.0
dagger-sdk workspace.dependencies minor 0.18.19 -> 0.20.0
tokio (source) workspace.dependencies minor 1.49.0 -> 1.50.0
toml dependencies major 0.8.12 -> 1.0.0

Release Notes

chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed

v0.4.43: 0.4.43

Compare Source

What's Changed

clap-rs/clap (clap)

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

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)
toml-rs/toml (toml)

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.9.12

Compare Source

v0.9.11

Compare Source

v0.9.10

Compare Source

v0.9.9

Compare Source

v0.9.8

Compare Source

v0.9.7

Compare Source

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source


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 | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.42` -> `0.4.44` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | minor | `4.5.54` -> `4.6.0` | | [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` | | [toml](https://github.com/toml-rs/toml) | dependencies | major | `0.8.12` -> `1.0.0` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.44`](https://github.com/chronotope/chrono/releases/tag/v0.4.44): 0.4.44 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.43...v0.4.44) #### What's Changed - docs: match MSRV with `Cargo.toml` contents by [@&#8203;coryan](https://github.com/coryan) in https://github.com/chronotope/chrono/pull/1772 - Add track_caller to non-deprecated functions by [@&#8203;svix-jplatte](https://github.com/svix-jplatte) in https://github.com/chronotope/chrono/pull/1774 ### [`v0.4.43`](https://github.com/chronotope/chrono/releases/tag/v0.4.43): 0.4.43 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43) #### What's Changed - Install extra components for lint workflow by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1741 - Upgrade windows-bindgen to 0.64 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1742 - Improve windows-bindgen setup by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1744 - Drop stabilized feature doc_auto_cfg by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1745 - Faster RFC 3339 parsing by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1748 - Update windows-bindgen requirement from 0.64 to 0.65 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/chronotope/chrono/pull/1751 - add `NaiveDate::abs_diff` by [@&#8203;Kinrany](https://github.com/Kinrany) in https://github.com/chronotope/chrono/pull/1752 - Add feature gated defmt support. by [@&#8203;pebender](https://github.com/pebender) in https://github.com/chronotope/chrono/pull/1747 - Drop deny lints, eager Debug impls are a mixed blessing by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1753 - chore: minor improvement for docs by [@&#8203;spuradage](https://github.com/spuradage) in https://github.com/chronotope/chrono/pull/1756 - Added doctest for the NaiveDate years_since function by [@&#8203;LucasBou](https://github.com/LucasBou) in https://github.com/chronotope/chrono/pull/1755 - Prepare 0.4.43 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1765 - Update copyright year to 2026 in LICENSE.txt by [@&#8203;taozui472](https://github.com/taozui472) in https://github.com/chronotope/chrono/pull/1767 </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.6.0`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#460---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.61...v4.6.0) ##### Compatibility - Update MSRV to 1.85 ### [`v4.5.61`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4561---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.60...v4.5.61) ##### Internal - Update dependencies ### [`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> <details> <summary>toml-rs/toml (toml)</summary> ### [`v1.0.6`](https://github.com/toml-rs/toml/compare/toml-v1.0.5...toml-v1.0.6) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.5...toml-v1.0.6) ### [`v1.0.5`](https://github.com/toml-rs/toml/compare/toml-v1.0.4...toml-v1.0.5) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.4...toml-v1.0.5) ### [`v1.0.4`](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) ### [`v1.0.3`](https://github.com/toml-rs/toml/compare/toml-v1.0.2...toml-v1.0.3) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.2...toml-v1.0.3) ### [`v1.0.2`](https://github.com/toml-rs/toml/compare/toml-v1.0.1...toml-v1.0.2) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.1...toml-v1.0.2) ### [`v1.0.1`](https://github.com/toml-rs/toml/compare/toml-v1.0.0...toml-v1.0.1) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.0.0...toml-v1.0.1) ### [`v1.0.0`](https://github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0) ### [`v0.9.12`](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) ### [`v0.9.11`](https://github.com/toml-rs/toml/compare/toml-v0.9.10...toml-v0.9.11) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.10...toml-v0.9.11) ### [`v0.9.10`](https://github.com/toml-rs/toml/compare/toml-v0.9.9...toml-v0.9.10) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.9...toml-v0.9.10) ### [`v0.9.9`](https://github.com/toml-rs/toml/compare/toml-v0.9.8...toml-v0.9.9) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.8...toml-v0.9.9) ### [`v0.9.8`](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8) ### [`v0.9.7`](https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v0.9.7) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v0.9.7) ### [`v0.9.6`](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.6) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.6) ### [`v0.9.5`](https://github.com/toml-rs/toml/compare/toml-v0.9.4...toml-v0.9.5) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.4...toml-v0.9.5) ### [`v0.9.4`](https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4) ### [`v0.9.3`](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3) ### [`v0.9.2`](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2) ### [`v0.9.1`](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1) ### [`v0.9.0`](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-04 02:37:10 +01:00
chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
0a3667bf78
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-03-04 02:37:10 +01:00
kjuulh force-pushed renovate/all from 0a3667bf78 to 3cdde7ab4a 2025-03-25 23:50:45 +01:00 Compare
kjuulh force-pushed renovate/all from 3cdde7ab4a to e26990818a 2025-03-26 21:01:19 +01:00 Compare
kjuulh force-pushed renovate/all from e26990818a to 704b47d12c 2025-03-27 03:01:43 +01:00 Compare
kjuulh force-pushed renovate/all from 704b47d12c to e4f996572c 2025-04-02 02:23:41 +02:00 Compare
kjuulh force-pushed renovate/all from e4f996572c to d93f08e3f3 2025-04-05 02:20:32 +02:00 Compare
kjuulh force-pushed renovate/all from d93f08e3f3 to acc9c407a9 2025-04-15 02:24:14 +02:00 Compare
kjuulh force-pushed renovate/all from acc9c407a9 to fc06c9b024 2025-04-23 02:22:40 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-04-26 02:22:51 +02:00
kjuulh force-pushed renovate/all from fc06c9b024 to 218f41c443 2025-04-26 02:22:51 +02:00 Compare
kjuulh force-pushed renovate/all from 218f41c443 to d88effc1b6 2025-04-26 05:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from d88effc1b6 to 5e72dca282 2025-04-27 02:20:48 +02:00 Compare
kjuulh force-pushed renovate/all from 5e72dca282 to 0a6447ca19 2025-04-27 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from 0a6447ca19 to 8dc9ea8a0a 2025-04-28 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8dc9ea8a0a to 175d195512 2025-04-28 05:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from 175d195512 to 56b98c1970 2025-04-29 02:22:40 +02:00 Compare
kjuulh force-pushed renovate/all from 56b98c1970 to a1f1cddf63 2025-04-29 05:22:28 +02:00 Compare
kjuulh force-pushed renovate/all from a1f1cddf63 to 4ca0d402af 2025-04-30 02:23:07 +02:00 Compare
kjuulh force-pushed renovate/all from 4ca0d402af to 13bfc6eeca 2025-04-30 05:21:28 +02:00 Compare
kjuulh force-pushed renovate/all from 13bfc6eeca to 5014bfc9cd 2025-05-01 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 5014bfc9cd to ea70cef092 2025-05-01 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from ea70cef092 to fd835dc875 2025-05-02 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from fd835dc875 to 5bba4d6155 2025-05-02 05:21:12 +02:00 Compare
kjuulh force-pushed renovate/all from 5bba4d6155 to 22b4a0bd99 2025-05-03 02:23:17 +02:00 Compare
kjuulh force-pushed renovate/all from 22b4a0bd99 to 5413b0b989 2025-05-03 05:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from 5413b0b989 to 9ebf8d8d9f 2025-05-04 02:21:25 +02:00 Compare
kjuulh force-pushed renovate/all from 9ebf8d8d9f to ed9177e11f 2025-05-04 05:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from ed9177e11f to 2283b0b1d2 2025-05-05 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 2283b0b1d2 to 356a6499a4 2025-05-05 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from 356a6499a4 to 9908f4e459 2025-05-06 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 9908f4e459 to 6a9834253a 2025-05-06 05:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6a9834253a to 1570391225 2025-05-07 02:22:47 +02:00 Compare
kjuulh force-pushed renovate/all from 1570391225 to 8fb312140f 2025-05-07 05:22:18 +02:00 Compare
kjuulh force-pushed renovate/all from 8fb312140f to ce78e944a2 2025-05-08 02:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from ce78e944a2 to 0009a5d569 2025-05-08 05:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0009a5d569 to f7c51be48d 2025-05-09 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from f7c51be48d to fd21b3b68c 2025-05-09 05:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from fd21b3b68c to ba6c1e86b4 2025-05-10 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from ba6c1e86b4 to b341ce66de 2025-05-10 05:20:38 +02:00 Compare
kjuulh force-pushed renovate/all from b341ce66de to 6689ac7202 2025-05-11 02:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6689ac7202 to d50e6ae0e1 2025-05-11 05:21:51 +02:00 Compare
kjuulh force-pushed renovate/all from d50e6ae0e1 to a90b35c031 2025-05-12 02:22:56 +02:00 Compare
kjuulh force-pushed renovate/all from a90b35c031 to 5a82e1bc17 2025-05-12 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5a82e1bc17 to dfe1e941d4 2025-05-13 02:22:17 +02:00 Compare
kjuulh force-pushed renovate/all from dfe1e941d4 to ebcb6fbe18 2025-05-13 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from ebcb6fbe18 to edeec6c447 2025-05-14 02:20:54 +02:00 Compare
kjuulh force-pushed renovate/all from edeec6c447 to d2a3e6ce7f 2025-05-14 05:21:30 +02:00 Compare
kjuulh force-pushed renovate/all from d2a3e6ce7f to d982c41e18 2025-05-15 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from d982c41e18 to ad571f15b4 2025-05-15 05:20:01 +02:00 Compare
kjuulh force-pushed renovate/all from ad571f15b4 to 2012f43f27 2025-05-17 02:20:33 +02:00 Compare
kjuulh force-pushed renovate/all from 2012f43f27 to b46c2d8d3e 2025-05-17 05:20:40 +02:00 Compare
kjuulh force-pushed renovate/all from b46c2d8d3e to 776118eed0 2025-05-18 02:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from 776118eed0 to 7a92ef4282 2025-05-18 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from 7a92ef4282 to 16e905f2e7 2025-05-19 02:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 16e905f2e7 to 03d0445cfc 2025-05-19 05:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from 03d0445cfc to 02cbe5ecea 2025-05-20 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from 02cbe5ecea to d34f569c57 2025-05-20 05:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from d34f569c57 to c1d25534cd 2025-05-21 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from c1d25534cd to bd56187527 2025-05-21 05:19:52 +02:00 Compare
kjuulh force-pushed renovate/all from bd56187527 to 96a02f3945 2025-05-22 02:22:13 +02:00 Compare
kjuulh force-pushed renovate/all from 96a02f3945 to 2719cb8714 2025-05-22 05:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 2719cb8714 to 1b4f870032 2025-05-23 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 1b4f870032 to 305453e736 2025-05-23 05:21:24 +02:00 Compare
kjuulh force-pushed renovate/all from 305453e736 to 078185df04 2025-05-24 02:22:23 +02:00 Compare
kjuulh force-pushed renovate/all from 078185df04 to 860a951c90 2025-05-24 05:21:12 +02:00 Compare
kjuulh force-pushed renovate/all from 860a951c90 to b4eff8d1c5 2025-05-25 02:21:49 +02:00 Compare
kjuulh force-pushed renovate/all from b4eff8d1c5 to 9d93c98e00 2025-05-25 05:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 9d93c98e00 to 887e587afe 2025-05-26 02:21:32 +02:00 Compare
kjuulh force-pushed renovate/all from 887e587afe to 135e2abfcb 2025-05-26 05:21:07 +02:00 Compare
kjuulh force-pushed renovate/all from 135e2abfcb to 9343300c34 2025-05-27 02:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 9343300c34 to 152c078528 2025-05-27 05:20:28 +02:00 Compare
kjuulh force-pushed renovate/all from 152c078528 to c18a300135 2025-05-28 02:23:26 +02:00 Compare
kjuulh force-pushed renovate/all from c18a300135 to 8c049ce83f 2025-05-28 05:20:54 +02:00 Compare
kjuulh force-pushed renovate/all from 8c049ce83f to 52887d9123 2025-05-29 02:21:22 +02:00 Compare
kjuulh force-pushed renovate/all from 52887d9123 to 88e8e94cfa 2025-05-29 05:20:13 +02:00 Compare
kjuulh force-pushed renovate/all from 88e8e94cfa to d769441962 2025-05-30 02:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from d769441962 to 8e246e2a1d 2025-05-30 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 8e246e2a1d to f7db60a0e7 2025-05-31 02:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from f7db60a0e7 to 4895b5395d 2025-05-31 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 4895b5395d to efaf7a4fe7 2025-06-01 02:21:18 +02:00 Compare
kjuulh force-pushed renovate/all from efaf7a4fe7 to b7feb3c1bf 2025-06-01 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from b7feb3c1bf to 93c8c3eac5 2025-06-02 02:21:28 +02:00 Compare
kjuulh force-pushed renovate/all from 93c8c3eac5 to cb949cbb1e 2025-06-02 05:20:57 +02:00 Compare
kjuulh force-pushed renovate/all from cb949cbb1e to b9bc72707e 2025-06-03 02:21:10 +02:00 Compare
kjuulh force-pushed renovate/all from b9bc72707e to 7561a2fd4a 2025-06-03 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 7561a2fd4a to eedf1264e5 2025-06-04 02:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from eedf1264e5 to 68441af163 2025-06-04 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from 68441af163 to 6596884dca 2025-06-05 02:22:20 +02:00 Compare
kjuulh force-pushed renovate/all from 6596884dca to e85ae1f477 2025-06-05 05:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from e85ae1f477 to 3802323f23 2025-06-06 02:22:02 +02:00 Compare
kjuulh force-pushed renovate/all from 3802323f23 to 450938fc41 2025-06-06 05:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 450938fc41 to 9d7cca0178 2025-06-07 02:21:44 +02:00 Compare
kjuulh force-pushed renovate/all from 9d7cca0178 to 734382d2bf 2025-06-07 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 734382d2bf to 9fdb61d56b 2025-06-08 02:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 9fdb61d56b to 410552ed67 2025-06-08 05:21:38 +02:00 Compare
kjuulh force-pushed renovate/all from 410552ed67 to d6e0eac3cd 2025-06-09 02:22:46 +02:00 Compare
kjuulh force-pushed renovate/all from d6e0eac3cd to 911b62536e 2025-06-09 05:21:34 +02:00 Compare
kjuulh force-pushed renovate/all from 911b62536e to 2db9093776 2025-06-10 02:24:22 +02:00 Compare
kjuulh force-pushed renovate/all from 2db9093776 to e833b231b8 2025-06-10 05:22:38 +02:00 Compare
kjuulh force-pushed renovate/all from e833b231b8 to c2cc8d69d3 2025-06-11 02:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from c2cc8d69d3 to 205933cb61 2025-06-11 05:22:05 +02:00 Compare
kjuulh force-pushed renovate/all from 205933cb61 to 0d58749a61 2025-06-12 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 0d58749a61 to 7ca55ca9e3 2025-06-12 05:21:22 +02:00 Compare
kjuulh force-pushed renovate/all from 7ca55ca9e3 to bedd675160 2025-06-13 02:22:40 +02:00 Compare
kjuulh force-pushed renovate/all from bedd675160 to 5090c1af69 2025-06-13 05:21:56 +02:00 Compare
kjuulh force-pushed renovate/all from 5090c1af69 to e8080bfc65 2025-06-18 02:21:37 +02:00 Compare
kjuulh force-pushed renovate/all from e8080bfc65 to 34a18d74ae 2025-06-18 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from 34a18d74ae to f61530f41d 2025-06-19 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from f61530f41d to 16683588f7 2025-06-19 05:20:59 +02:00 Compare
kjuulh force-pushed renovate/all from 16683588f7 to 760414aaf8 2025-06-20 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 760414aaf8 to 3bad2b16ab 2025-06-20 05:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3bad2b16ab to 6b6273eea6 2025-06-21 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 6b6273eea6 to b9b346d62f 2025-06-21 05:20:21 +02:00 Compare
kjuulh force-pushed renovate/all from b9b346d62f to 6951f4eeda 2025-06-22 02:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 6951f4eeda to 0de76f60e5 2025-06-22 05:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 0de76f60e5 to ee086896c2 2025-06-23 02:20:55 +02:00 Compare
kjuulh force-pushed renovate/all from ee086896c2 to bacb0a6c67 2025-06-23 05:20:39 +02:00 Compare
kjuulh force-pushed renovate/all from bacb0a6c67 to c9f2d9caad 2025-06-24 02:21:14 +02:00 Compare
kjuulh force-pushed renovate/all from c9f2d9caad to 3e42c02158 2025-06-24 05:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from 3e42c02158 to 3ddee2e210 2025-06-25 02:21:47 +02:00 Compare
kjuulh force-pushed renovate/all from 3ddee2e210 to 5936f7663c 2025-06-25 05:21:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5936f7663c to 01afefb3cc 2025-06-26 02:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 01afefb3cc to f37a63ed1d 2025-06-26 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from f37a63ed1d to 7a682139e9 2025-06-27 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7a682139e9 to afb11b196e 2025-06-27 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from afb11b196e to ac500cfed3 2025-06-28 02:21:50 +02:00 Compare
kjuulh force-pushed renovate/all from ac500cfed3 to ad2ef01830 2025-06-28 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from ad2ef01830 to 1b34afe884 2025-06-29 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 1b34afe884 to 7652a48f34 2025-06-29 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from 7652a48f34 to 3584ca52f5 2025-06-30 02:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3584ca52f5 to 5b60f6afb2 2025-06-30 05:21:05 +02:00 Compare
kjuulh force-pushed renovate/all from 5b60f6afb2 to f20d981d31 2025-07-01 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from f20d981d31 to b073f4586e 2025-07-01 05:22:20 +02:00 Compare
kjuulh force-pushed renovate/all from b073f4586e to f2d94690aa 2025-07-02 02:28:32 +02:00 Compare
kjuulh force-pushed renovate/all from f2d94690aa to c951301190 2025-07-02 05:23:10 +02:00 Compare
kjuulh force-pushed renovate/all from c951301190 to c77a5a1c18 2025-07-03 02:22:39 +02:00 Compare
kjuulh force-pushed renovate/all from c77a5a1c18 to e22ac0e43d 2025-07-03 05:22:28 +02:00 Compare
kjuulh force-pushed renovate/all from e22ac0e43d to 8162c49745 2025-07-04 02:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 8162c49745 to 7112c01a9b 2025-07-04 05:21:02 +02:00 Compare
kjuulh force-pushed renovate/all from 7112c01a9b to 7f9bbfac45 2025-07-05 02:26:50 +02:00 Compare
kjuulh force-pushed renovate/all from 7f9bbfac45 to 31906f65c0 2025-07-05 05:22:18 +02:00 Compare
kjuulh force-pushed renovate/all from 31906f65c0 to 698e579e14 2025-07-06 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 698e579e14 to 3cfc8fdcbd 2025-07-06 05:21:33 +02:00 Compare
kjuulh force-pushed renovate/all from 3cfc8fdcbd to a87699200d 2025-07-07 02:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from a87699200d to 9b256259d6 2025-07-07 05:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from 9b256259d6 to af23e5f061 2025-07-08 02:21:33 +02:00 Compare
kjuulh force-pushed renovate/all from af23e5f061 to aad09b64c6 2025-07-08 05:21:34 +02:00 Compare
kjuulh force-pushed renovate/all from aad09b64c6 to 2321c26dbb 2025-07-09 02:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 2321c26dbb to 1986db4f00 2025-07-09 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from 1986db4f00 to fbfa60dd03 2025-07-10 02:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from fbfa60dd03 to 76bd0ae974 2025-07-10 05:22:17 +02:00 Compare
kjuulh force-pushed renovate/all from 76bd0ae974 to 9ced5c5e64 2025-07-11 02:23:31 +02:00 Compare
kjuulh force-pushed renovate/all from 9ced5c5e64 to 2b772ba693 2025-07-11 05:23:18 +02:00 Compare
kjuulh force-pushed renovate/all from 2b772ba693 to 4902b0ccd9 2025-07-12 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4902b0ccd9 to 7f39d5f14d 2025-07-12 05:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from 7f39d5f14d to 317083fe49 2025-07-13 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 317083fe49 to 523c2381af 2025-07-13 05:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from 523c2381af to 7041c1cbaa 2025-07-14 02:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from 7041c1cbaa to bd0f0ca924 2025-07-14 05:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from bd0f0ca924 to 21b25a2006 2025-07-15 02:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from 21b25a2006 to 546ce00528 2025-07-15 05:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 546ce00528 to d563e0b265 2025-07-16 02:23:48 +02:00 Compare
kjuulh force-pushed renovate/all from d563e0b265 to 10e5ff2ccc 2025-07-16 05:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from 10e5ff2ccc to b59fc92e00 2025-07-17 02:22:50 +02:00 Compare
kjuulh force-pushed renovate/all from b59fc92e00 to 76158f3d7b 2025-07-17 05:21:56 +02:00 Compare
kjuulh force-pushed renovate/all from 76158f3d7b to 403840e723 2025-07-18 02:22:30 +02:00 Compare
kjuulh force-pushed renovate/all from 403840e723 to 0eb3835abf 2025-07-18 05:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 0eb3835abf to b1b6e4dd0d 2025-07-19 02:22:37 +02:00 Compare
kjuulh force-pushed renovate/all from b1b6e4dd0d to 88bb712756 2025-07-19 05:22:21 +02:00 Compare
kjuulh force-pushed renovate/all from 88bb712756 to 7852333602 2025-07-20 02:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 7852333602 to e55b21c811 2025-07-20 05:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from e55b21c811 to f8664cc369 2025-07-21 02:22:08 +02:00 Compare
kjuulh force-pushed renovate/all from f8664cc369 to 2d8ee707ed 2025-07-21 05:22:06 +02:00 Compare
kjuulh changed title from fix(deps): update all dependencies to fix(deps): update rust crate toml to 0.9.0 2025-07-22 02:23:36 +02:00
kjuulh force-pushed renovate/all from 2d8ee707ed to 4b55aaaf12 2025-07-22 02:23:38 +02:00 Compare
kjuulh changed title from fix(deps): update rust crate toml to 0.9.0 to fix(deps): update all dependencies 2025-11-13 02:49:15 +01:00
kjuulh force-pushed renovate/all from 4b55aaaf12 to 10fb0c2cde 2025-11-13 02:49:16 +01:00 Compare
kjuulh force-pushed renovate/all from 10fb0c2cde to 2906ad2813 2025-11-18 02:25:21 +01:00 Compare
kjuulh force-pushed renovate/all from 2906ad2813 to 4b129ed13c 2025-11-18 05:25:05 +01:00 Compare
kjuulh force-pushed renovate/all from 4b129ed13c to ed3821f203 2025-11-20 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from ed3821f203 to 066a365b7d 2025-11-20 05:24:05 +01:00 Compare
kjuulh force-pushed renovate/all from 066a365b7d to 8a43f4dfb8 2025-12-23 02:25:11 +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 crates/cuddle-ci/Cargo.toml --package toml@0.8.23 --precise 1.0.6
error: package ID specification `toml@0.8.23` did not match any packages
help: there are similar package ID specifications:

  toml@1.0.6+spec-1.1.0

### ⚠️ 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 crates/cuddle-ci/Cargo.toml --package toml@0.8.23 --precise 1.0.6 error: package ID specification `toml@0.8.23` did not match any packages help: there are similar package ID specifications: toml@1.0.6+spec-1.1.0 ```
kjuulh force-pushed renovate/all from 8a43f4dfb8 to b99d179c25 2025-12-23 05:24:07 +01:00 Compare
kjuulh force-pushed renovate/all from b99d179c25 to 7149908841 2025-12-24 02:24:42 +01:00 Compare
kjuulh force-pushed renovate/all from 7149908841 to a44ecfb2fe 2025-12-24 05:23:48 +01:00 Compare
kjuulh force-pushed renovate/all from a44ecfb2fe to 03abd2249f 2025-12-25 02:24:15 +01:00 Compare
kjuulh force-pushed renovate/all from 03abd2249f to 9f6ec0fc52 2025-12-25 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 9f6ec0fc52 to 3240378c9b 2025-12-26 02:23:42 +01:00 Compare
kjuulh force-pushed renovate/all from 3240378c9b to 86032d9f32 2025-12-26 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 86032d9f32 to 56d3ca7995 2025-12-27 02:24:09 +01:00 Compare
kjuulh force-pushed renovate/all from 56d3ca7995 to b0d820b67a 2025-12-27 05:23:39 +01:00 Compare
kjuulh force-pushed renovate/all from b0d820b67a to 71fdb502bf 2025-12-28 02:24:31 +01:00 Compare
kjuulh force-pushed renovate/all from 71fdb502bf to 2e47284f41 2025-12-28 05:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from 2e47284f41 to 15af4005ad 2025-12-29 02:24:41 +01:00 Compare
kjuulh force-pushed renovate/all from 15af4005ad to 288979eb93 2025-12-29 05:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from 288979eb93 to f1bd8f00f9 2025-12-30 02:24:29 +01:00 Compare
kjuulh force-pushed renovate/all from f1bd8f00f9 to 9f539c3194 2025-12-30 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 9f539c3194 to c3134cf1db 2025-12-31 02:24:57 +01:00 Compare
kjuulh force-pushed renovate/all from c3134cf1db to 71eddb7b86 2025-12-31 05:24:14 +01:00 Compare
kjuulh force-pushed renovate/all from 71eddb7b86 to e343a09363 2026-01-01 02:24:30 +01:00 Compare
kjuulh force-pushed renovate/all from e343a09363 to ffe27ff549 2026-01-01 05:24:00 +01:00 Compare
kjuulh force-pushed renovate/all from ffe27ff549 to f2a85d0880 2026-01-02 02:24:52 +01:00 Compare
kjuulh force-pushed renovate/all from f2a85d0880 to f8b074dff0 2026-01-02 05:23:18 +01:00 Compare
kjuulh force-pushed renovate/all from f8b074dff0 to b3e9902093 2026-01-03 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from b3e9902093 to 390a784ea4 2026-01-03 05:22:51 +01:00 Compare
kjuulh force-pushed renovate/all from 390a784ea4 to 5b84a52088 2026-01-04 02:24:30 +01:00 Compare
kjuulh force-pushed renovate/all from 5b84a52088 to 1fdf7d6ec9 2026-01-04 05:22:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1fdf7d6ec9 to f6648fec0a 2026-01-05 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from f6648fec0a to 01c1e9208a 2026-01-05 05:22:59 +01:00 Compare
kjuulh force-pushed renovate/all from 01c1e9208a to 2089a98576 2026-01-06 02:24:21 +01:00 Compare
kjuulh force-pushed renovate/all from 2089a98576 to f206b83ef1 2026-01-06 05:23:15 +01:00 Compare
kjuulh force-pushed renovate/all from f206b83ef1 to d613ff6bf7 2026-01-07 02:24:35 +01:00 Compare
kjuulh force-pushed renovate/all from d613ff6bf7 to 1c128cddf7 2026-01-07 05:22:37 +01:00 Compare
kjuulh force-pushed renovate/all from 1c128cddf7 to f8d9e0e7b1 2026-01-08 02:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from f8d9e0e7b1 to 4ea52e2498 2026-01-15 02:24:33 +01:00 Compare
kjuulh force-pushed renovate/all from 4ea52e2498 to 5432d97f1e 2026-01-15 05:23:07 +01:00 Compare
kjuulh force-pushed renovate/all from 5432d97f1e to 2d256d2ba6 2026-01-16 02:24:02 +01:00 Compare
kjuulh force-pushed renovate/all from 2d256d2ba6 to 66e7dbbb72 2026-01-16 05:22:22 +01:00 Compare
kjuulh force-pushed renovate/all from 66e7dbbb72 to 114f44f23b 2026-01-17 02:23:06 +01:00 Compare
kjuulh force-pushed renovate/all from 114f44f23b to 0eddea0382 2026-01-17 05:22:44 +01:00 Compare
kjuulh force-pushed renovate/all from 0eddea0382 to 4a2e0de0e0 2026-01-18 02:22:35 +01:00 Compare
kjuulh force-pushed renovate/all from 4a2e0de0e0 to b5e942c9c0 2026-01-18 05:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from b5e942c9c0 to ec9e0d1b3d 2026-01-19 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from ec9e0d1b3d to 4dc0541a56 2026-01-19 05:23:01 +01:00 Compare
kjuulh force-pushed renovate/all from 4dc0541a56 to 57b4fdace0 2026-01-20 02:23:20 +01:00 Compare
kjuulh force-pushed renovate/all from 57b4fdace0 to c77699159d 2026-01-20 05:23:27 +01:00 Compare
kjuulh force-pushed renovate/all from c77699159d to bd26165171 2026-01-21 02:26:34 +01:00 Compare
kjuulh force-pushed renovate/all from bd26165171 to c53e9c7c9b 2026-01-21 05:22:46 +01:00 Compare
kjuulh force-pushed renovate/all from c53e9c7c9b to 232cd195cd 2026-01-22 02:24:47 +01:00 Compare
kjuulh force-pushed renovate/all from 232cd195cd to 4306a7473a 2026-01-22 05:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from 4306a7473a to b5b0afb27b 2026-01-23 02:23:54 +01:00 Compare
kjuulh force-pushed renovate/all from b5b0afb27b to 63fe5a07ba 2026-01-23 05:22:55 +01:00 Compare
kjuulh force-pushed renovate/all from 63fe5a07ba to b91a443401 2026-01-24 02:24:12 +01:00 Compare
kjuulh force-pushed renovate/all from b91a443401 to b02862e9f1 2026-01-24 05:23:30 +01:00 Compare
kjuulh force-pushed renovate/all from b02862e9f1 to a501b55e4e 2026-01-25 02:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from a501b55e4e to b0a721fb37 2026-01-25 05:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from b0a721fb37 to beb762d453 2026-01-26 02:23:53 +01:00 Compare
kjuulh force-pushed renovate/all from beb762d453 to 92ff1fd49b 2026-01-26 05:22:43 +01:00 Compare
kjuulh force-pushed renovate/all from 92ff1fd49b to b1a1c2594f 2026-01-27 02:24:11 +01:00 Compare
kjuulh force-pushed renovate/all from b1a1c2594f to a5fe5a52d7 2026-01-27 05:22:43 +01:00 Compare
kjuulh force-pushed renovate/all from a5fe5a52d7 to c61e9e8e25 2026-01-28 02:26:10 +01:00 Compare
kjuulh force-pushed renovate/all from c61e9e8e25 to f6486c8717 2026-01-28 05:24:20 +01:00 Compare
kjuulh force-pushed renovate/all from f6486c8717 to 6d4878b838 2026-01-29 02:24:35 +01:00 Compare
kjuulh force-pushed renovate/all from 6d4878b838 to 375987f187 2026-01-29 05:23:12 +01:00 Compare
kjuulh force-pushed renovate/all from 375987f187 to 7554e8b956 2026-01-30 02:24:50 +01:00 Compare
kjuulh force-pushed renovate/all from 7554e8b956 to 7ce9ab6148 2026-01-30 05:24:26 +01:00 Compare
kjuulh force-pushed renovate/all from 7ce9ab6148 to 65a3ad0b99 2026-01-31 02:23:56 +01:00 Compare
kjuulh force-pushed renovate/all from 65a3ad0b99 to aa731c4628 2026-01-31 05:23:12 +01:00 Compare
kjuulh force-pushed renovate/all from aa731c4628 to a717ab462f 2026-02-01 02:23:17 +01:00 Compare
kjuulh force-pushed renovate/all from a717ab462f to 0e64a84d0f 2026-02-01 05:22:40 +01:00 Compare
kjuulh force-pushed renovate/all from 0e64a84d0f to 973fb2d1b8 2026-02-02 02:24:12 +01:00 Compare
kjuulh force-pushed renovate/all from 973fb2d1b8 to 381d643481 2026-02-02 05:23:42 +01:00 Compare
kjuulh force-pushed renovate/all from 381d643481 to 5c8d725a86 2026-02-03 02:23:56 +01:00 Compare
kjuulh force-pushed renovate/all from 5c8d725a86 to 45b2243a5b 2026-02-03 05:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from 45b2243a5b to 43b3c5ffea 2026-02-04 02:24:37 +01:00 Compare
kjuulh force-pushed renovate/all from 43b3c5ffea to a6060de44e 2026-02-04 05:23:21 +01:00 Compare
kjuulh force-pushed renovate/all from a6060de44e to a0ea281264 2026-02-05 02:26:08 +01:00 Compare
kjuulh force-pushed renovate/all from a0ea281264 to 8b6c08f43b 2026-02-05 05:23:40 +01:00 Compare
kjuulh force-pushed renovate/all from 8b6c08f43b to a18ec220ff 2026-02-06 02:26:23 +01:00 Compare
kjuulh force-pushed renovate/all from a18ec220ff to bdaade46f1 2026-02-06 05:24:10 +01:00 Compare
kjuulh force-pushed renovate/all from bdaade46f1 to 084bb6adbf 2026-02-07 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from 084bb6adbf to a2a19d57bd 2026-02-07 05:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from a2a19d57bd to de49864b74 2026-02-08 02:23:15 +01:00 Compare
kjuulh force-pushed renovate/all from de49864b74 to 8fc21f5b4d 2026-02-08 05:23:28 +01:00 Compare
kjuulh force-pushed renovate/all from 8fc21f5b4d to 2ad4dd3530 2026-02-09 02:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from 2ad4dd3530 to ebbace15ec 2026-02-09 05:23:24 +01:00 Compare
kjuulh force-pushed renovate/all from ebbace15ec to 540c85f64d 2026-02-10 02:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from 540c85f64d to 016a9064a2 2026-02-10 05:23:18 +01:00 Compare
kjuulh force-pushed renovate/all from 016a9064a2 to 1e09ce0f9b 2026-02-11 02:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 1e09ce0f9b to 000364c5c1 2026-02-11 05:23:46 +01:00 Compare
kjuulh force-pushed renovate/all from 000364c5c1 to 85563c329d 2026-02-12 02:26:07 +01:00 Compare
kjuulh force-pushed renovate/all from 85563c329d to b4317a3c2e 2026-02-12 05:24:31 +01:00 Compare
kjuulh force-pushed renovate/all from b4317a3c2e to 2a4e687b56 2026-02-13 02:27:01 +01:00 Compare
kjuulh force-pushed renovate/all from 2a4e687b56 to f6fb94f60d 2026-02-13 05:23:37 +01:00 Compare
kjuulh force-pushed renovate/all from f6fb94f60d to ec67142204 2026-02-14 02:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from ec67142204 to 8387f47434 2026-02-14 05:23:15 +01:00 Compare
kjuulh force-pushed renovate/all from 8387f47434 to 1239bc63d0 2026-02-15 02:22:52 +01:00 Compare
kjuulh force-pushed renovate/all from 1239bc63d0 to d3190960e8 2026-02-15 05:23:39 +01:00 Compare
kjuulh force-pushed renovate/all from d3190960e8 to 67a58c9482 2026-02-16 02:23:30 +01:00 Compare
kjuulh force-pushed renovate/all from 67a58c9482 to df0ff56e8d 2026-02-16 05:23:39 +01:00 Compare
kjuulh force-pushed renovate/all from df0ff56e8d to b34e950b02 2026-02-17 02:24:21 +01:00 Compare
kjuulh force-pushed renovate/all from b34e950b02 to 7447383147 2026-02-17 05:24:13 +01:00 Compare
kjuulh force-pushed renovate/all from 7447383147 to f9db0b7801 2026-02-18 02:25:38 +01:00 Compare
kjuulh force-pushed renovate/all from f9db0b7801 to eb2f20f607 2026-02-18 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from eb2f20f607 to de4b6d8280 2026-02-19 02:23:30 +01:00 Compare
kjuulh force-pushed renovate/all from de4b6d8280 to 21face355b 2026-02-19 05:23:23 +01:00 Compare
kjuulh force-pushed renovate/all from 21face355b to 2c9c95392c 2026-02-20 02:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from 2c9c95392c to 58a6aa6461 2026-02-20 05:24:57 +01:00 Compare
kjuulh force-pushed renovate/all from 58a6aa6461 to a5c8d1e3a3 2026-02-21 02:23:49 +01:00 Compare
kjuulh force-pushed renovate/all from a5c8d1e3a3 to 2294125f2a 2026-02-21 05:24:40 +01:00 Compare
kjuulh force-pushed renovate/all from 2294125f2a to b3bce11b10 2026-02-22 02:24:08 +01:00 Compare
kjuulh force-pushed renovate/all from b3bce11b10 to fce3461ae3 2026-02-22 05:23:53 +01:00 Compare
kjuulh force-pushed renovate/all from fce3461ae3 to f2c6061fbc 2026-02-23 02:23:51 +01:00 Compare
kjuulh force-pushed renovate/all from f2c6061fbc to 2d7e9440c2 2026-02-23 05:23:01 +01:00 Compare
kjuulh force-pushed renovate/all from 2d7e9440c2 to ebfb2e9bc7 2026-02-24 02:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from ebfb2e9bc7 to 197eeab009 2026-02-24 05:23:36 +01:00 Compare
kjuulh force-pushed renovate/all from 197eeab009 to 017c5c9cba 2026-02-25 02:24:58 +01:00 Compare
kjuulh force-pushed renovate/all from 017c5c9cba to 2d6653fb2b 2026-02-25 05:23:47 +01:00 Compare
kjuulh force-pushed renovate/all from 2d6653fb2b to 8fc0bebbdc 2026-02-26 02:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from 8fc0bebbdc to 12f91d2a64 2026-02-26 05:24:06 +01:00 Compare
kjuulh force-pushed renovate/all from 12f91d2a64 to 1d2338bda4 2026-02-27 02:25:49 +01:00 Compare
kjuulh force-pushed renovate/all from 1d2338bda4 to 3b22e16146 2026-02-27 05:29:24 +01:00 Compare
kjuulh force-pushed renovate/all from 3b22e16146 to 50572cb809 2026-02-28 02:24:45 +01:00 Compare
kjuulh force-pushed renovate/all from 50572cb809 to c88e12b252 2026-02-28 05:24:08 +01:00 Compare
kjuulh force-pushed renovate/all from c88e12b252 to 959bf443d5 2026-03-01 02:24:02 +01:00 Compare
kjuulh force-pushed renovate/all from 959bf443d5 to 91c916de6d 2026-03-01 05:23:47 +01:00 Compare
kjuulh force-pushed renovate/all from 91c916de6d to 7ed0270f7c 2026-03-02 02:24:21 +01:00 Compare
kjuulh force-pushed renovate/all from 7ed0270f7c to 09fe6ed112 2026-03-02 05:23:58 +01:00 Compare
kjuulh force-pushed renovate/all from 09fe6ed112 to b253717ddb 2026-03-03 02:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from b253717ddb to 3d5a2a6e7f 2026-03-03 05:23:48 +01:00 Compare
kjuulh force-pushed renovate/all from 3d5a2a6e7f to ae0e46b487 2026-03-04 02:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from ae0e46b487 to 3735a46b63 2026-03-04 05:24:08 +01:00 Compare
kjuulh force-pushed renovate/all from 3735a46b63 to fdb62ae8e2 2026-03-05 02:25:20 +01:00 Compare
kjuulh force-pushed renovate/all from fdb62ae8e2 to adeb7af60d 2026-03-05 05:23:55 +01:00 Compare
kjuulh force-pushed renovate/all from adeb7af60d to 2c6db05ca2 2026-03-06 02:25:18 +01:00 Compare
kjuulh force-pushed renovate/all from 2c6db05ca2 to 2d4a94d229 2026-03-06 05:25:15 +01:00 Compare
kjuulh force-pushed renovate/all from 2d4a94d229 to 90e5057d68 2026-03-07 02:29:16 +01:00 Compare
kjuulh force-pushed renovate/all from 90e5057d68 to 6a74892207 2026-03-07 05:26:49 +01:00 Compare
kjuulh force-pushed renovate/all from 6a74892207 to ae93475727 2026-03-08 02:25:20 +01:00 Compare
kjuulh force-pushed renovate/all from ae93475727 to 60548a53a3 2026-03-08 05:27:17 +01:00 Compare
kjuulh force-pushed renovate/all from 60548a53a3 to 76d2bf0011 2026-03-09 02:32:27 +01:00 Compare
kjuulh force-pushed renovate/all from 76d2bf0011 to 4f8c31859c 2026-03-09 05:28:24 +01:00 Compare
kjuulh force-pushed renovate/all from 4f8c31859c to 62dcf53a1d 2026-03-10 02:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from 62dcf53a1d to c18ae4af66 2026-03-10 05:23:57 +01:00 Compare
kjuulh force-pushed renovate/all from c18ae4af66 to b3625d73c8 2026-03-11 02:25:00 +01:00 Compare
kjuulh force-pushed renovate/all from b3625d73c8 to 2ff7918281 2026-03-11 05:23:30 +01:00 Compare
kjuulh force-pushed renovate/all from 2ff7918281 to 563375c40c 2026-03-12 02:27:11 +01:00 Compare
kjuulh force-pushed renovate/all from 563375c40c to 19b4d129e0 2026-03-12 05:24:04 +01:00 Compare
kjuulh force-pushed renovate/all from 19b4d129e0 to e57fbd75ee 2026-03-13 02:25:33 +01:00 Compare
kjuulh force-pushed renovate/all from e57fbd75ee to 06a5e6ea5c 2026-03-13 05:24:53 +01:00 Compare
kjuulh force-pushed renovate/all from 06a5e6ea5c to 83ab5cad32 2026-03-14 02:35:12 +01:00 Compare
kjuulh force-pushed renovate/all from 83ab5cad32 to 8a26ada3a3 2026-03-14 05:25:33 +01:00 Compare
Some checks are pending
renovate/artifacts Artifact file update failure
continuous-integration/drone/push
Required
continuous-integration/drone/pr
Required
Some required checks are missing.
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/dagger-components#69