Skip to content

Commit d5dd28c

Browse files
bors[bot]dependabot[bot]Bromeon
authored
Merge #923
923: Update ahash requirement from 0.7.6 to 0.8.0 r=Bromeon a=dependabot[bot] Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tkaitchuck/ahash/releases">ahash's releases</a>.</em></p> <blockquote> <h2>Version 0.8.0</h2> <ul> <li>Improve the API from 0.7 and may require code changes for some applications.</li> <li>Removes the build time detection of the availability of a runtime random number generator and instead relies on a cargo feature <code>runtime-rng</code> which is on by default.</li> <li>There are no changes to the hashing algorithm</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tkaitchuck/aHash/commit/24491f60c3feb7e06f76a72262bfb35fadb256ed"><code>24491f6</code></a> Simplify interface (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/121">#121</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/76dd8d265d236b29f98645d158f4af3a90781143"><code>76dd8d2</code></a> Issue <a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/117">#117</a>: Support compiling without min_specialization and stdsimd</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/4c340f515d3aac0986a32bd6d2cd6f185bbc30b1"><code>4c340f5</code></a> fix aes acceleration on aarch64 (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/116">#116</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/cc927da843f56e88529b023c9f0d0f9c81be86fd"><code>cc927da</code></a> Update LICENSE-MIT</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/fbd7485ba1c9ae3a883afbb5d96186f705e72516"><code>fbd7485</code></a> Improve codegen for mixing in length (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/112">#112</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/e7455444353b4655be81f848e7284cad22eb9b51"><code>e745544</code></a> Merge branch 'master' of github.com:tkaitchuck/aHash</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/2c1daf1ac079a60d13c640affe74c563d261f8ff"><code>2c1daf1</code></a> More pre-mixing to guard against partially weak keys</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/f2aecc05126766b858b62c5c5ac82ed706e778dd"><code>f2aecc0</code></a> Implement deserialize_in_place() in Deserialize for AHashMap and AHashSet (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/110">#110</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/5e55048c69444626666463ed8d1a478167c8aa5a"><code>5e55048</code></a> Add type-alias feature to make it more of a drop in replacement for std Hash[...</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/c069bdcd6516a31939d4a4129c93bd2e4624bdf0"><code>c069bdc</code></a> Added From&lt;array&gt; for AHashSet &amp; AHashMap. (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/109">#109</a>)</li> <li>See full diff in <a href="https://github.com/tkaitchuck/ahash/compare/v0.7.6...v0.8.0">compare view</a></li> </ul> </details> <br /> 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Haller <[email protected]>
2 parents a423bb0 + d9c4062 commit d5dd28c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type-tag-fallback = []
1919
[dependencies]
2020
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0" }
2121
gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.10.0" }
22-
ahash = "0.7.6"
22+
ahash = "0.8"
2323
approx = "0.5"
2424
atomic-take = "1"
2525
bitflags = "1"

gdnative/tests/ui/derive_fail_methods_missing_new.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ error[E0599]: no function or associated item named `new` found for struct `Foo`
2020
candidate #9: `glam::core::traits::vector::Vector3`
2121
candidate #10: `glam::core::traits::vector::Vector4`
2222
candidate #11: `parking_lot_core::thread_parker::ThreadParkerT`
23+
candidate #12: `ahash::HashMapExt`
24+
candidate #13: `ahash::HashSetExt`
2325
= note: this error originates in the derive macro `NativeClass` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)