Skip to content

Commit

Permalink
net/proby: Fix build with rust 1.64.0
Browse files Browse the repository at this point in the history
Update socket2 crate to 0.3.19

PR:		267173
  • Loading branch information
MikaelUrankar committed Oct 30, 2022
1 parent 96c552a commit 1b8d1ee
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 434 deletions.
3 changes: 2 additions & 1 deletion net/proby/Makefile
Expand Up @@ -52,6 +52,7 @@ CARGO_CRATES= actix-codec-0.2.0 \
bytestring-0.1.5 \
cc-1.0.58 \
cfg-if-0.1.10 \
cfg-if-1.0.0 \
chrono-0.4.13 \
clap-2.33.2 \
cloudabi-0.1.0 \
Expand Down Expand Up @@ -181,7 +182,7 @@ CARGO_CRATES= actix-codec-0.2.0 \
slab-0.4.2 \
sluice-0.4.2 \
smallvec-1.4.1 \
socket2-0.3.12 \
socket2-0.3.19 \
strsim-0.8.0 \
structopt-0.3.16 \
structopt-derive-0.4.9 \
Expand Down

0 comments on commit 1b8d1ee

Please sign in to comment.