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: http-server-rs/http-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: http-server-rs/http-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 22, 2022

  1. chore(deps): bump serde from 1.0.143 to 1.0.144 (#184)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.143...v1.0.144)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a60d88a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde_json from 1.0.83 to 1.0.85 (#185)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.83...v1.0.85)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a27af87 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. chore(deps): bump anyhow from 1.0.61 to 1.0.62 (#186)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.62.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.61...1.0.62)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    87e63a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc5af85 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. chore(deps): bump futures from 0.3.23 to 0.3.24 (#188)

    Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.24.
    - [Release notes](https://github.com/rust-lang/futures-rs/releases)
    - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/futures-rs@0.3.23...0.3.24)
    
    ---
    updated-dependencies:
    - dependency-name: futures
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    863c903 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. feat: resolve with query params (#189)

    * feat: resolve with query params
    
    * fix: clippy issues
    
    * feat: support for sorting by name and size
    
    * fix: clippy warnings
    LeoBorai authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    98767c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a511d View commit details
    Browse the repository at this point in the history
Loading