Skip to content

Commit a2da480

Browse files
build(deps): bump mockito from 1.5.0 to 1.6.1
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>
1 parent 6dd2059 commit a2da480

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tokio = { version = "1.41.0", features = ["full"] }
1313
url = "2.5.2"
1414

1515
[dev-dependencies]
16-
mockito = "1.5.0"
16+
mockito = "1.6.1"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ validator = { version = "0.19.0", features = ["derive"] }
3030

3131
[dev-dependencies]
3232
fake = "3.0.0"
33-
mockito = "1.5.0"
33+
mockito = "1.6.1"
3434
test-case = "3.3.1"
3535

3636
[[bin]]

0 commit comments

Comments
 (0)