Skip to content

build(deps): bump mockito from 0.31.1 to 1.7.2#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mockito-1.7.2
Open

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

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.7.2.

Release notes

Sourced from mockito's releases.

1.7.2

1.7.1

1.7.0

  • Make parking_lot optional
  • Update rand crate to v0.9
  • Allow colored crate v3

Thanks to @​tottoto @​nerodono

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

... (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.7.2 branch 4 times, most recently from 974a1ce to c2021c6 Compare May 27, 2026 14:35
Bumps [mockito](https://github.com/lipanski/mockito) from 0.31.1 to 1.7.2.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@0.31.1...1.7.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-version: 1.7.2
  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.7.2 branch from c2021c6 to 628072f Compare May 27, 2026 14:46
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