Skip to content

Commit

Permalink
Bump msquic from b01cef9 to 69b589a
Browse files Browse the repository at this point in the history
Bumps [msquic](https://github.com/microsoft/msquic) from `b01cef9` to `69b589a`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@b01cef9...69b589a)

---
updated-dependencies:
- dependency-name: msquic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent 86b7f70 commit dd97749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 38 files
+15 −6 .azure/OneBranch.Official.yml
+99 −89 .azure/OneBranch.Publish.yml
+14 −6 .azure/OneBranch.PullRequest.yml
+6 −6 .azure/obtemplates/build-distribution.yml
+10 −17 .azure/obtemplates/build-linux-packages.yml
+19 −19 .azure/obtemplates/build-linux.yml
+2 −2 .azure/obtemplates/download-artifacts.yml
+3 −3 .github/workflows/build-reuse-darwin-framework.yml
+1 −1 .github/workflows/build-reuse-unix.yml
+1 −1 .github/workflows/build-reuse-win.yml
+1 −1 .github/workflows/build-reuse-winkernel.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/cargo.yml
+1 −1 .github/workflows/cifuzz.yml
+4 −4 .github/workflows/code-coverage.yml
+3 −3 .github/workflows/codeql-analysis.yml
+2 −2 .github/workflows/docker-publish-xcomp.yml
+2 −2 .github/workflows/docker-publish.yml
+5 −11 .github/workflows/package-linux.yml
+6 −2 .github/workflows/package-reuse-linux.yml
+5 −6 .github/workflows/plugins.yml
+2 −2 .github/workflows/scorecards-analysis.yml
+2 −2 .github/workflows/stress.yml
+16 −3 .github/workflows/test.yml
+4 −4 .github/workflows/wan-perf.yml
+33 −10 scripts/make-packages.sh
+10 −9 scripts/package-distribution.ps1
+4 −0 scripts/run-gtest.ps1
+3 −0 src/bin/CMakeLists.txt
+2 −1 src/perf/lib/PerfClient.cpp
+1 −1 src/perf/lib/PerfServer.h
+6 −0 src/perf/lib/SecNetPerf.h
+4 −1 src/perf/lib/SecNetPerfMain.cpp
+10 −2 src/perf/lib/Tcp.cpp
+3 −1 src/perf/lib/Tcp.h
+3 −2 src/plugins/trace/dll/DataModel/QuicEvents.cs
+36 −0 src/plugins/trace/dll/Tables/QuicStreamLifetime.cs
+1 −1 src/plugins/trace/dll/pluginManifest.json

0 comments on commit dd97749

Please sign in to comment.