build(deps): bump the nix group across 1 directory with 3 updates - #1432
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the nix group across 1 directory with 3 updates#1432dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
cschulze-acc
pushed a commit
to cschulze-acc/wrpc
that referenced
this pull request
Jul 29, 2026
* rust: Reimplement how stream/future payloads work Previously stream/future payload were generated by collecting the set of types used in `future` and `stream` types in a WIT, rendering them to a string, deduplicating based on this string representation, and then generating various impls-with-vtables. This stringification strategy unfortunately falls down in a few situations such as: * Type aliases in WIT render as two names in Rust, but they're using the same Rust type. * Types with the same definition, but in multiple modules, will have two different paths in Rust but alias the same type. * Primitives may be used directly in streams/futures but then additionally used as a WIT type alias. In all of these situations it's effectively exposing how Rust requires at most one-impl-per-type-definition but the stringification/deduping was just a proxy for implementing this restriction and not a precise calculation. Using the work from bytecodealliance/wasm-tools#2447 as well as #1468 it's possible to do all of this without stringifying. Specifically #1468, transitively enabled by bytecodealliance/wasm-tools#2447, enables building a set of equal types that the Rust generator knows will all alias the same type definition. Using this it's possible to translate a payload to its "canonical payload" representation ID-wise and perform hashing/deduplication based on that. This in turn solves all of the issues above as well as previous issues such as bytecodealliance#1432 and bytecodealliance#1433 without requiring the workaround in #1482. The end result is that all of these various bugs should be fixed and the Rust generator should be much more reliable about when exactly a trait impl is emitted vs not. Closes #1523 Closes #1524 * Try fixing CI * Fix typo * Fix rust CI
Bumps the nix group with 3 updates in the / directory: [nixify](https://github.com/rvolosatovs/nixify), [nixlib](https://github.com/nix-community/nixpkgs.lib) and [nixpkgs-unstable](https://github.com/NixOS/nixpkgs). Updates `nixify` from `d17fd67` to `9b2e567` - [Release notes](https://github.com/rvolosatovs/nixify/releases) - [Commits](rvolosatovs/nixify@d17fd67...9b2e567) Updates `nixlib` from `e978bde` to `0e79af5` - [Commits](nix-community/nixpkgs.lib@e978bde...0e79af5) Updates `nixpkgs-unstable` from `421eebf` to `9bc0289` - [Commits](NixOS/nixpkgs@421eebf...9bc0289) --- updated-dependencies: - dependency-name: nixify dependency-version: 3120feed19c23e752d37763090af7ed82190c581 dependency-type: direct:production dependency-group: nix - dependency-name: nixlib dependency-version: 0e79af5e3d4dcfcd676ab5ba3f95d2e3352e078c dependency-type: direct:production dependency-group: nix - dependency-name: nixpkgs-unstable dependency-version: e318e6adc497b5e8a5ac433c6c6ed21ecdab9029 dependency-type: direct:production dependency-group: nix ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nix/nix-d7a64b5fa4
branch
from
July 30, 2026 00:54
8b63589 to
0b1d342
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the nix group with 3 updates in the / directory: nixify, nixlib and nixpkgs-unstable.
Updates
nixifyfromd17fd67to9b2e567Commits
9b2e567build(deps): bump nixpkgs-nixos from8623c4cto2f5a1532a3d64bbuild(deps): bump rust-overlay fromc67ce00to8ec8a5a278fe0bbuild(deps): bump fenix from44a90ecto62014c72111f0fbuild(deps): bump advisory-db from0bfde9dto7003e46bdc6b41build(deps): bump advisory-db from1abf7a8to0bfde9d3b905cbbuild(deps): bump fenix from896e0b5to44a90ecf0e1d75build(deps): bump nixpkgs-nixos fromf7a2e42to8623c4ccdfaddabuild(deps): bump rust-overlay fromfe21243toc67ce00608c06bbuild(deps): bump nixpkgs-darwin from2b7a84eto329c3d2e767b08build(deps): bump nixlib frome978bdeto0e79af5Updates
nixlibfrome978bdeto0e79af5Commits
0e79af5Merge remote-tracking branch 'upstream/master'fd84ee4python3Packages.flask-reverse-proxy-file: use lib.licenses.ogluk30 (#540724)707e8b5lib.licenses.stk: use upstream spdx info (#541831)2f607cfRevert "nixos/modular-services: add portableprocess.environment"2efe9b4nixos/modular-services: add portableprocess.environment(#518860)1699404lib/services: fix reload/readiness bugs and add compliance coverage (#540857)7659811lib/services: fix reload/readiness bugs and add compliance coveragefeda29alib.licenses.stk: use upstream spdx info7918a96nixos/modular-services: add portableprocess.environmente56fc8alib.licenses: add ogluk30Updates
nixpkgs-unstablefrom421eebfto9bc0289Commits
9bc0289xenia-canary: 0-unstable-2026-07-19 -> 0-unstable-2026-07-27 (#546958)371b530smux: 0.4.0 -> 0.6.0 (#542258)a7f9ed0python3Packages.exllamav3: 1.1.0 -> 1.2.1 (#546812)1eaf278plezy: 2.9.1 -> 2.10.0 (#546616)29a1ee1moor: 2.15.1 -> 2.15.2 (#546953)58e5d98xenia-canary: 0-unstable-2026-07-19 -> 0-unstable-2026-07-27da1a3bbmoor: 2.15.1 -> 2.15.22c19f6dborgbackup: fix build failure (#546780)9b5ba0efstar: fix build of z3-4.8.5 after setuptool update (#545244)2b4e30anixos/uki: allow deviceTree to be excluded from UKI (#546814)