Skip to content

Commit

Permalink
build(deps): bump mockito from 1.4.0 to 1.5.0 (#76)
Browse files Browse the repository at this point in the history
Bumps [mockito](https://github.com/lipanski/mockito) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@1.4.0...1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 731b3ce commit aca9ab0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 48 deletions.
64 changes: 18 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tokio = { version = "1.39.2", features = ["full"] }
url = "2.5.2"

[dev-dependencies]
mockito = "1.4.0"
mockito = "1.5.0"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ validator = { version = "0.18.1", features = ["derive"] }

[dev-dependencies]
fake = "2.9.2"
mockito = "1.4.0"
mockito = "1.5.0"
test-case = "3.3.1"

[[bin]]
Expand Down

0 comments on commit aca9ab0

Please sign in to comment.