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: jackTabsCode/asphalt
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: jackTabsCode/asphalt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 15, 2024

  1. Properly handle animation upload error

    jackTabsCode committed Dec 15, 2024
    Copy the full SHA
    0af498c View commit details

Commits on Dec 26, 2024

  1. Bump rustls from 0.23.16 to 0.23.18 in the cargo group across 1 direc…

    …tory (#85)
    
    Bumps the cargo group with 1 update in the / directory:
    [rustls](https://github.com/rustls/rustls).
    
    Updates `rustls` from 0.23.16 to 0.23.18
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/rustls/rustls/commit/33af2c38b0f1e4abf44d59d5b74ccf12f5cf5e56"><code>33af2c3</code></a>
    Prepare 0.23.18</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/ffe646d1ff07d3e1d9f009daadd94228d462425d"><code>ffe646d</code></a>
    Add reproducer for bug 2227</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/69b6f7473a7ae096a9cf9e2d6eb3cd8b22743597"><code>69b6f74</code></a>
    Record and restore the processed cursor in first_handshake_message</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/4ef3532cf2fceda9fdd19947f871adf7020d0b49"><code>4ef3532</code></a>
    Upgrade to mio 1</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/092a16427e81e58ecd6bcfdacc0b49f02bad8db3"><code>092a164</code></a>
    Manage dependencies via the workspace</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/a01bd6bcb536c6cdd490942b0eae2903abcfcab3"><code>a01bd6b</code></a>
    rustls-bench: fix warnings with no features</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/7d74de2c1bdf265531036f50abd3fc04df8c148a"><code>7d74de2</code></a>
    tests: linearize new test code helper</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/499d797b267e0b548fef5225b044b99fc215a8ff"><code>499d797</code></a>
    fix: do not send session_ticket(35) extension for TLS 1.3</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/faca28904efcb3b5a4a5f05be8e03374bf5086df"><code>faca289</code></a>
    chore(deps): lock file maintenance</li>
    <li><a
    href="https://github.com/rustls/rustls/commit/d12f42385c2da74e1ec16826af68d17a13101152"><code>d12f423</code></a>
    fix(deps): update rust crate asn1 to 0.20</li>
    <li>Additional commits viewable in <a
    href="https://github.com/rustls/rustls/compare/v/0.23.16...v/0.23.18">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.16&new-version=0.23.18)](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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/jackTabsCode/asphalt/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2024
    Copy the full SHA
    1114b0f View commit details
  2. Add command to migrate tarmac-manifest.toml (#88)

    Kampfkarren authored Dec 26, 2024
    Copy the full SHA
    f84cdd3 View commit details
  3. Bump hashbrown from 0.15.0 to 0.15.2 in the cargo group across 1 dire…

    …ctory (#86)
    
    Bumps the cargo group with 1 update in the / directory:
    [hashbrown](https://github.com/rust-lang/hashbrown).
    
    Updates `hashbrown` from 0.15.0 to 0.15.2
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's
    changelog</a>.</em></p>
    <blockquote>
    <h2>[v0.15.2] - 2024-11-14</h2>
    <h3>Added</h3>
    <ul>
    <li>Marked <code>const fn</code> constructors as
    <code>rustc_const_stable_indirect</code> when built as
    part of the standard library. (<a
    href="https://redirect.github.com/rust-lang/hashbrown/issues/586">#586</a>)</li>
    </ul>
    <h2>[v0.15.1] - 2024-11-03</h2>
    <p>This release removes the <code>borsh</code> feature introduced in
    0.15.0 because it was
    found to be incorrectly implemented. Users should use the
    <code>hashbrown</code> feature of
    the <code>borsh</code> crate instead which provides the same trait
    implementations.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/rust-lang/hashbrown/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashbrown&package-manager=cargo&previous-version=0.15.0&new-version=0.15.2)](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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/jackTabsCode/asphalt/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2024
    Copy the full SHA
    fa7ae44 View commit details
  4. Release version 0.8.3

    jackTabsCode committed Dec 26, 2024
    Copy the full SHA
    fd6f97e View commit details
  5. Try updating cargo dist

    jackTabsCode committed Dec 26, 2024
    Copy the full SHA
    8fca1b3 View commit details
  6. Update codegen readme

    jackTabsCode committed Dec 26, 2024
    Copy the full SHA
    3d5d9c1 View commit details
  7. Update verbage

    jackTabsCode committed Dec 26, 2024
    Copy the full SHA
    68e01ed View commit details

Commits on Dec 27, 2024

  1. Setup homebrew, maybe?

    jackTabsCode committed Dec 27, 2024
    Copy the full SHA
    10c1abd View commit details
Loading