fix(deps): update all dependencies #69
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:
0.4.42->0.4.444.5.54->4.6.00.18.19->0.20.01.49.0->1.50.00.8.12->1.0.0Release Notes
chronotope/chrono (chrono)
v0.4.44: 0.4.44Compare Source
What's Changed
Cargo.tomlcontents by @coryan in https://github.com/chronotope/chrono/pull/1772v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in https://github.com/chronotope/chrono/pull/1752clap-rs/clap (clap)
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
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)toml-rs/toml (toml)
v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
v0.9.8Compare Source
v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare 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.
This PR has been generated by Renovate Bot.
0a3667bf78to3cdde7ab4a3cdde7ab4atoe26990818ae26990818ato704b47d12c704b47d12ctoe4f996572ce4f996572ctod93f08e3f3d93f08e3f3toacc9c407a9acc9c407a9tofc06c9b024chore(deps): update all dependenciesto fix(deps): update all dependenciesfc06c9b024to218f41c443218f41c443tod88effc1b6d88effc1b6to5e72dca2825e72dca282to0a6447ca190a6447ca19to8dc9ea8a0a8dc9ea8a0ato175d195512175d195512to56b98c197056b98c1970toa1f1cddf63a1f1cddf63to4ca0d402af4ca0d402afto13bfc6eeca13bfc6eecato5014bfc9cd5014bfc9cdtoea70cef092ea70cef092tofd835dc875fd835dc875to5bba4d61555bba4d6155to22b4a0bd9922b4a0bd99to5413b0b9895413b0b989to9ebf8d8d9f9ebf8d8d9ftoed9177e11fed9177e11fto2283b0b1d22283b0b1d2to356a6499a4356a6499a4to9908f4e4599908f4e459to6a9834253a6a9834253ato15703912251570391225to8fb312140f8fb312140ftoce78e944a2ce78e944a2to0009a5d5690009a5d569tof7c51be48df7c51be48dtofd21b3b68cfd21b3b68ctoba6c1e86b4ba6c1e86b4tob341ce66deb341ce66deto6689ac72026689ac7202tod50e6ae0e1d50e6ae0e1toa90b35c031a90b35c031to5a82e1bc175a82e1bc17todfe1e941d4dfe1e941d4toebcb6fbe18ebcb6fbe18toedeec6c447edeec6c447tod2a3e6ce7fd2a3e6ce7ftod982c41e18d982c41e18toad571f15b4ad571f15b4to2012f43f272012f43f27tob46c2d8d3eb46c2d8d3eto776118eed0776118eed0to7a92ef42827a92ef4282to16e905f2e716e905f2e7to03d0445cfc03d0445cfcto02cbe5ecea02cbe5eceatod34f569c57d34f569c57toc1d25534cdc1d25534cdtobd56187527bd56187527to96a02f394596a02f3945to2719cb87142719cb8714to1b4f8700321b4f870032to305453e736305453e736to078185df04078185df04to860a951c90860a951c90tob4eff8d1c5b4eff8d1c5to9d93c98e009d93c98e00to887e587afe887e587afeto135e2abfcb135e2abfcbto9343300c349343300c34to152c078528152c078528toc18a300135c18a300135to8c049ce83f8c049ce83fto52887d912352887d9123to88e8e94cfa88e8e94cfatod769441962d769441962to8e246e2a1d8e246e2a1dtof7db60a0e7f7db60a0e7to4895b5395d4895b5395dtoefaf7a4fe7efaf7a4fe7tob7feb3c1bfb7feb3c1bfto93c8c3eac593c8c3eac5tocb949cbb1ecb949cbb1etob9bc72707eb9bc72707eto7561a2fd4a7561a2fd4atoeedf1264e5eedf1264e5to68441af16368441af163to6596884dca6596884dcatoe85ae1f477e85ae1f477to3802323f233802323f23to450938fc41450938fc41to9d7cca01789d7cca0178to734382d2bf734382d2bfto9fdb61d56b9fdb61d56bto410552ed67410552ed67tod6e0eac3cdd6e0eac3cdto911b62536e911b62536eto2db90937762db9093776toe833b231b8e833b231b8toc2cc8d69d3c2cc8d69d3to205933cb61205933cb61to0d58749a610d58749a61to7ca55ca9e37ca55ca9e3tobedd675160bedd675160to5090c1af695090c1af69toe8080bfc65e8080bfc65to34a18d74ae34a18d74aetof61530f41df61530f41dto16683588f716683588f7to760414aaf8760414aaf8to3bad2b16ab3bad2b16abto6b6273eea66b6273eea6tob9b346d62fb9b346d62fto6951f4eeda6951f4eedato0de76f60e50de76f60e5toee086896c2ee086896c2tobacb0a6c67bacb0a6c67toc9f2d9caadc9f2d9caadto3e42c021583e42c02158to3ddee2e2103ddee2e210to5936f7663c5936f7663cto01afefb3cc01afefb3cctof37a63ed1df37a63ed1dto7a682139e97a682139e9toafb11b196eafb11b196etoac500cfed3ac500cfed3toad2ef01830ad2ef01830to1b34afe8841b34afe884to7652a48f347652a48f34to3584ca52f53584ca52f5to5b60f6afb25b60f6afb2tof20d981d31f20d981d31tob073f4586eb073f4586etof2d94690aaf2d94690aatoc951301190c951301190toc77a5a1c18c77a5a1c18toe22ac0e43de22ac0e43dto8162c497458162c49745to7112c01a9b7112c01a9bto7f9bbfac457f9bbfac45to31906f65c031906f65c0to698e579e14698e579e14to3cfc8fdcbd3cfc8fdcbdtoa87699200da87699200dto9b256259d69b256259d6toaf23e5f061af23e5f061toaad09b64c6aad09b64c6to2321c26dbb2321c26dbbto1986db4f001986db4f00tofbfa60dd03fbfa60dd03to76bd0ae97476bd0ae974to9ced5c5e649ced5c5e64to2b772ba6932b772ba693to4902b0ccd94902b0ccd9to7f39d5f14d7f39d5f14dto317083fe49317083fe49to523c2381af523c2381afto7041c1cbaa7041c1cbaatobd0f0ca924bd0f0ca924to21b25a200621b25a2006to546ce00528546ce00528tod563e0b265d563e0b265to10e5ff2ccc10e5ff2ccctob59fc92e00b59fc92e00to76158f3d7b76158f3d7bto403840e723403840e723to0eb3835abf0eb3835abftob1b6e4dd0db1b6e4dd0dto88bb71275688bb712756to78523336027852333602toe55b21c811e55b21c811tof8664cc369f8664cc369to2d8ee707edfix(deps): update all dependenciesto fix(deps): update rust crate toml to 0.9.02d8ee707edto4b55aaaf12fix(deps): update rust crate toml to 0.9.0to fix(deps): update all dependencies4b55aaaf12to10fb0c2cde10fb0c2cdeto2906ad28132906ad2813to4b129ed13c4b129ed13ctoed3821f203ed3821f203to066a365b7d066a365b7dto8a43f4dfb8⚠️ 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
8a43f4dfb8tob99d179c25b99d179c25to71499088417149908841toa44ecfb2fea44ecfb2feto03abd2249f03abd2249fto9f6ec0fc529f6ec0fc52to3240378c9b3240378c9bto86032d9f3286032d9f32to56d3ca799556d3ca7995tob0d820b67ab0d820b67ato71fdb502bf71fdb502bfto2e47284f412e47284f41to15af4005ad15af4005adto288979eb93288979eb93tof1bd8f00f9f1bd8f00f9to9f539c31949f539c3194toc3134cf1dbc3134cf1dbto71eddb7b8671eddb7b86toe343a09363e343a09363toffe27ff549ffe27ff549tof2a85d0880f2a85d0880tof8b074dff0f8b074dff0tob3e9902093b3e9902093to390a784ea4390a784ea4to5b84a520885b84a52088to1fdf7d6ec91fdf7d6ec9tof6648fec0af6648fec0ato01c1e9208a01c1e9208ato2089a985762089a98576tof206b83ef1f206b83ef1tod613ff6bf7d613ff6bf7to1c128cddf71c128cddf7tof8d9e0e7b1f8d9e0e7b1to4ea52e24984ea52e2498to5432d97f1e5432d97f1eto2d256d2ba62d256d2ba6to66e7dbbb7266e7dbbb72to114f44f23b114f44f23bto0eddea03820eddea0382to4a2e0de0e04a2e0de0e0tob5e942c9c0b5e942c9c0toec9e0d1b3dec9e0d1b3dto4dc0541a564dc0541a56to57b4fdace057b4fdace0toc77699159dc77699159dtobd26165171bd26165171toc53e9c7c9bc53e9c7c9bto232cd195cd232cd195cdto4306a7473a4306a7473atob5b0afb27bb5b0afb27bto63fe5a07ba63fe5a07batob91a443401b91a443401tob02862e9f1b02862e9f1toa501b55e4ea501b55e4etob0a721fb37b0a721fb37tobeb762d453beb762d453to92ff1fd49b92ff1fd49btob1a1c2594fb1a1c2594ftoa5fe5a52d7a5fe5a52d7toc61e9e8e25c61e9e8e25tof6486c8717f6486c8717to6d4878b8386d4878b838to375987f187375987f187to7554e8b9567554e8b956to7ce9ab61487ce9ab6148to65a3ad0b9965a3ad0b99toaa731c4628aa731c4628toa717ab462fa717ab462fto0e64a84d0f0e64a84d0fto973fb2d1b8973fb2d1b8to381d643481381d643481to5c8d725a865c8d725a86to45b2243a5b45b2243a5bto43b3c5ffea43b3c5ffeatoa6060de44ea6060de44etoa0ea281264a0ea281264to8b6c08f43b8b6c08f43btoa18ec220ffa18ec220fftobdaade46f1bdaade46f1to084bb6adbf084bb6adbftoa2a19d57bda2a19d57bdtode49864b74de49864b74to8fc21f5b4d8fc21f5b4dto2ad4dd35302ad4dd3530toebbace15ecebbace15ecto540c85f64d540c85f64dto016a9064a2016a9064a2to1e09ce0f9b1e09ce0f9bto000364c5c1000364c5c1to85563c329d85563c329dtob4317a3c2eb4317a3c2eto2a4e687b562a4e687b56tof6fb94f60df6fb94f60dtoec67142204ec67142204to8387f474348387f47434to1239bc63d01239bc63d0tod3190960e8d3190960e8to67a58c948267a58c9482todf0ff56e8ddf0ff56e8dtob34e950b02b34e950b02to74473831477447383147tof9db0b7801f9db0b7801toeb2f20f607eb2f20f607tode4b6d8280de4b6d8280to21face355b21face355bto2c9c95392c2c9c95392cto58a6aa646158a6aa6461toa5c8d1e3a3a5c8d1e3a3to2294125f2a2294125f2atob3bce11b10b3bce11b10tofce3461ae3fce3461ae3tof2c6061fbcf2c6061fbcto2d7e9440c22d7e9440c2toebfb2e9bc7ebfb2e9bc7to197eeab009197eeab009to017c5c9cba017c5c9cbato2d6653fb2b2d6653fb2bto8fc0bebbdc8fc0bebbdcto12f91d2a6412f91d2a64to1d2338bda41d2338bda4to3b22e161463b22e16146to50572cb80950572cb809toc88e12b252c88e12b252to959bf443d5959bf443d5to91c916de6d91c916de6dto7ed0270f7c7ed0270f7cto09fe6ed11209fe6ed112tob253717ddbb253717ddbto3d5a2a6e7f3d5a2a6e7ftoae0e46b487ae0e46b487to3735a46b633735a46b63tofdb62ae8e2fdb62ae8e2toadeb7af60dadeb7af60dto2c6db05ca22c6db05ca2to2d4a94d2292d4a94d229to90e5057d6890e5057d68to6a748922076a74892207toae93475727ae93475727to60548a53a360548a53a3to76d2bf001176d2bf0011to4f8c31859c4f8c31859cto62dcf53a1d62dcf53a1dtoc18ae4af66c18ae4af66tob3625d73c8b3625d73c8to2ff79182812ff7918281to563375c40c563375c40cto19b4d129e019b4d129e0toe57fbd75eee57fbd75eeto06a5e6ea5c06a5e6ea5cto83ab5cad3283ab5cad32to8a26ada3a3View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.