fix(deps): update all dependencies #69
Reference in New Issue
Block a user
No description provided.
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.1.88->0.1.890.4.41->0.4.424.5.41->4.5.530.18.3->0.19.01.0.141->1.0.1451.46.1->1.48.00.8.12->0.9.0Release Notes
dtolnay/async-trait (async-trait)
v0.1.89Compare Source
chronotope/chrono (chrono)
v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in https://github.com/chronotope/chrono/pull/1707tzdataparsing by @ldm0 in https://github.com/chronotope/chrono/pull/1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in https://github.com/chronotope/chrono/pull/1721from_timestamp_secsmethod toDateTimeby @jasonaowen in https://github.com/chronotope/chrono/pull/1719clap-rs/clap (clap)
v4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpdagger/dagger (dagger-sdk)
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
User defaults: persist any dagger function argument to .env by @shykes in https://github.com/dagger/dagger/pull/11034
This feature allows user to save arguments to their dagger functions to a local file, instead of re-typing them at every call. This way, the sandboxing of functions is preserved without sacrificing end-user convenience.
To use this feature, simply add variables to a local
.envfile reachable from your working directory. The format of the variables should be as follows: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?
v0.18.19Compare Source
Added
addressAPI: a unified address to load containers, directories, secrets, etc by @shykes in https://github.com/dagger/dagger/pull/10770Changeset.exportfunction to allow exporting changesets from the API by @jedevc in https://github.com/dagger/dagger/pull/11064Fixed
Directory.withFileswhich set the wrong path by @jedevc in https://github.com/dagger/dagger/pull/11087What to do next?
v0.18.18Compare Source
Added
EnvFiletype by @shykes in https://github.com/dagger/dagger/pull/10949~/.config/dagger/ca-certificatesto engine by @jedevc and @matipan in https://github.com/dagger/dagger/pull/11019Changesettype by @vito in https://github.com/dagger/dagger/pull/10946Directory.findUpperforms a find-up search in a directory snapshotHost.findUp(): performs a find-up search in the host filesystemFixed
originon git checkouts by @jedevc in https://github.com/dagger/dagger/pull/11031defaultPathvalues to contain/by @jedevc in https://github.com/dagger/dagger/pull/11048What to do next?
v0.18.17Compare Source
🔥 Breaking Changes
Automatically apply
.gitignorepatterns on directory loading for module call by @TomChv and @jedevc in https://github.com/dagger/dagger/pull/10883 \Add
NoGitAutoIgnoreargument toHost.Directoryto disable this behavior.Added
Host.containerImageAPI to load images from the host container image store by @jedevc in https://github.com/dagger/dagger/pull/10810Container.combinedAPI to get both standard output and standard error afterwithExecby @eunomie https://github.com/dagger/dagger/pull/10924GitRepository.urlAPI to get the fully resolved URL of a git repository by @jedevc in https://github.com/dagger/dagger/pull/10959Containers,Directorys and runningServicesby @jedevc in https://github.com/dagger/dagger/pull/10867.netrcfile by @jedevc in https://github.com/dagger/dagger/pull/10957Fixed
gitnow automatically determines the protocol when using a scheme-less URL (instead of defaulting tohttps://) by @jedevc in https://github.com/dagger/dagger/pull/10960What to do next?
v0.18.16Compare Source
What to do next?
v0.18.15Compare Source
Added
container.Existsanddirectory.ExistsAPI for testing if a file exists, and optionally type (e.g. file or directory) by @alexcb in https://github.com/dagger/dagger/pull/10449containerpodmannerdctlfinchgitRef.commonAncestorAPI to find the common ancestor between two references by @jedevc in https://github.com/dagger/dagger/pull/10849Fixed
httpandgitstdlib commands by @helderco in https://github.com/dagger/dagger/pull/10845includeDeprecatedarg by @jedevc in https://github.com/dagger/dagger/pull/10889Contributors
Special thanks to our external contributors this release!
What to do next?
serde-rs/json (serde_json)
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
tokio-rs/tokio (tokio)
v1.48.0: Tokio v1.48.0Compare Source
1.48.0 (October 14th, 2025)
The MSRV is increased to 1.71.
Added
File::max_buf_size(#7594)ChainofAsyncReadExt::chain(#7599)SocketAddr::as_abstract_name(#7491)TcpStream::quickackandTcpStream::set_quickack(#7490)AsRef<Self>forTcpStreamandUnixStream(#7573)LocalKey::try_get(#7666)Ordfortask::Id(#7530)Changed
max_buf_sizewhen cloning aFile(#7593)clippy::unwrap_in_resultin#[tokio::main](#7651)PollEventednoise from Debug formats (#7675)Command::spawn_withto useFnOnce(#7511)SetOnce(#7554)UnsafeCell::get_mutinMutex::get_mutandRwLock::get_mut(#7569)Timeout<T>::poll(#7535)Fixed
join!andtry_join!(#7638)wake_by_ref()even if already woken (#7622)broadcast::Senderinbroadcast::Sender::new()(#7629)RwLock::try_*methods (#7587)Unstable
--cfgflags fortaskdumpandio_uring(#7655, #7621)io_uringinfs::write(#7567)io_uringwithFile::open()(#7617)io_uringwithOpenOptions(#7321)localruntime flavor (#7375, #7597)Documented
AsyncRead::poll_read(#7580)AsyncFdreadiness guards (#7583)UCred::pid()on Cygwin (#7611)set_reuseport()andreuseport()(#7628)SO_REUSEADDRis only set on Unix (#7533)Handle::block_on(#7665)Builder::global_queue_interval()(#7605)tokio::sync::watch::Receiver(#7584)SetOnce::wait(#7506)parking_lotfeature flag (#7663)UnboundedSender::send(#7661)sync::watch(#7601)spawn_localmethods (#7669)poll_proceed(#7586)v1.47.2Compare Source
v1.47.1: Tokio v1.47.1Compare Source
1.47.1 (August 1st, 2025)
Fixed
asyncio.EventinSetOncedocs (#7485)v1.47.0: Tokio v1.47.0Compare Source
1.47.0 (July 25th, 2025)
This release adds
poll_proceedandcooperativeto thecoopmodule forcooperative scheduling, adds
SetOnceto thesyncmodule which providessimilar functionality to [
std::sync::OnceLock], and adds a new methodsync::Notify::notified_owned()which returns anOwnedNotifiedwithouta lifetime parameter.
Added
cooperativeandpoll_proceed(#7405)SetOnce(#7418)sync::Notify::notified_owned()(#7465)Changed
AtomicWaker::wakeperformance (#7450)Documented
Readiness<'_>(#7415)toml-rs/toml (toml)
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 dependencies4b55aaaf12to10fb0c2cde10fb0c2cdeto2906ad28132906ad2813to4b129ed13c4b129ed13ctoed3821f203ed3821f203to066a365b7dView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.