mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump arbitrary from 1.4.1 to 1.4.2 in /rust (#10220)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.4.1 to 1.4.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md">arbitrary's changelog</a>.</em></p> <blockquote> <h2>1.4.2</h2> <p>Released 2025-08-13.</p> <h3>Added</h3> <ul> <li>Added formal MSRV policy: "We reserve the right to increment the MSRV on minor releases, however we will strive to only do it deliberately and for good reasons." The current MSRV is 1.63.0.</li> <li>Added an <code>Arbitrary</code> implementation for <code>core::cmp::Reverse</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Landed a handful of changes to the code generated by <code>#[derive(Arbitrary)]</code> that speed up compilation.</li> </ul> <h3>Fixed</h3> <ul> <li>Better documented bias and behavior when running out of entropy, fixed some outdated and incorrect docs related to this.</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dc22fdefd5"><code>dc22fde</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/230">#230</a> from fitzgen/bump-to-1.4.2</li> <li><a href="2032403863"><code>2032403</code></a> Bump to version 1.4.2</li> <li><a href="688b494f8a"><code>688b494</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/229">#229</a> from nnethercote/with_recursive_count</li> <li><a href="40fe82d4df"><code>40fe82d</code></a> Shrink derived code size with <code>with_recursive_count</code>.</li> <li><a href="3fbc2d7ce9"><code>3fbc2d7</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/228">#228</a> from nnethercote/fieldless-enums-no-recursion</li> <li><a href="88bb8e2dc3"><code>88bb8e2</code></a> Avoid recursive count guard for fieldless enums.</li> <li><a href="95cc16a2c4"><code>95cc16a</code></a> Use <code>size_hint</code> for enum discriminants.</li> <li><a href="698d4912ab"><code>698d491</code></a> Use <code>TokenStream</code> instead of <code>impl quote::ToTokens</code>.</li> <li><a href="9029685a9d"><code>9029685</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/227">#227</a> from nnethercote/const-recursive_count</li> <li><a href="27241c6921"><code>27241c6</code></a> Mark <code>RECURSIVE_COUNT_*</code> as <code>const</code>.</li> <li>Additional commits viewable in <a href="https://github.com/rust-fuzz/arbitrary/compare/v1.4.1...v1.4.2">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -351,9 +351,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
||||
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
||||
dependencies = [
|
||||
"derive_arbitrary",
|
||||
]
|
||||
|
||||
@@ -43,7 +43,7 @@ edition = "2024"
|
||||
admx-macro = { path = "gui-client/src-admx-macro" }
|
||||
anyhow = "1.0.98"
|
||||
apple-client-ffi = { path = "apple-client-ffi" }
|
||||
arbitrary = "1.4.1"
|
||||
arbitrary = "1.4.2"
|
||||
arboard = { version = "3.6.0", default-features = false }
|
||||
async-trait = { version = "0.1", default-features = false }
|
||||
atomicwrites = "0.4.4"
|
||||
|
||||
Reference in New Issue
Block a user