Skip to content

Commit 9e61255

Browse files
Update mockito requirement from 0.30.0 to 0.31.0 in /crates/volta-core
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.30.0...0.31.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7eb56c3 commit 9e61255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tempfile = "3.3.0"
3131
os_info = "3.2.0"
3232
detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", branch = "master" }
3333
envoy = "0.1.3"
34-
mockito = { version = "0.30.0", optional = true }
34+
mockito = { version = "0.31.0", optional = true }
3535
regex = "1.5.4"
3636
dirs = "4.0.0"
3737
sha-1 = "0.10.0"

0 commit comments

Comments
 (0)