Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 6dd2059 commit a2da480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.41.0", features = ["full"] }
url = "2.5.2"

[dev-dependencies]
mockito = "1.5.0"
mockito = "1.6.1"
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.19.0", features = ["derive"] }

[dev-dependencies]
fake = "3.0.0"
mockito = "1.5.0"
mockito = "1.6.1"
test-case = "3.3.1"

[[bin]]
Expand Down

0 comments on commit a2da480

Please sign in to comment.