Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    793af1e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. chore(ci): run cargo-audit weekly to check for known vulnerabilities …

    …in dependencies. (#3246)
    
    `cargo audit` checks for dependencies with known issues. This PR adds a github workflow that runs `cargo audit` on a weekly basis on `HEAD` and whenever a dependency changes.
    
    Signed-off-by: Michael Rodler <[email protected]>
    Co-authored-by: Michael Rodler <[email protected]>
    Co-authored-by: f0rki <[email protected]>
    3 people authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2968dbc View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    9da1814 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    4bfe65a View commit details
    Browse the repository at this point in the history
  2. refactor(http1): replace many args of Chunked::step with struct (#3982)

    It's kind of the same thing, but by using a struct, the arguments are
    essentially named, instead of relying of position.
    seanmonstar authored Nov 25, 2025
    1 Configuration menu
    Copy the full SHA
    be18a92 View commit details
    Browse the repository at this point in the history
Loading