chore(deps): update all dependencies #1
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.100->1.0.1024.5.54->4.5.600.18.19->0.20.01.49.0->1.50.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
clap-rs/clap (clap)
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsdagger/dagger (dagger-sdk)
v0.20.1Compare Source
🔥 Breaking Changes
GitRef.tree()now excludes local.gittag refs by default (includeTags=false). Callers that need checkout-visible tags must opt in withGitRef.tree(includeTags: true)by @grouville in https://github.com/dagger/dagger/pull/11909Added
Changed
What to do next?
v0.20.0Compare Source
Added
engine local-cache pruneby @sipsma in https://github.com/dagger/dagger/pull/11830--pretty=logs- likedots, but without the dots by @vito in https://github.com/dagger/dagger/pull/11847Fixed
What to do next?
v0.19.11Compare Source
Added
Multiple strategies are available in case of conflict, and uses git under the hood to merge the changesets.
Functions can be marked as 'generate' (
// +generatein Go,@generate()in typescript,@generatein python). Those functions must expose a Changeset.By marking them as generate functions means they will be available under the
dagger generatecommand. This command will run all of them and merge the resulting changesets before to apply it.--mount=type=sshin Directory.dockerBuild by @sipsma in https://github.com/dagger/dagger/pull/11793Changed
Fixed
42b4e400d8from __future__ import annotationsby @grouville in https://github.com/dagger/dagger/pull/11725Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.10Compare Source
Added
dagger develop --recursivewhen used with large number of modules by @grouville in https://github.com/dagger/dagger/pull/11659Fixed
What to do next?
v0.19.9Compare Source
Added
Fixed
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.8Compare Source
Added
WithDirectoryandWithFileto avoid copying file data on disk in more cases by @sipsma in https://github.com/dagger/dagger/pull/11497These APIs now avoid copying data on disk in all cases except when an owner, permission or timestamp is modified as part of the operation.
.envfiles by @alexcb in https://github.com/dagger/dagger/pull/11442@otr/mocha-testlib by @TomChv in https://github.com/dagger/dagger/pull/11508File.AsJSON()to simplify handling JSON file contents by @suprjinx in https://github.com/dagger/dagger/pull/11408Changed
Fixed
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.7Compare Source
Added
--eager-runtimeflag todagger functionsby @TomChv in https://github.com/dagger/dagger/pull/11413Fixed
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.6Compare Source
Fixed
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.5Compare Source
Fixed
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.4Compare Source
Added
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.
🚨 Modules initialized before v0.19.4 will need to explicitly opt-in to the new caching behavior.
GitRepository.uncommitedAPI to get changeset of dirty changes in the working directory by @jedevc in https://github.com/dagger/dagger/pull/11241engine clientsAPI by @matipan in https://github.com/dagger/dagger/pull/11308Fixed
Dependencies
Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.3Compare Source
Added
This is for instance really useful from inside self-chainable blocks (using with) where an error can't be returned.
Changeset.isEmptyAPI by @jedevc in https://github.com/dagger/dagger/pull/11237Fixed
Directory.diffon identical directories by @jedevc in https://github.com/dagger/dagger/pull/11268Dependencies
What to do next?
v0.19.2Compare Source
Fixed
What to do next?
v0.19.1Compare Source
Added
Multiple strategies are available in case of conflict, and uses git under the hood to merge the changesets.
Functions can be marked as 'generate' (
// +generatein Go,@generate()in typescript,@generatein python). Those functions must expose a Changeset.By marking them as generate functions means they will be available under the
dagger generatecommand. This command will run all of them and merge the resulting changesets before to apply it.--mount=type=sshin Directory.dockerBuild by @sipsma in https://github.com/dagger/dagger/pull/11793Changed
Fixed
42b4e400d8from __future__ import annotationsby @grouville in https://github.com/dagger/dagger/pull/11725Contributors
Special thanks to our external contributors this release!
What to do next?
v0.19.0Compare Source
🔥 Breaking Changes
GitRepository.branch/GitRepository.tag/GitRepository.commitnow only accept valid branches/tags/commits by @jedevc in https://github.com/dagger/dagger/pull/11038GitRepository'swithAuthTokenandwithAuthHeaderare now no-ops by @jedevc in https://github.com/dagger/dagger/pull/11032Instead authentication should only be provided at the top-level
gitquery, since it's now queried immediately.Host.setSecretFilemethod by @jedevc in https://github.com/dagger/dagger/pull/11115Use the
file://secret provider instead.LocalCache.keepBytesfield by @jedevc in https://github.com/dagger/dagger/pull/11115Instead use the more specific
LocalCache.reservedSpace, which it was an alias for.Container.buildAPI by @jedevc in https://github.com/dagger/dagger/pull/11118Use
Directory.dockerBuildinstead.Added
engine.jsonby @matipan in https://github.com/dagger/dagger/pull/11040Fixed
What to do next?
tokio-rs/tokio (tokio)
v1.50.0: Tokio v1.50.0Compare Source
1.50.0 (Mar 3rd, 2026)
Added
TcpStream::set_zero_linger(#7837)is_rt_shutdown_err(#7771)Changed
memchrreturns in-bounds pointer (#7792)write_buf(#7871)event_intervalis set to 0 (#7838)SetConsoleCtrlHandler(#7833)Registry(#7885)Fixed
AsyncFdregistration list on deregister (#7773)usedeclarations intokio::select!(#7929)GET_BUF_SIZEconstant fortarget_os = "android"(#7889)current_threadifbefore_parkdefers waker (#7835)block_in_place(#7879)num_idle_threadson shutdown (#7910, #7918, #7922)Unstable
Documented
AsyncWriteExt::shutdown()(#7908)AsyncWritedocumentation (#7875)Runtime::spawn(#7803)event_intervaldoc (#7932)recvreturnsNoneonce closed and no more messages (#7920)spawn_blockingvs dedicated threads (#7923)JoinHandlecompletion (#7825)None(#7869)Builder::spawn_local(#7828)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.
This PR has been generated by Renovate Bot.
04fedeb0aftof90d22b950f90d22b950tobae6dbdaa2bae6dbdaa2to891927bcb6891927bcb6to19721511751972151175tob405003289b405003289to43cb78b10f43cb78b10ftod9f48b27bdd9f48b27bdto81ae23d5c781ae23d5c7tof609937ec0f609937ec0to4c2917f5824c2917f582to5f8f54907f⚠️ 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:
The artifact failure details are included below:
File name: Cargo.lock
5f8f54907fto625ef14bcdfix(deps): update all dependenciesto chore(deps): update rust crate dagger-sdk to 0.19.0625ef14bcdto10c46dc377chore(deps): update rust crate dagger-sdk to 0.19.0to chore(deps): update all dependencies10c46dc377to5c059e2daaView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.