Skip to content

deps: bump the rust-dependencies group across 1 directory with 3 updates#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/platform/archestra-rs/rust-dependencies-34aae41d3c
Open

deps: bump the rust-dependencies group across 1 directory with 3 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/platform/archestra-rs/rust-dependencies-34aae41d3c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 3 updates in the /platform/archestra-rs directory: dagger-sdk, napi and napi-derive.

Updates dagger-sdk from 0.21.0 to 0.21.7

Release notes

Sourced from dagger-sdk's releases.

helm/chart/v0.21.7 - 2026-06-17

Dependencies

What to do next?

sdk/elixir/v0.21.7 - 2026-06-17

This SDK uses 🚙 Engine + 🚗 CLI version v0.21.7. See what changed in that release.

🧪 https://hex.pm/packages/dagger 📖 https://hexdocs.pm/dagger/Dagger.html

Dependencies

What to do next

sdk/go/v0.21.7 - 2026-06-17

This SDK uses 🚙 Engine + 🚗 CLI version v0.21.7. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/dagger@v0.21.7

Dependencies

What to do next

sdk/php/v0.21.7 - 2026-06-17

This SDK uses 🚙 Engine + 🚗 CLI version v0.21.7. See what changed in that release.

🐘 https://packagist.org/packages/dagger/dagger#v0.21.7

Dependencies

What to do next

... (truncated)

Changelog

Sourced from dagger-sdk's changelog.

v0.21.7 - 2026-06-17

Changed

  • Bump default CNI IP address pool size to reduce address exhaustion under high container concurrency. by @​sipsma in dagger/dagger#13394
  • Bump Dang to v2.1.1, moving JSON encoding behind the JSON namespace (with a deprecated top-level toJSON) and picking up constructor scope and nullable input fixes. by @​vito in dagger/dagger#13482

Fixed

  • .env file handling so non-matching variables are kept as hidden expansion context instead of being dropped, allowing later variables to expand against them. by @​marcosnils in dagger/dagger#13490
  • Filesync so syncing a re-included file under a gitignored directory (e.g. foo/ ignored with !foo/bar.txt) no longer fails with no such file or directory; ignored parent dirs are now created on demand for visible descendants. by @​grouville in dagger/dagger#13439
  • A concurrent map panic during GC by guarding session client map iteration, preventing fatal concurrent map iteration and map write crashes. by @​sipsma in dagger/dagger#13474
  • Go SDK codegen so SDK auth config is forwarded to typedef generation, allowing modules with private transitive Go dependencies to resolve during codegen. by @​grouville in dagger/dagger#13457
  • Core enum handling to preserve conventional enum member names. by @​shykes in dagger/dagger#13435
  • The Apple container driver to honor the privileged option by granting all capabilities (--cap-add ALL), so the engine can bind-mount /etc/resolv.conf on startup with container 1.0.0's reduced default capability set. by @​eunomie in dagger/dagger#13460
  • Dang directive argument resolution so @cache (and other directive) arguments resolve against the declaring type's file scope, fixing FunctionCachePolicy not found in env errors in multi-file modules. by @​vito in dagger/dagger#13455
  • The report-mode heartbeat so it waits for its goroutine to exit before final render, avoiding interleaved output. by @​kpenfound in dagger/dagger#13425
  • Nullable result unwrapping for SDK input so nullable values are passed correctly into SDK functions. by @​shykes in dagger/dagger#13401

What to do next?

v0.21.6 - 2026-06-10

Added

  • Add registryService options to Container.from and Container.publish, allowing containers to pull from and publish to a registry provided by a Dagger Service. This supports local ephemeral registries without starting unrelated services attached to the container. by @​grouville in dagger/dagger#13305

Fixed

  • Fix image pulls from single-platform image tags so they can resolve correctly even when the image config reports a different platform than the requested platform. by @​sipsma in dagger/dagger#13409
  • Fix an intermittent module introspection/codegen cache error that could report add explicit dependency: dep result <id> missing from cache after implementation-scoped module results were reused across sessions. by @​sipsma in dagger/dagger#13412
  • Fix filtered host directory imports when excluded files disappear during sync, preventing layer copy errors for paths that should have been ignored by include/exclude filters. by @​sipsma in dagger/dagger#13414
  • Fix Dang v2 modules with private Map fields so map values are restored correctly between calls instead of failing with expected module type, got dang.MapType. by @​vito in dagger/dagger#13421
  • Fix .env user defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by @​marcosnils in dagger/dagger#13424
  • Fix a rare cache race that could return released directory snapshots and cause invalid immutable ref errors. by @​sipsma in dagger/dagger#13429

What to do next?

v0.21.5 - 2026-06-10

Added

... (truncated)

Commits

Updates napi from 3.9.0 to 3.9.4

Release notes

Sourced from napi's releases.

napi-v3.9.4

Other

  • (napi-derive) outline #[napi(object)] field-error decoration (#3338)

napi-v3.9.3

Fixed

  • (napi) sync referred flag when creating a weak ThreadsafeFunction (#3337)

Other

  • (napi) outline non-generic core of ThreadsafeFunction::create (#3334)

napi-v3.9.2

Fixed

  • (napi) ReadableStream Reader loses chunks and aborts on errored streams (#3328)

napi-v3.9.1

Fixed

  • (napi) unify Reference finalize callbacks on Arc (Rc/Arc type confusion) (#3313)
  • (napi) zero-copy external strings, fix WASI double-free (#3308)
  • (napi) experimental node_api_create_object_with_properties (#3304)
Commits
  • 9cc199f chore: release (#3345)
  • b77119e chore(release): publish
  • 71ce9f6 chore(deps): update actions/cache action to v6 (#3349)
  • 8c87f47 chore(deps): update @​tybys/wasm-util to 0.10.3 (#3348)
  • 04e2a76 chore(deps): update cross-platform-actions/action action to v1.3.0 (#3346)
  • 54ecbe4 chore(deps): update actions/checkout action to v7 (#3340)
  • 3dd0c30 perf(napi-derive): outline #[napi(object)] field-error decoration (#3338)
  • 81ac3d9 build(deps): bump undici from 6.26.0 to 6.27.0 (#3342)
  • ee58383 chore(napi): release v3.9.3 (#3335)
  • c787276 fix(napi): sync referred flag when creating a weak ThreadsafeFunction (#3337)
  • Additional commits viewable in compare view

Updates napi-derive from 3.5.6 to 3.5.7

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.5.7

Other

  • updated the following local packages: napi-derive-backend
Commits
  • 9cc199f chore: release (#3345)
  • b77119e chore(release): publish
  • 71ce9f6 chore(deps): update actions/cache action to v6 (#3349)
  • 8c87f47 chore(deps): update @​tybys/wasm-util to 0.10.3 (#3348)
  • 04e2a76 chore(deps): update cross-platform-actions/action action to v1.3.0 (#3346)
  • 54ecbe4 chore(deps): update actions/checkout action to v7 (#3340)
  • 3dd0c30 perf(napi-derive): outline #[napi(object)] field-error decoration (#3338)
  • 81ac3d9 build(deps): bump undici from 6.26.0 to 6.27.0 (#3342)
  • ee58383 chore(napi): release v3.9.3 (#3335)
  • c787276 fix(napi): sync referred flag when creating a weak ThreadsafeFunction (#3337)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 3 updates in the /platform/archestra-rs directory: [dagger-sdk](https://github.com/dagger/dagger), [napi](https://github.com/napi-rs/napi-rs) and [napi-derive](https://github.com/napi-rs/napi-rs).


Updates `dagger-sdk` from 0.21.0 to 0.21.7
- [Release notes](https://github.com/dagger/dagger/releases)
- [Changelog](https://github.com/dagger/dagger/blob/main/CHANGELOG.md)
- [Commits](dagger/dagger@v0.21.0...v0.21.7)

Updates `napi` from 3.9.0 to 3.9.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.9.0...napi-v3.9.4)

Updates `napi-derive` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.5.6...napi-derive-v3.5.7)

---
updated-dependencies:
- dependency-name: dagger-sdk
  dependency-version: 0.21.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: napi
  dependency-version: 3.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: napi-derive
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants