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 dependencies #1811

Merged
merged 8 commits into from
Jul 10, 2024
Merged

Upgrade dependencies #1811

merged 8 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. chore: update Rust dependencies

    By running 'cargo update' command.
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2cef957 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade doc dependencies

    By running 'make upgrade' command.
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fe1cd84 View commit details
    Browse the repository at this point in the history
  3. chore: upgrade mithril client wasm 'www-test' dependencies

    By running 'npm update' command.
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9b22481 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade mithril client wasm 'www' dependencies

    By running 'npm update' command.
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ec6d712 View commit details
    Browse the repository at this point in the history
  5. chore: bump crates versions

    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b75007f View commit details
    Browse the repository at this point in the history
  6. fix: prettier warnings

    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    24cb92c View commit details
    Browse the repository at this point in the history
  7. fix: libp2p error following update

    Error message: 'Server cert key DER is valid; qed: InvalidCertificate(Other(OtherError(UnsupportedCriticalExtension)))'
    Fixed by running: 'cargo update -p rustls@0.23.11 --precise 0.23.10' and 'cargo update -p rustls-webpki@0.102.5 --precise 0.102.4'
    Issue followed by libp2p/rust-libp2p#5487
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    09592b4 View commit details
    Browse the repository at this point in the history
  8. chore: update nix flake dependencies

    By running 'nix flake update' command.
    jpraynaud committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0869a7c View commit details
    Browse the repository at this point in the history