nelsonjchen / github-wiki-see-rs

🔎 Did you know most GitHub Wikis can't index on search engines? Search Engine Enablement for GitHub Wikis service. 400,000+ GitHub Wikis, now indexable by your favorite search engine.
https://github-wiki-see.page
MIT License
102 stars 18 forks source link

Bump the patch-dependencies group with 6 updates #510

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the patch-dependencies group with 6 updates:

Package From To
ahash 0.8.9 0.8.10
anstream 0.6.12 0.6.13
hermit-abi 0.3.8 0.3.9
indexmap 2.2.3 2.2.5
log 0.4.20 0.4.21
winnow 0.6.2 0.6.5

Updates ahash from 0.8.9 to 0.8.10

Release notes

Sourced from ahash's releases.

v0.8.10

Patch to fix #210 which caused poor distribution when hashing a single u64 on nightly.

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10

Commits


Updates anstream from 0.6.12 to 0.6.13

Commits


Updates hermit-abi from 0.3.8 to 0.3.9

Commits


Updates indexmap from 2.2.3 to 2.2.5

Changelog

Sourced from indexmap's changelog.

2.2.5

  • Added optional borsh serialization support.

2.2.4

  • Added an insert_sorted method on IndexMap, IndexSet, and VacantEntry.
  • Avoid hashing for lookups in single-entry maps.
  • Limit preallocated memory in serde deserializers.
Commits
  • 184fe4b Merge pull request #320 from cuviper/release-2.2.5
  • 5d7bd5e Release 2.2.5
  • c934ace Merge pull request #313 from heliaxdev/heliax/borsh-support
  • b81a4d2 Use S for the BuildHasher parameter
  • 32793f1 Don't require BuildHasher in BorshSerialize
  • b8b1f52 ci: reduce features on MSRV
  • 6ad3e42 Include borsh in CI workflow
  • c610e14 Add borsh serialization roundtrip tests
  • 0804a16 Implement borsh serialization routines
  • ae38b91 Add borsh dep to Cargo manifest
  • Additional commits viewable in compare view


Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits
  • 3ccdc28 Merge pull request #617 from rust-lang/cargo/0.4.21
  • 6153cb2 prepare for 0.4.21 release
  • f0f7494 Merge pull request #613 from rust-lang/feat/kv-cleanup
  • 2b220bf clean up structured logging example
  • 646e9ab use original Visitor name for VisitValue
  • cf85c38 add needed subfeatures to kv_unstable
  • 73e9539 fix up capturing of :err
  • 31bb4b0 move error macros together
  • ad91711 support field shorthand in macros
  • 90a347b restore removed APIs as deprecated
  • Additional commits viewable in compare view


Updates winnow from 0.6.2 to 0.6.5

Changelog

Sourced from winnow's changelog.

[0.6.5] - 2024-02-29

Compatibility

  • Deprecated escaped in favor of take_escaped (rename)

Documentation

  • Fix some bugs in concrete signatures
  • Explain what "Partial version" means
  • When discussing the signature, highlight the most relevant trait for input

[0.6.4] - 2024-02-29

Documentation

  • Provide examples of concrete signatures

[0.6.3] - 2024-02-28

Fixes

  • Make take_until("") consistent between simd or not, with or without empty buffer

Documentation

  • Clarify generic and value parameters
  • Cross reference *until and *till parsers
  • (tutorial) Step through parts more slowly
Commits
  • 85d4933 chore: Release
  • 35ed9a6 docs: Update changelog
  • 305cc56 Merge pull request #491 from epage/docs
  • 5bf8c2f docs(ref): Modernize combinator tables
  • c08ee44 fix(ascii): Rename escaped to take_escaped
  • b44005d docs: Clarify what we mean by 'Partial version'
  • 6445f72 chore: Remove private docs
  • 565175c docs(binary): Reference correct stream type
  • bec3085 docs: Cross-reference example stream for discovery of other types
  • f19b064 chore: Release
  • Additional commits viewable in compare view


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.