Skip to content

Commit

Permalink
Bug 1935954 - update Rust quinn-udp crate to v0.5.8 r=kershaw,supply-…
Browse files Browse the repository at this point in the history
…chain-reviewers

`quinn-udp` `v0.5.8` contains an intermediary fix for Bug 1916558, see
quinn-rs/quinn#2071.

In addition `quinn-udp` `v0.5.8` Includes the following bugfixes:

- quinn-rs/quinn#2072
- quinn-rs/quinn#2073
- quinn-rs/quinn#2074
- quinn-rs/quinn#2050
- quinn-rs/quinn#2047

Differential Revision: https://phabricator.services.mozilla.com/D231505

UltraBlame original commit: a8cd98601fdff821fe9cc516ddb61f54c104fb58
  • Loading branch information
marco-c committed Dec 13, 2024
1 parent 80d737a commit 399f187
Show file tree
Hide file tree
Showing 8 changed files with 584 additions and 131 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

48 changes: 48 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36671,6 +36671,54 @@ delta
[
audits
.
quinn
-
udp
]
]
who
=
"
Max
Inden
<
mail
max
-
inden
.
de
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
0
.
5
.
6
-
>
0
.
5
.
8
"
[
[
audits
.
quote
]
]
Expand Down
12 changes: 6 additions & 6 deletions third_party/rust/quinn-udp/.cargo-checksum.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toml
"
:
"
865febc6bb7b0a6f4d0758779480f829f96fcd6a614b64db05b5ea53e902fd5c
5f3321d35730fb66ae6d4637b39852087fa5950c3a2d1b078ffa75ee0ff172d2
"
"
LICENSE
Expand Down Expand Up @@ -49,7 +49,7 @@ rs
"
:
"
8e81067cac9fbe675619c3314d5aa06d99cf54c332812a837a227eeab41c92e1
f15147312964f6a6dfc1a3b3d9645022c14a7be8bdb9bd321afc9a218235b431
"
"
src
Expand Down Expand Up @@ -121,7 +121,7 @@ rs
"
:
"
b8e595499055115d15bfb95259c0c585934adf55f61e365bcc9fc47ab8fa9cdd
214e078d745afd1cfe8be0880c492c2792a0cbfe6c21e74d4b9a4f47c92f0ae8
"
"
src
Expand All @@ -132,7 +132,7 @@ rs
"
:
"
ab1928d18bed62162a0f2c96158d808d7a2962045ab47c9efa0ecf60e2a2c060
c37b86003f815219f547420b14bd9f4b9172315122f8ea398c20e1cb3b35673a
"
"
tests
Expand All @@ -143,14 +143,14 @@ rs
"
:
"
3ab6c02756098d3933542baff06fa1f2ad6bba11852466f6843b8a42a9cc97c0
6563e5d1d2c695616c590b3b92b58a7672351d85de47f2a2f6da008b909bccb3
"
}
"
package
"
:
"
e346e016eacfff12233c243718197ca12f148c84e1e84268a896699b41c71780
52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527
"
}
15 changes: 11 additions & 4 deletions third_party/rust/quinn-udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ version
"
1
.
70
.
0
71
"
name
=
Expand All @@ -127,7 +125,7 @@ version
.
5
.
6
8
"
build
=
Expand All @@ -136,6 +134,9 @@ build
.
rs
"
autolib
=
false
autobins
=
false
Expand Down Expand Up @@ -537,4 +538,10 @@ Win32_System_IO
"
Win32_Networking_WinSock
"
"
Win32_System_SystemInformation
"
"
Win32_System_Threading
"
]
17 changes: 17 additions & 0 deletions third_party/rust/quinn-udp/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ netbsd
"
)
}
solarish
:
{
any
(
target_os
=
"
solaris
"
target_os
=
"
illumos
"
)
}
/
/
Convenience
Expand Down
Loading

0 comments on commit 399f187

Please sign in to comment.