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.6
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.7
Choose a head ref
  • 19 commits
  • 17 files changed
  • 5 contributors

Commits on Jul 31, 2023

  1. chore(deps): bump serde from 1.0.171 to 1.0.179 (#347)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.179.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.171...v1.0.179)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3e82f9f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. chore(deps): bump serde_json from 1.0.103 to 1.0.105 (#350)

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    f54e88b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde from 1.0.179 to 1.0.185 (#351)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.179 to 1.0.185.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.179...v1.0.185)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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, 2023
    Configuration menu
    Copy the full SHA
    99f9cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288acef View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore(deps): bump anyhow from 1.0.72 to 1.0.75 (#352)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.72...1.0.75)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bba2a71 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde from 1.0.185 to 1.0.188 (#354)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.185 to 1.0.188.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.185...v1.0.188)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1601211 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump local-ip-address from 0.5.3 to 0.5.4 (#355)

    Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.5.3 to 0.5.4.
    - [Release notes](https://github.com/EstebanBorai/local-ip-address/releases)
    - [Changelog](https://github.com/EstebanBorai/local-ip-address/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/EstebanBorai/local-ip-address/commits)
    
    ---
    updated-dependencies:
    - dependency-name: local-ip-address
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    866a330 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore(deps): bump serde_json from 1.0.105 to 1.0.107 (#364)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.107.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.105...v1.0.107)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e7578de View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump chrono from 0.4.26 to 0.4.31 (#368)

    Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.31.
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
    - [Commits](chronotope/chrono@v0.4.26...v0.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: chrono
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    096c0e0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump serde from 1.0.188 to 1.0.189 (#367)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.188...v1.0.189)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a080827 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix: remove discord link

    LeoBorai authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    16d3794 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. fix: file list overflow (#369)

    * Fix overflow of single table cell (.bcol)
    
    * Fix statusbar covering up table
    
    * Run "cargo clippy --fix"
    Antosser authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e13e59f View commit details
    Browse the repository at this point in the history
  2. feat: replace --verbose with --quiet (#370)

    * Replace --verbose with --quiet
    
    * Replaced last remaining "verbose" with "quiet"
    
    * Fix capitalization of "Print"
    
    * fix: spacing in readme
    
    * Run "cargo clippy --fix"
    
    ---------
    
    Co-authored-by: Esteban Borai <estebanborai@gmail.com>
    Antosser and LeoBorai authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    30ba164 View commit details
    Browse the repository at this point in the history
  3. fix: remove all non-automatic clippy warnings (#372)

    * Fix ALL clippy warnings
    
    * Fix disagreement between clippy and fmt
    Antosser authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    045e34b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore(deps): bump futures from 0.3.28 to 0.3.29 (#376)

    Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to
    0.3.29.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/rust-lang/futures-rs/releases">futures's
    releases</a>.</em></p>
    <blockquote>
    <h2>0.3.29</h2>
    <ul>
    <li>Add <code>TryStreamExt::try_ready_chunks</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2757">#2757</a>)</li>
    <li>Add <code>TryStreamExt::{try_all,try_any}</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2783">#2783</a>)</li>
    <li>Add <code>UnboundedSender::{len,is_empty}</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2750">#2750</a>)</li>
    <li>Fix <code>Sync</code> impl of <code>FuturesUnordered</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2788">#2788</a>)</li>
    <li>Fix infinite loop caused by invalid UTF-8 bytes (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2785">#2785</a>)</li>
    <li>Fix build error with -Z minimal-versions (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2761">#2761</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures's
    changelog</a>.</em></p>
    <blockquote>
    <h1>0.3.29 - 2023-10-26</h1>
    <ul>
    <li>Add <code>TryStreamExt::try_ready_chunks</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2757">#2757</a>)</li>
    <li>Add <code>TryStreamExt::{try_all,try_any}</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2783">#2783</a>)</li>
    <li>Add <code>UnboundedSender::{len,is_empty}</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2750">#2750</a>)</li>
    <li>Fix <code>Sync</code> impl of <code>FuturesUnordered</code> (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2788">#2788</a>)</li>
    <li>Fix infinite loop caused by invalid UTF-8 bytes (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2785">#2785</a>)</li>
    <li>Fix build error with -Z minimal-versions (<a
    href="https://redirect.github.com/rust-lang/futures-rs/issues/2761">#2761</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/86f2a6aa8c0a188c8b75be0e4eac711321fd13d7"><code>86f2a6a</code></a>
    Release 0.3.29</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/a40204d698c0f435fe53e4d6a3191239375c9103"><code>a40204d</code></a>
    Provide AtomicWaker if portable-atomic feature is enabled, even if
    atomic CAS...</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/24cca65c7ab4677b399a25038721b64cb9cd4da7"><code>24cca65</code></a>
    Add <code>TryAny</code> adapter</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/e60a439bde9d0444aaddc7fb51c5d9d78547f14c"><code>e60a439</code></a>
    Add <code>TryAll</code> adapter</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/5051335313576ea32d172a68beda3cdfcb2823de"><code>5051335</code></a>
    Remove unsafe code from AssertUnmoved</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/60a86e1532ec890cfa8e4c35e89b2170a748a5d6"><code>60a86e1</code></a>
    Fix Sync impl of FuturesUnordered</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/f392082f3a2546b2a2bd56b230e7035394d8427e"><code>f392082</code></a>
    Extend io::AsyncBufReadExt::lines example with invalid UTF-8</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/2f2ec390e47576c4964995a31197499d4d19d7ab"><code>2f2ec39</code></a>
    Fix infinite loop caused by invalid UTF-8 bytes</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/8570ea6a7abcaeee86d72ce2b12e3ce2950d5c50"><code>8570ea6</code></a>
    Fix unused_imports warning</li>
    <li><a
    href="https://github.com/rust-lang/futures-rs/commit/43c0c5f81a790738fc00b28a60dfb513de892a5d"><code>43c0c5f</code></a>
    Add tests for <code>StreamExt::all</code> and
    <code>StreamExt::any</code></li>
    <li>Additional commits viewable in <a
    href="https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.29">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futures&package-manager=cargo&previous-version=0.3.28&new-version=0.3.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f67c935 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump flate2 from 1.0.26 to 1.0.28 (#377)

    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️ 
    
    Rebasing might not happen immediately, so don't worry if this takes some
    time.
    
    Note: if you make any changes to this PR yourself, they will take
    precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to
    1.0.28.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/rust-lang/flate2-rs/releases">flate2's
    releases</a>.</em></p>
    <blockquote>
    <h2>1.0.28</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Use explicit Default for GzHeaderState enum by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/371">rust-lang/flate2-rs#371</a></li>
    <li>Fix spare capacity handling by <a
    href="https://github.com/anforowicz"><code>@​anforowicz</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/373">rust-lang/flate2-rs#373</a></li>
    <li>Fix and unify docs of <code>bufread</code> and <code>read</code>
    types. by <a
    href="https://github.com/georeth"><code>@​georeth</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/375">rust-lang/flate2-rs#375</a></li>
    <li>Reset StreamWrapper after calling mz_inflate / mz_deflate by <a
    href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in
    <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/380">rust-lang/flate2-rs#380</a></li>
    <li>prepare next patch-release by <a
    href="https://github.com/Byron"><code>@​Byron</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/378">rust-lang/flate2-rs#378</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/anforowicz"><code>@​anforowicz</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/373">rust-lang/flate2-rs#373</a></li>
    <li><a href="https://github.com/georeth"><code>@​georeth</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/375">rust-lang/flate2-rs#375</a></li>
    <li><a
    href="https://github.com/Manishearth"><code>@​Manishearth</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/380">rust-lang/flate2-rs#380</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28">https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28</a></p>
    <h2>1.0.27</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Move GzHeader into GzState by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/344">rust-lang/flate2-rs#344</a></li>
    <li>Move blocked_partial_header_read test to read module by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/345">rust-lang/flate2-rs#345</a></li>
    <li>Move gzip header parsing out of bufread module by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/346">rust-lang/flate2-rs#346</a></li>
    <li>Fix a comment on the <code>Compression</code> struct by <a
    href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/351">rust-lang/flate2-rs#351</a></li>
    <li>Add notes about multiple streams to <code>GzDecoder</code> by <a
    href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/347">rust-lang/flate2-rs#347</a></li>
    <li>better error message when compiling with
    <code>--no-default-features</code> or <code>default-features =
    false</code> by <a
    href="https://github.com/Byron"><code>@​Byron</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/360">rust-lang/flate2-rs#360</a></li>
    <li>Fix Read encoder examples by <a
    href="https://github.com/markgoddard"><code>@​markgoddard</code></a> in
    <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/356">rust-lang/flate2-rs#356</a></li>
    <li>Add CIFuzz Github action by <a
    href="https://github.com/DavidKorczynski"><code>@​DavidKorczynski</code></a>
    in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/326">rust-lang/flate2-rs#326</a></li>
    <li>Fix GzDecoder Write partial filenames and comments by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/323">rust-lang/flate2-rs#323</a></li>
    <li>Fix header CRC calculation of trailing zeros by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/363">rust-lang/flate2-rs#363</a></li>
    <li>Fix broken link on README.md by <a
    href="https://github.com/wcampbell0x2a"><code>@​wcampbell0x2a</code></a>
    in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/366">rust-lang/flate2-rs#366</a></li>
    <li>Recommend MultiGzDecoder over GzDecoder in docs by <a
    href="https://github.com/jsha"><code>@​jsha</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/324">rust-lang/flate2-rs#324</a></li>
    <li>Add functionality for custom (de)compress instances by <a
    href="https://github.com/PierreV23"><code>@​PierreV23</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/361">rust-lang/flate2-rs#361</a></li>
    <li>Add maintenance document by <a
    href="https://github.com/Byron"><code>@​Byron</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/362">rust-lang/flate2-rs#362</a></li>
    <li>Document that <code>read::GzDecoder</code> consumes bytes after end
    of gzip by <a
    href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/367">rust-lang/flate2-rs#367</a></li>
    <li>prepare 1.0.27 release by <a
    href="https://github.com/Byron"><code>@​Byron</code></a> in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/369">rust-lang/flate2-rs#369</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Byron"><code>@​Byron</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/360">rust-lang/flate2-rs#360</a></li>
    <li><a
    href="https://github.com/markgoddard"><code>@​markgoddard</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/356">rust-lang/flate2-rs#356</a></li>
    <li><a href="https://github.com/jsha"><code>@​jsha</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/324">rust-lang/flate2-rs#324</a></li>
    <li><a href="https://github.com/PierreV23"><code>@​PierreV23</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/rust-lang/flate2-rs/pull/361">rust-lang/flate2-rs#361</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27">https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/a99b53ec65d3c2e3f703e5e865d5e886a23a83dc"><code>a99b53e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/rust-lang/flate2-rs/issues/378">#378</a>
    from Byron/prep-release</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/223f82937a88c229260762cce9f83fd0cb100836"><code>223f829</code></a>
    Merge pull request <a
    href="https://redirect.github.com/rust-lang/flate2-rs/issues/380">#380</a>
    from Manishearth/reset-stream</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/7a61ea527a2ed4657ba8c6b8e04360f5156dadd2"><code>7a61ea5</code></a>
    Reset StreamWrapper after calling mz_inflate / mz_deflate</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/1260d3e88891672ad15c2d336537bdd8f607bb70"><code>1260d3e</code></a>
    prepare next patch-release</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/f62ff42615861f1d890160c5f77647466505eac0"><code>f62ff42</code></a>
    Merge pull request <a
    href="https://redirect.github.com/rust-lang/flate2-rs/issues/375">#375</a>
    from georeth/fix-read-doc</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/5b23cc91269c44165b07cbfee493d4aa353724fd"><code>5b23cc9</code></a>
    Fix and unify docs of <code>bufread</code> and <code>read</code>
    types.</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/f285e9abac98aa4f0a15d2e79993a261f166056c"><code>f285e9a</code></a>
    Merge pull request <a
    href="https://redirect.github.com/rust-lang/flate2-rs/issues/373">#373</a>
    from anforowicz/fix-spare-capacity-handling</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/69972b8262fbe03c28450c4c18961b41ad92af6a"><code>69972b8</code></a>
    Fix soundness of <code>write_to_spare_capacity_of_vec</code>.</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/82e45fa8901824344cf636a37c03b2595478a4d1"><code>82e45fa</code></a>
    Refactoring: Dedupe code into
    <code>write_to_spare_capacity_of_vec</code> helper.</li>
    <li><a
    href="https://github.com/rust-lang/flate2-rs/commit/20cdcbea7d0541809beb516d8717e793d8d965eb"><code>20cdcbe</code></a>
    Merge pull request <a
    href="https://redirect.github.com/rust-lang/flate2-rs/issues/371">#371</a>
    from jongiddy/jgiddy/msrv-1.53</li>
    <li>Additional commits viewable in <a
    href="https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.28">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.26&new-version=1.0.28)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9c273cf View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. feat: sort by date created/modified (#373)

    Co-authored-by: Esteban Borai <estebanborai@gmail.com>
    Antosser and LeoBorai authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    04d73b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1878a26 View commit details
    Browse the repository at this point in the history
Loading