-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade more dependencies to their latest version.
- Loading branch information
Showing
22 changed files
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Submodule boringtun
updated
16 files
+117 −34 | Cargo.lock | |
+1 −1 | boringtun-cli/Cargo.toml | |
+4 −2 | boringtun/Cargo.toml | |
+1 −2 | boringtun/src/device/api.rs | |
+13 −28 | boringtun/src/device/mod.rs | |
+2 −3 | boringtun/src/device/peer.rs | |
+6 −8 | boringtun/src/ffi/mod.rs | |
+3 −0 | boringtun/src/lib.rs | |
+24 −15 | boringtun/src/noise/handshake.rs | |
+71 −233 | boringtun/src/noise/mod.rs | |
+13 −40 | boringtun/src/noise/rate_limiter.rs | |
+19 −7 | boringtun/src/noise/session.rs | |
+21 −23 | boringtun/src/noise/timers.rs | |
+77 −0 | boringtun/src/sleepyinstant/mod.rs | |
+48 −0 | boringtun/src/sleepyinstant/unix.rs | |
+1 −0 | boringtun/src/sleepyinstant/windows.rs |
Submodule c-ares
updated
2 files
+36 −22 | src/lib/record/ares_dns_multistring.c | |
+40 −7 | test/ares-test-parse-txt.cc |
Submodule curl
updated
48 files
This file contains 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
Submodule abseil-cpp
updated
30 files
Submodule boringssl
updated
from 76968b to 83fc0d
Submodule ngtcp2
updated
10 files
+3 −0 | .gitmodules | |
+45 −10 | examples/CMakeLists.txt | |
+2 −0 | examples/Makefile.am | |
+15 −15 | examples/client.cc | |
+15 −15 | examples/h09client.cc | |
+7 −8 | examples/h09server.cc | |
+9 −10 | examples/server.cc | |
+7 −0 | third-party/CMakeLists.txt | |
+6 −0 | third-party/Makefile.am | |
+1 −0 | third-party/urlparse |
Submodule icu
updated
68 files
Submodule expected-lite
updated
3 files
+1 −1 | CMakeLists.txt | |
+1 −1 | test/CMakeLists.txt | |
+2 −1 | test/tg-all.bat |
Submodule pcre2
updated
from 82ebeb to 3284cc
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../fast_float |
Submodule fast_float
added at
e800ca
This file contains 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
Submodule webrtc
updated
from 849549 to 9ab2ac
Submodule libz
updated
from c7678b to 7e2e4d
This file contains 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
Submodule simdutf
updated
12 files
+1 −1 | CMakeLists.txt | |
+1 −1 | Doxyfile | |
+4 −3 | README.md | |
+2 −2 | include/simdutf/simdutf_version.h | |
+1 −1 | src/arm64/arm_base64.cpp | |
+1 −1 | src/haswell/avx2_base64.cpp | |
+1 −1 | src/icelake/icelake_base64.inl.cpp | |
+20 −1 | src/implementation.cpp | |
+5 −0 | src/scalar/base64.h | |
+1 −1 | src/westmere/sse_base64.cpp | |
+169 −49 | tests/base64_tests.cpp | |
+1 −0 | tests/helpers/test.h |
Submodule libssh
updated
from 861590 to d2e5b6