Skip to content

chore(deps)(deps): bump mockall from 0.13.1 to 0.14.0#6

Open
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/cargo/mockall-0.14.0
Open

chore(deps)(deps): bump mockall from 0.13.1 to 0.14.0#6
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/cargo/mockall-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps mockall from 0.13.1 to 0.14.0.

Changelog

Sourced from mockall's changelog.

[ 0.14.0 ] - 2025-11-22

Added

  • Allow mocking structs and traits with const generics. (#649)

  • Compatibility with the #[trait_variant::make] macro. (#640)

  • Allow Expectations with a non-exact call count to be used in Sequences. (#660)

Changed

  • The MSRV is now Rust 1.77.0. (#650)

Fixed

  • No longer poison a static mock method's internal Mutex when panicing, even when using a stable Rust compiler. Also, no longer poison it even if there is no Context object. For example, if the user never set an Expectation at all. (#650)

  • Suppress single-use-lifetimes lints in the generated code, for cases where the orginal code wouldn't have triggered the warning. (#627)

  • Fix mocking foreign functions with a variadic argument and no pattern, for example fn foo(...) as opposed to fn bar(x: ...). That worked in prior versions of Mockall only until Rust 1.93.0, which made such arguments illegal for Rust functions. (#673)

  • Fully qualify Send and Sync traits in generated code, allowing structs named Send or Sync to be in scope without conflicts. (#672)

Commits
  • 4401e5a chore: Release
  • 73e6c8b Merge pull request #649 from jonatanzeidler/f.const-generics
  • c8920ba Add a CHANGELOG entry for PR #649
  • dcbad06 Actually use a struct in the const_generic_struct_with_static_method test
  • e9d52fb Don't create () fields for each const generic paramters
  • b734232 Allow const generics in automock
  • b2133c9 Allow methods on mocks to be called with a range of times in a Sequence (#660)
  • ae37861 Fully qualify Send and Sync marker traits (#672)
  • 695e55a Fix mocking foreign functions with a variadic argument and no pattern (#673)
  • d50aa1d improve error message (#668)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

claude and others added 4 commits November 24, 2025 10:33
Create detailed specification document covering:
- System architecture and technology stack (Tauri + Svelte)
- Core features (search, knowledge graph, AI chat, roles)
- User interface design and layout
- Backend integration and service layer
- Data models and state management
- Configuration and secret management
- Comprehensive testing strategy
- Build, deployment, and distribution
- Performance requirements and optimization
- Security considerations and threat model
- Extensibility and plugin architecture

Document includes:
- 16 major sections with detailed subsections
- Component diagrams and architecture flows
- API specifications and data models
- Testing coverage requirements
- Performance targets and metrics
- ~12,000 words of technical documentation
Move and organize desktop specification:
- Move TERRAPHIM_DESKTOP_SPECIFICATION.md → docs/specifications/terraphim-desktop-spec.md
- Create comprehensive summary in .docs/summary-terraphim-desktop-spec.md

Update documentation references:
- CLAUDE.md: Add prominent link to desktop spec in Desktop Application section
- .docs/summary.md: Reference desktop spec in multiple sections
  - Frontend Applications with 6 key highlights
  - Key Documentation Files list
  - Important Directories with specifications folder

Summary file includes:
- Document overview and purpose
- 13 major section summaries with key details
- Technology stack and architecture
- All 30+ Tauri commands
- Complete feature descriptions
- Data models and API specifications
- Testing strategy and performance targets
- Security considerations
- Build and deployment procedures
- Extensibility and plugin architecture
- Statistics and technical highlights

Changes improve:
- Documentation discoverability
- Specification accessibility
- Cross-referencing between docs
- Onboarding for new developers
…01JxDo3FgkNqJookW46kFJoi

Create Terraphim desktop specification
Bumps [mockall](https://github.com/asomers/mockall) from 0.13.1 to 0.14.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.1...v0.14.0)

---
updated-dependencies:
- dependency-name: mockall
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants