Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dispatch2 = "0.3.1"
flate2 = { version = "1.1", default-features = false }
futures = "0.3"
getrandom = { version = "0.4", features = ["wasm_js"] }
hang = { version = "0.21.5", path = "rs/hang" }
hang = { version = "0.21.6", path = "rs/hang" }
hex = "0.4"
# HMAC-SHA256 for the mDNS membership proofs (moq-tokio's `mdns` feature).
hmac = "0.13"
Expand All @@ -139,42 +139,42 @@ loom = { version = "0.7.2", features = ["futures"] }
# DNS-SD advertisement and browsing for LAN peer discovery (moq-tokio's `mdns` feature).
# `async` awaits the event channel instead of blocking a thread on it.
mdns-sd = { version = "0.21", features = ["async"] }
moq-audio = { version = "0.1.4", path = "rs/moq-audio", default-features = false }
moq-auth = { version = "0.1.2", path = "rs/moq-auth" }
moq-binary = { version = "0.1.4", path = "rs/moq-binary" }
moq-audio = { version = "0.1.5", path = "rs/moq-audio", default-features = false }
moq-auth = { version = "0.1.3", path = "rs/moq-auth" }
moq-binary = { version = "0.1.5", path = "rs/moq-binary" }
moq-flate = { version = "0.2.0", path = "rs/moq-flate" }
moq-hls = { version = "0.5.5", path = "rs/moq-hls", default-features = false }
moq-json = { version = "0.5.2", path = "rs/moq-json" }
moq-loc = { version = "0.2.13", path = "rs/moq-loc" }
moq-hls = { version = "0.5.6", path = "rs/moq-hls", default-features = false }
moq-json = { version = "0.5.3", path = "rs/moq-json" }
moq-loc = { version = "0.2.14", path = "rs/moq-loc" }
moq-msf = { version = "0.5.0", path = "rs/moq-msf" }
moq-mux = { version = "0.10.5", path = "rs/moq-mux" }
moq-net = { version = "0.3.4", path = "rs/moq-net" }
moq-mux = { version = "0.10.6", path = "rs/moq-mux" }
moq-net = { version = "0.3.5", path = "rs/moq-net" }
# The MoQ fork of noq (moq-dev/noq). iroh keeps upstream noq, so a build with the
# iroh feature carries both stacks.
moq-noq-proto = { version = "1.3", default-features = false }
moq-noq-udp = "1.3"
# NVENC bindings, forked from ViliamVadocz/nvidia-video-codec-sdk to dlopen the
# driver at runtime. Compiles on any platform (macOS included) but only actually
# used by moq-video on Linux.
moq-nvenc = { version = "0.1.1", path = "rs/moq-nvenc" }
moq-nvenc = { version = "0.1.2", path = "rs/moq-nvenc" }
moq-pattern = { version = "0.1.0", path = "rs/moq-pattern" }
moq-relay = { version = "0.15.5", path = "rs/moq-relay", default-features = false }
moq-rtc = { version = "0.3.5", path = "rs/moq-rtc" }
moq-rtmp = { version = "0.3.5", path = "rs/moq-rtmp" }
moq-relay = { version = "0.15.6", path = "rs/moq-relay", default-features = false }
moq-rtc = { version = "0.3.6", path = "rs/moq-rtc" }
moq-rtmp = { version = "0.3.6", path = "rs/moq-rtmp" }
moq-sock = { version = "0.1.0", path = "rs/moq-sock" }
moq-srt = { version = "0.3.5", path = "rs/moq-srt" }
moq-stats = { version = "0.2.5", path = "rs/moq-stats" }
moq-tokio = { version = "0.19.16", path = "rs/moq-tokio", default-features = false }
moq-srt = { version = "0.3.6", path = "rs/moq-srt" }
moq-stats = { version = "0.2.6", path = "rs/moq-stats" }
moq-tokio = { version = "0.19.17", path = "rs/moq-tokio", default-features = false }
# Default features off on moq-transcode and moq-video so each workspace consumer
# chooses native codecs, OpenH264, and rendering explicitly. Both crates still
# provide working native plus software defaults when depended on directly.
# VAAPI is opt-in everywhere; its decoder is hardware-validated, while its
# encoder is not yet.
moq-transcode = { version = "0.1.4", path = "rs/moq-transcode", default-features = false }
moq-transcode = { version = "0.1.5", path = "rs/moq-transcode", default-features = false }
# default-features off (the noq backend) so the consumer picks which QUIC
# stack the io_uring path compiles; cargo features are additive, so a default-on
# backend could not be opted out of.
moq-uring = { version = "0.0.6", path = "rs/moq-uring", default-features = false }
moq-uring = { version = "0.0.7", path = "rs/moq-uring", default-features = false }
# In-tree fork of `v4l` with the videodev2.h bindings checked in, so moq-video's
# `capture` and `v4l2` need no libclang or kernel headers. Linux only; an empty
# stub elsewhere.
Expand All @@ -187,7 +187,7 @@ moq-vaapi = "0.1.0"
# `features = ["capture"]` to a consumer that ships in those bindings pulls the
# whole device graph into every one of them. Codec features are independent of
# that argument, so moq-ffi and libmoq opt NVIDIA, OpenH264, and VAAPI back in.
moq-video = { version = "0.1.4", path = "rs/moq-video", default-features = false }
moq-video = { version = "0.1.5", path = "rs/moq-video", default-features = false }
nix = { version = "0.31.3", features = ["net", "socket", "uio"] }
# Upstream noq-proto, only for iroh's controller factory types.
noq-proto = { version = "1.2", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions rs/hang/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.6](https://github.com/moq-dev/moq/compare/hang-v0.21.5...hang-v0.21.6) - 2026-09-26

### Other

- updated the following local packages: moq-net, moq-json

## [0.21.5](https://github.com/moq-dev/moq/compare/hang-v0.21.4...hang-v0.21.5) - 2026-09-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion rs/hang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"

version = "0.21.5"
version = "0.21.6"
edition = "2024"
rust-version.workspace = true

Expand Down
Loading
Loading