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

Upgrade tonic and prost #593

Merged
merged 11 commits into from
Jan 23, 2024
Merged

Commits on Nov 17, 2023

  1. Use upstream version of h2

    Go back to upstream h2 version as the go-grpc bug is long solved
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0155169 View commit details
    Browse the repository at this point in the history
  2. webhook: Upgrade actix

    Upgrade actix, actix-web and actix-rt to latest,
    This solves the following audit issues:
     - RUSTSEC-2020-0016
     - RUSTSEC-2020-0056
     - RUSTSEC-2021-0124
     - RUSTSEC-2023-0034
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d3e4a23 View commit details
    Browse the repository at this point in the history
  3. Update all dependencies

    Opcua crate patch update required because of
    [opcua#294](locka99/opcua#294)
    
    h2 patch needed because of the bad/missing Authority header, using
    upstream PR branch for this
    [h2#612](hyperium/h2#612)
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    afbb1fb View commit details
    Browse the repository at this point in the history
  4. Upgrade to 2021 edition

    This is needed to be able to upgrade prost dependency
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    27e8428 View commit details
    Browse the repository at this point in the history
  5. Update to rust 1.73.0

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7b9feb4 View commit details
    Browse the repository at this point in the history
  6. Fix clippy errors/warning with new rust version and edition

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5bfaab9 View commit details
    Browse the repository at this point in the history
  7. Update tonic and prost

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    74387d4 View commit details
    Browse the repository at this point in the history
  8. Change uri used for patched h2

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ec426f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update patch version

    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b8d66d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Remove patch for opcua as upstream made release

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    469daf4 View commit details
    Browse the repository at this point in the history
  2. Also upgrade mockall

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    491879d View commit details
    Browse the repository at this point in the history