Skip to content

Commit

Permalink
build(cargo): update mockito requirement from 0.32 to 1.0 (#105)
Browse files Browse the repository at this point in the history
Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@0.32.0...1.0.0)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2023
1 parent dbe580b commit 4587f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ optional = true

[dev-dependencies]
isahc = "1"
mockito = "0.32"
mockito = "1.0"
serde_json = "1"
tokio = { version = "1", features = ["full"] }

Expand Down

0 comments on commit 4587f73

Please sign in to comment.