Skip to content

build(deps): bump mockito from 0.31.1 to 1.6.1#14

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mockito-1.6.1
Closed

build(deps): bump mockito from 0.31.1 to 1.6.1#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mockito-1.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps mockito from 0.31.1 to 1.6.1.

Release notes

Sourced from mockito's releases.

1.6.1

  • Added Mock::with_header_from_request allowing you to set the header dynamically by using a closure which exposes the Request object

Thanks to @​alex-kattathra-johnson

1.6.0

  • Introduced Mock::match_request which exposes the Request object via a closure and can be used to build custom matchers

1.5.0

Thanks to @​tottoto

1.4.0

  • [Breaking] Bump minimum supported Rust version to 1.70 and revert version constraints on the colored crate

1.3.1

  • Fixed a bug where Semaphore::const_new wasn't available on Tokio < 1.30 because of the missing Tokio parking_lot feature flag
  • Use the Tokio runtime everywhere to remove the need for the futures crate (aside from futures-core)

Thanks to @​tottoto

1.3.0

  • Introduced Server::new_with_opts, Server::new_with_opts_async and the ServerOpts struct to allow configuring the server host, port and enabling auto-asserts (see next item)
  • Added the assert_on_drop server option that allows you to automatically call assert() whenever your mocks go out of scope (defaults to false)
  • Expose Server::socket_address() to return the raw server SocketAddr
  • Use only required features for dependencies
  • Accept hyper::header::HeaderValue as a match_header() value

Thanks to @​andrewtoth @​alexander-jackson

1.2.0

  • [Breaking] The minimum supported Rust version was bumped to 1.68.0
  • The server pool was limited to 20 servers for mac_os targets to prevent hitting the file descriptor limit

Thanks to @​kornelski

1.1.1

  • Ensure with_chunked_body supports streaming responses (as opposed to writing the entire buffer in one go)

Thanks to @​kornelski

1.1.0

1.0.2

1.0.1

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/mockito-1.6.1 branch 4 times, most recently from eaf9c85 to 8be9935 Compare May 27, 2026 10:53
Bumps [mockito](https://github.com/lipanski/mockito) from 0.31.1 to 1.6.1.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@0.31.1...1.6.1)

---
updated-dependencies:
- dependency-name: mockito
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/mockito-1.6.1 branch from 8be9935 to 66834b5 Compare May 27, 2026 10:58
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 27, 2026

Superseded by #34.

@dependabot dependabot Bot closed this May 27, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/mockito-1.6.1 branch May 27, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants