Skip to content

Commit 9aa6aa0

Browse files
build(deps): bump mockito from 0.31.1 to 1.7.0
Bumps [mockito](https://github.com/lipanski/mockito) from 0.31.1 to 1.7.0. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@0.31.1...1.7.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89edc28 commit 9aa6aa0

File tree

3 files changed

+142
-11
lines changed

3 files changed

+142
-11
lines changed

Cargo.lock

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

cincinnati/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ similar = { version = "2.6.0", optional = true }
4747
thiserror = "1.0"
4848

4949
[dev-dependencies]
50-
mockito = "0.31.1"
50+
mockito = "1.7.0"
5151
serde_json = "1.0.109"
5252
memchr = "^2.7"
5353
pretty_assertions = "1.4.1"

policy-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ built = { version = "^0.7.4", features = [ "git2" ]}
3838
[dev-dependencies]
3939
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }
4040
memchr = "^2.7"
41-
mockito = "0.31.1"
41+
mockito = "1.7.0"

0 commit comments

Comments
 (0)