-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump moq-server from
aedb284
to 3781287
Bumps [moq-server](https://github.com/kixelated/moq-rs) from `aedb284` to `3781287`. - [Release notes](https://github.com/kixelated/moq-rs/releases) - [Commits](kixelated/moq-rs@aedb284...3781287) --- updated-dependencies: - dependency-name: moq-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3df53e7
commit a58b66f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule moq-server
updated
30 files
+781 −485 | Cargo.lock | |
+6 −0 | Cargo.toml | |
+1 −0 | dev/.gitignore | |
+9 −9 | dev/pub | |
+5 −0 | moq-api/CHANGELOG.md | |
+7 −7 | moq-api/Cargo.toml | |
+3 −0 | moq-api/src/error.rs | |
+3 −6 | moq-api/src/server.rs | |
+17 −0 | moq-catalog/Cargo.toml | |
+190 −0 | moq-catalog/src/lib.rs | |
+5 −0 | moq-clock/CHANGELOG.md | |
+4 −9 | moq-clock/Cargo.toml | |
+5 −0 | moq-dir/CHANGELOG.md | |
+5 −5 | moq-dir/Cargo.toml | |
+5 −0 | moq-native/CHANGELOG.md | |
+11 −19 | moq-native/Cargo.toml | |
+18 −7 | moq-native/src/quic.rs | |
+57 −46 | moq-native/src/tls.rs | |
+5 −0 | moq-pub/CHANGELOG.md | |
+7 −6 | moq-pub/Cargo.toml | |
+43 −37 | moq-pub/src/media.rs | |
+12 −0 | moq-relay/CHANGELOG.md | |
+10 −15 | moq-relay/Cargo.toml | |
+4 −4 | moq-relay/src/web.rs | |
+12 −0 | moq-sub/CHANGELOG.md | |
+4 −7 | moq-sub/Cargo.toml | |
+2 −20 | moq-sub/src/main.rs | |
+5 −0 | moq-transport/CHANGELOG.md | |
+2 −26 | moq-transport/Cargo.toml | |
+2 −2 | moq-transport/src/data/header.rs |