Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udp: harden ConnectionValidator; run cargo update #162

Merged
merged 2 commits into from
Dec 25, 2023

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    ba8bdd6 View commit details
    Browse the repository at this point in the history
  2. Run cargo update

        Updating anyhow v1.0.75 -> v1.0.76
        Removing base64 v0.13.1
        Updating clap v4.4.8 -> v4.4.11
        Updating clap_builder v4.4.8 -> v4.4.11
        Updating colored v2.0.4 -> v2.1.0
        Updating crossbeam v0.8.2 -> v0.8.3
        Updating crossbeam-channel v0.5.8 -> v0.5.10
        Updating crossbeam-deque v0.8.3 -> v0.8.4
        Updating crossbeam-epoch v0.9.15 -> v0.9.17
        Updating crossbeam-queue v0.3.8 -> v0.3.10
        Updating crossbeam-utils v0.8.16 -> v0.8.18
        Updating data-encoding v2.4.0 -> v2.5.0
        Updating deranged v0.3.9 -> v0.3.10
        Updating errno v0.3.7 -> v0.3.8
        Updating form_urlencoded v1.2.0 -> v1.2.1
        Updating futures v0.3.29 -> v0.3.30
        Updating futures-channel v0.3.29 -> v0.3.30
        Updating futures-core v0.3.29 -> v0.3.30
        Updating futures-executor v0.3.29 -> v0.3.30
        Updating futures-io v0.3.29 -> v0.3.30
        Updating futures-macro v0.3.29 -> v0.3.30
        Updating futures-sink v0.3.29 -> v0.3.30
        Updating futures-task v0.3.29 -> v0.3.30
        Updating futures-util v0.3.29 -> v0.3.30
        Updating gimli v0.28.0 -> v0.28.1
        Updating hashbrown v0.14.2 -> v0.14.3
        Updating hdrhistogram v7.5.3 -> v7.5.4
        Updating http-body v0.4.5 -> v0.4.6
        Updating hyper v0.14.27 -> v0.14.28
        Updating idna v0.4.0 -> v0.5.0
        Updating itoa v1.0.9 -> v1.0.10
        Updating js-sys v0.3.65 -> v0.3.66
        Updating libc v0.2.150 -> v0.2.151
        Updating linux-raw-sys v0.4.11 -> v0.4.12
        Updating mach2 v0.4.1 -> v0.4.2
        Updating metrics-exporter-prometheus v0.12.1 -> v0.12.2
        Updating metrics-macros v0.7.0 -> v0.7.1
        Updating mio v0.8.9 -> v0.8.10
        Updating object v0.32.1 -> v0.32.2
        Updating once_cell v1.18.0 -> v1.19.0
        Updating percent-encoding v2.3.0 -> v2.3.1
        Updating pkg-config v0.3.27 -> v0.3.28
        Updating portable-atomic v1.5.1 -> v1.6.0
        Updating proc-macro2 v1.0.69 -> v1.0.71
        Updating ring v0.17.5 -> v0.17.7
        Updating rustix v0.38.24 -> v0.38.28
        Updating rustls v0.21.9 -> v0.21.10
        Updating ryu v1.0.15 -> v1.0.16
        Updating serde v1.0.192 -> v1.0.193
        Updating serde_derive v1.0.192 -> v1.0.193
        Updating serde_spanned v0.6.4 -> v0.6.5
        Updating simple_logger v4.2.0 -> v4.3.0
        Updating slotmap v1.0.6 -> v1.0.7
        Updating syn v2.0.39 -> v2.0.43
        Updating thiserror v1.0.50 -> v1.0.52
        Updating thiserror-impl v1.0.50 -> v1.0.52
        Updating time v0.3.30 -> v0.3.31
        Updating time-macros v0.2.15 -> v0.2.16
        Updating tokio v1.34.0 -> v1.35.1
        Updating try-lock v0.2.4 -> v0.2.5
        Updating unicode-bidi v0.3.13 -> v0.3.14
        Updating url v2.4.1 -> v2.5.0
        Updating wasm-bindgen v0.2.88 -> v0.2.89
        Updating wasm-bindgen-backend v0.2.88 -> v0.2.89
        Updating wasm-bindgen-macro v0.2.88 -> v0.2.89
        Updating wasm-bindgen-macro-support v0.2.88 -> v0.2.89
        Updating wasm-bindgen-shared v0.2.88 -> v0.2.89
        Updating web-sys v0.3.65 -> v0.3.66
        Removing windows-sys v0.42.0
        Removing windows_aarch64_gnullvm v0.42.2
        Removing windows_aarch64_msvc v0.42.2
        Removing windows_i686_gnu v0.42.2
        Removing windows_i686_msvc v0.42.2
        Removing windows_x86_64_gnu v0.42.2
        Removing windows_x86_64_gnullvm v0.42.2
        Removing windows_x86_64_msvc v0.42.2
        Updating winnow v0.5.28 -> v0.5.30
        Updating zerocopy v0.7.26 -> v0.7.32
        Updating zerocopy-derive v0.7.26 -> v0.7.32
    greatest-ape committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a3b6cab View commit details
    Browse the repository at this point in the history