Skip to content

Commit 9c8fc37

Browse files
Bump crypto from 3.0.6 to 3.0.7 in /auto_submit (#4875)
Bumps [crypto](https://github.com/dart-lang/core/tree/main/pkgs) from 3.0.6 to 3.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/core/releases">crypto's releases</a>.</em></p> <blockquote> <h2>package:crypto v3.0.7</h2> <ul> <li>Run <code>dart format</code> with the new style.</li> <li>Performance improvements.</li> <li>Updated web conditional import to use <code>js_interop</code> to support WebAssembly.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/core/commit/e6c3810cdbbd6b483973f4685e950644114b495e"><code>e6c3810</code></a> [crypto] remove the -wip to release new version (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/921">#921</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/018e1dc7a7de9511a2d92ac87ebfb36085b8e9e5"><code>018e1dc</code></a> fix(crypto): update conditional import for js interop library (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/915">#915</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/9fefb52b20e5fbd25d02bee562dcbcfae33b9176"><code>9fefb52</code></a> Make Int64 default constructor non-const in native mode (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/916">#916</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/7fee9c0652d200906182b7c65eba17c7e0c6eb55"><code>7fee9c0</code></a> Fix <code>Int64.operator ==</code> (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/911">#911</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/a4dc8738c0fd4f91def35fab3875affbc3402336"><code>a4dc873</code></a> Implement <code>Int64</code> as a wrapper for <code>int</code> when targeting native and Wasm (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/905">#905</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/1aa58ef5a0279e8a2df0e9e0480914a900bf5834"><code>1aa58ef</code></a> [fixnum] update the min. required dart sdk (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/907">#907</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/b59ecf4ceebe6153e1c0166b7c9a7fdd9458a89d"><code>b59ecf4</code></a> Optimize surrogate decoding. (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/894">#894</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/dc975303c312497aec2f5ed4c5828da3607e33dd"><code>dc97530</code></a> Speedup package:crypto (with a focus on md5) (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/892">#892</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/816cea7cec427c52e071fa3b373a8e36e1d5c64d"><code>816cea7</code></a> [path] Fix test race condition caused by changing Directory.current (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/890">#890</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/de09be6d1f121f74132feee16b96a681b4c1bc1a"><code>de09be6</code></a> update the issue templates for package:lints (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/887">#887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/core/commits/crypto-v3.0.7/pkgs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crypto&package-manager=pub&previous-version=3.0.6&new-version=3.0.7)](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`. --- <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>
1 parent 8479ad5 commit 9c8fc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_submit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
cocoon_server:
1818
path: ../packages/cocoon_server
1919
corsac_jwt: 2.0.2
20-
crypto: 3.0.6
20+
crypto: 3.0.7
2121
github: 9.25.0
2222
googleapis: 14.0.0
2323
googleapis_auth: 2.0.0

0 commit comments

Comments
 (0)