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.7
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.8
Choose a head ref
  • 11 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 4, 2023

  1. chore: update authors

    LeoBorai committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    33c7327 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(deps): bump async-trait from 0.1.72 to 0.1.74 (#380)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72
    to 0.1.74.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/dtolnay/async-trait/releases">async-trait's
    releases</a>.</em></p>
    <blockquote>
    <h2>0.1.74</h2>
    <ul>
    <li>Documentation improvements</li>
    </ul>
    <h2>0.1.73</h2>
    <ul>
    <li>Prevent generated code from triggering ignored_unit_patterns
    pedantic clippy lint</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/265979b07a9af573e1edd3b2a9b179533cfa7a6c"><code>265979b</code></a>
    Release 0.1.74</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/5e677097d2e67f7a5c5e3023e2f3b99b36a9e132"><code>5e67709</code></a>
    Fix doc test when async fn in trait is natively supported</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/ef144aed28b636eb65759505b2323afc4c753fbe"><code>ef144ae</code></a>
    Update ui test suite to nightly-2023-10-15</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/9398a28d6fc977ccf8c286bd85b4b87a883f92ac"><code>9398a28</code></a>
    Test docs.rs documentation build in CI</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/8737173dafa371e5e9e491d736513be1baf697f4"><code>8737173</code></a>
    Update ui test suite to nightly-2023-09-24</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/5ba643c001a55f70c4a44690e040cdfab873ba56"><code>5ba643c</code></a>
    Test dyn Trait containing async fn</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/247c8e7b0b3ff69c9518ebf93e69fe74d47f17b6"><code>247c8e7</code></a>
    Add ui test testing the recommendation to use async-trait</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/799db66a84834c403860df4a8c0227d8fb7f9d9d"><code>799db66</code></a>
    Update ui test suite to nightly-2023-09-23</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/0e60248011f751d8ccf58219d0a79aacfe9619f1"><code>0e60248</code></a>
    Update actions/checkout@v3 -&gt; v4</li>
    <li><a
    href="https://github.com/dtolnay/async-trait/commit/7fcbc83993d5ef483d048c271a7f6c4ac8c98388"><code>7fcbc83</code></a>
    Update ui test suite to nightly-2023-08-29</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.74">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.72&new-version=0.1.74)](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 Nov 6, 2023
    Configuration menu
    Copy the full SHA
    152d934 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde from 1.0.189 to 1.0.191 (#382)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to
    1.0.191.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/serde-rs/serde/releases">serde's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.0.191</h2>
    <ul>
    <li>Documentation improvements</li>
    </ul>
    <h2>v1.0.190</h2>
    <ul>
    <li>Preserve NaN sign when deserializing f32 from f64 or vice versa (<a
    href="https://redirect.github.com/serde-rs/serde/issues/2637">#2637</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/serde-rs/serde/commit/59892e7b58f95dace1fbf57bfa3072dc655b598e"><code>59892e7</code></a>
    Release 1.0.191</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/97dd07a7d156f037a75be70022816b59b11f1bb1"><code>97dd07a</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/serde/issues/2647">#2647</a>
    from dtolnay/doccfg</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/c8bc97c81be0251670e3f3f279dc45820ad87784"><code>c8bc97c</code></a>
    Document &quot;rc&quot; and &quot;unstable&quot; features on
    docs.rs</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/9dacfbbd69d7911910eb641ed3deb6ce723059f0"><code>9dacfbb</code></a>
    Fill in more doc(cfg) attributes</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/05c2509d07ae52a15db3675aa6e942620d988c3a"><code>05c2509</code></a>
    Relocate cfg attrs into deref_impl</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/64f949b37b5b6cd1c02f71ab13d8beae53150b5d"><code>64f949b</code></a>
    Relocate cfg attrs into parse_ip_impl and parse_socket_impl</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/3f339de36ae3e72fa4b2d683c12d3c37ec19537d"><code>3f339de</code></a>
    Relocate cfg attrs into seq_impl and map_impl</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/215c2b71ef387e193860b57ee2868f3a2367afaa"><code>215c2b7</code></a>
    Relocate cfg attrs into forwarded_impl macro</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/ce8fef7e0b917cc5150b3c753fd444c2a5f2acc6"><code>ce8fef7</code></a>
    Show that derives are specific to feature=&quot;derive&quot; in
    documentation</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/0726b2c4799fb31705aa8c488209dd865a8fe851"><code>0726b2c</code></a>
    Enable feature(doc_cfg) during docs.rs documentation build</li>
    <li>Additional commits viewable in <a
    href="https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.191">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.189&new-version=1.0.191)](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 Nov 6, 2023
    Configuration menu
    Copy the full SHA
    721ad18 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump local-ip-address from 0.5.4 to 0.5.6 (#384)

    Bumps
    [local-ip-address](https://github.com/EstebanBorai/local-ip-address)
    from 0.5.4 to 0.5.6.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/EstebanBorai/local-ip-address/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=local-ip-address&package-manager=cargo&previous-version=0.5.4&new-version=0.5.6)](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 Nov 6, 2023
    Configuration menu
    Copy the full SHA
    df04b53 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump serde_json from 1.0.107 to 1.0.108 (#383)

    [//]: # (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 [serde_json](https://github.com/serde-rs/json) from 1.0.107 to
    1.0.108.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/serde-rs/json/releases">serde_json's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.0.108</h2>
    <ul>
    <li>Documentation improvements (<a
    href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>,
    <a
    href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>,
    <a
    href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>,
    thanks <a href="https://github.com/dimo414"><code>@​dimo414</code></a>
    and <a
    href="https://github.com/fritzrehde"><code>@​fritzrehde</code></a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/serde-rs/json/commit/4bc1eaa03a6160593575bc9bc60c94dba4cab1e3"><code>4bc1eaa</code></a>
    Release 1.0.108</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/1454eac069394f96838b86e71063339edf02148e"><code>1454eac</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>
    from dtolnay/fromdoc</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/0f072fad735f03476c884b5257e894a54facc01b"><code>0f072fa</code></a>
    Improve Value From and FromIterator docs</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/a8e6f75a9b81f6c7877600cd458a3e0e732487a0"><code>a8e6f75</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>
    from fritzrehde/master</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/ebaf61709aba7a3f2429a5d95a694514f180f565"><code>ebaf617</code></a>
    fixed typos</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/f56053d6f8cb45f61a71570a22d3272bfeb89909"><code>f56053d</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/json/issues/1080">#1080</a>
    from serde-rs/negativenan</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/4e091d5d6d9fd94881b64214ac5696b22028721d"><code>4e091d5</code></a>
    Add test of negative NaN and negative infinity</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/421a70d1a6c7e30232a526fdb071b2dc52ec9f07"><code>421a70d</code></a>
    Fix unused imports</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/39f5ad15343a6a1b00660ef74157ad568a2a6c79"><code>39f5ad1</code></a>
    Remove 'remember to update' reminder from Cargo.toml</li>
    <li><a
    href="https://github.com/serde-rs/json/commit/5bb696029d2701d458029b372300cb23417e56ad"><code>5bb6960</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>
    from dimo414/master</li>
    <li>Additional commits viewable in <a
    href="https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.107&new-version=1.0.108)](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 Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9a39c82 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. chore(deps): bump serde from 1.0.191 to 1.0.192 (#395)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.191 to
    1.0.192.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/serde-rs/serde/releases">serde's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.0.192</h2>
    <ul>
    <li>Allow internal tag field in untagged variant (<a
    href="https://redirect.github.com/serde-rs/serde/issues/2646">#2646</a>,
    thanks <a
    href="https://github.com/robsdedude"><code>@​robsdedude</code></a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/serde-rs/serde/commit/4676abdc9e6bbbddfb33a00ce8d7e81e92f01120"><code>4676abd</code></a>
    Release 1.0.192</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/35700eb23e21d8cb198ef4a422ddad13b855ce3b"><code>35700eb</code></a>
    Merge pull request <a
    href="https://redirect.github.com/serde-rs/serde/issues/2646">#2646</a>
    from robsdedude/fix/2643/allow-tag-field-in-untagged</li>
    <li><a
    href="https://github.com/serde-rs/serde/commit/589549d7e62051160e0ed7382e1dcc4b924c38c9"><code>589549d</code></a>
    Allow internal tag field in untagged variant</li>
    <li>See full diff in <a
    href="https://github.com/serde-rs/serde/compare/v1.0.191...v1.0.192">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.191&new-version=1.0.192)](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 Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ee8980a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump http from 0.2.9 to 0.2.11 (#396)

    Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 0.2.11.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/hyperium/http/releases">http's
    releases</a>.</em></p>
    <blockquote>
    <h2>v0.2.10</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix parsing of <code>Authority</code> to handle square brackets in
    incorrect order.</li>
    <li>Fix <code>HeaderMap::with_capacity()</code> to handle arithmetic
    overflow.</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/nickelc"><code>@​nickelc</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/598">hyperium/http#598</a></li>
    <li><a
    href="https://github.com/IsaacCloos"><code>@​IsaacCloos</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/609">hyperium/http#609</a></li>
    <li><a href="https://github.com/f0rki"><code>@​f0rki</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/613">hyperium/http#613</a></li>
    <li><a href="https://github.com/discord9"><code>@​discord9</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/616">hyperium/http#616</a></li>
    <li><a href="https://github.com/mxsm"><code>@​mxsm</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/630">hyperium/http#630</a></li>
    <li><a href="https://github.com/xiaolou86"><code>@​xiaolou86</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/633">hyperium/http#633</a></li>
    <li><a
    href="https://github.com/HeeillWang"><code>@​HeeillWang</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/hyperium/http/pull/628">hyperium/http#628</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md">http's
    changelog</a>.</em></p>
    <blockquote>
    <h1>0.2.11 (November 13, 2023)</h1>
    <ul>
    <li>Fix MIRI error in <code>header::Iter</code>.</li>
    </ul>
    <h1>0.2.10 (November 10, 2023)</h1>
    <ul>
    <li>Fix parsing of <code>Authority</code> to handle square brackets in
    incorrect order.</li>
    <li>Fix <code>HeaderMap::with_capacity()</code> to handle arithmetic
    overflow.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/hyperium/http/commit/bf26ad58295d3ea1e2b5c55741c128517561e90d"><code>bf26ad5</code></a>
    v0.2.11</li>
    <li><a
    href="https://github.com/hyperium/http/commit/03c6e74ac65f50e981b20e7411179e002595e53d"><code>03c6e74</code></a>
    fix MIRI error in header::Iter (<a
    href="https://redirect.github.com/hyperium/http/issues/642">#642</a>)</li>
    <li><a
    href="https://github.com/hyperium/http/commit/818269d4586c32ced8c6f95c00469ec0c0736552"><code>818269d</code></a>
    v0.2.10</li>
    <li><a
    href="https://github.com/hyperium/http/commit/b41d0b98838fa21573aebba9ef3960b7680f571c"><code>b41d0b9</code></a>
    Resolve arith overflow on with_capacity (<a
    href="https://redirect.github.com/hyperium/http/issues/628">#628</a>)</li>
    <li><a
    href="https://github.com/hyperium/http/commit/25c1803c308812e027ca6ca713882a1e9c959108"><code>25c1803</code></a>
    chore: fix typos (<a
    href="https://redirect.github.com/hyperium/http/issues/633">#633</a>)</li>
    <li><a
    href="https://github.com/hyperium/http/commit/1a04e715f49c9ac3fe8195583e8c9959cbd368d3"><code>1a04e71</code></a>
    docs: fix some spelling mistakes (<a
    href="https://redirect.github.com/hyperium/http/issues/630">#630</a>)</li>
    <li><a
    href="https://github.com/hyperium/http/commit/78e3d37563b0fe83886abffdcd8569117d45fee9"><code>78e3d37</code></a>
    make miri happy</li>
    <li><a
    href="https://github.com/hyperium/http/commit/4f28cbd41827bf2d57ef1f45539b2b276212e292"><code>4f28cbd</code></a>
    early reject URI authority if too many &quot;:&quot; chars</li>
    <li><a
    href="https://github.com/hyperium/http/commit/4756547f9edb8b37b1405c93cb6321ea0de72000"><code>4756547</code></a>
    When parsing Uri authority, check that the square brackets are in the
    correct...</li>
    <li><a
    href="https://github.com/hyperium/http/commit/746fce89e7a18c0258b3c2829b44624a74c750b6"><code>746fce8</code></a>
    ci: only check msrv, not test</li>
    <li>Additional commits viewable in <a
    href="https://github.com/hyperium/http/compare/v0.2.9...v0.2.11">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.2.9&new-version=0.2.11)](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 Nov 13, 2023
    Configuration menu
    Copy the full SHA
    54bacc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix: allow http for proxy (#400)

    <!--
    Developer's Certificate of Origin 1.1
    
    By making a contribution to this project, I certify that:
    
    (a) The contribution was created in whole or in part by me and I
        have the right to submit it under the open source license
        indicated in the file; or
    
    (b) The contribution is based upon previous work that, to the best
        of my knowledge, is covered under an appropriate open source
        license and I have the right under that license to submit that
        work with modifications, whether created in whole or in part
        by me, under the same open source license (unless I am
        permitted to submit under a different license), as indicated
        in the file; or
    
    (c) The contribution was provided directly to me by some other
        person who certified (a), (b) or (c) and I have not modified
        it.
    
    (d) I understand and agree that this project and the contribution
        are public and that a record of the contribution (including all
        personal information I submit with it, including my sign-off) is
        maintained indefinitely and may be redistributed consistent with
        this project or the open source license(s) involved.
    -->
    
    Allows HTTP when using `--proxy`.
    LeoBorai authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    72bd077 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump rustls-pemfile from 1.0.3 to 1.0.4 (#399)

    [//]: # (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 [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to
    1.0.4.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/rustls/pemfile/commit/dffcbf7fbce8f499869a32c95770213b8c7e2b0f"><code>dffcbf7</code></a>
    Bump version to 1.0.4</li>
    <li><a
    href="https://github.com/rustls/pemfile/commit/cc2ac26d5e0de8a66ec474f95b921049591b36b7"><code>cc2ac26</code></a>
    docs: update README with 1.0.4 changelog.</li>
    <li><a
    href="https://github.com/rustls/pemfile/commit/cc3fe92711a6a53b88a84c741da67c0ef9bedf02"><code>cc3fe92</code></a>
    Allow additionally parsing \r newlines in PEM files</li>
    <li>See full diff in <a
    href="https://github.com/rustls/pemfile/compare/v/1.0.3...v/1.0.4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-pemfile&package-manager=cargo&previous-version=1.0.3&new-version=1.0.4)](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 Nov 14, 2023
    Configuration menu
    Copy the full SHA
    70fc494 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix: implementation of file size formatting (#379)

    This PR removes `src/utils/fmt.rs`, since it only had the `format_bytes`
    function, which can also be used from another library.
    
    The implementation of `format_bytes` is also incorrect. `1024 bytes` is
    not equal to `1KB`, as the test indicates. `1024 bytes` is equal to
    `1KiB`, and means `Kibibyte`, where `bi` stands for binary. Why not just
    use a library for that? That would eliminate such bugs.
    
    The PR changes the file size type from `String` to `u64` and adds a
    `_bytes` postfix to the property name.
    ```diff
    - pub(crate) size: String,
    + pub(crate) size_bytes: u64,
    ```
    I would love to store the file size as the `Size` struct provided by the
    `size` crate and remove the postfix, but `Size` doesn't implement the
    `Serialize` trait, and we'd have to wait for that before we can do that.
    
    ---------
    
    Co-authored-by: Esteban Borai <estebanborai@gmail.com>
    Antosser and LeoBorai authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5f8796e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eabb9b View commit details
    Browse the repository at this point in the history
Loading