Skip to content

Commit

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

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

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 Nov 18, 2024
1 parent b1e2767 commit ea07774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ janus_interop_binaries = { version = "0.8.0-prerelease-1", path = "interop_binar
janus_messages = { version = "0.8.0-prerelease-1", path = "messages" }
k8s-openapi = { version = "0.22.0", features = ["v1_26"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.94.2", default-features = false, features = ["client", "rustls-tls"] }
mockito = "1.6.0"
mockito = "1.6.1"
num_enum = "0.7.3"
ohttp = { version = "0.5.1", default-features = false }
opentelemetry = { version = "0.24", default-features = false, features = ["trace", "metrics"] }
Expand Down

0 comments on commit ea07774

Please sign in to comment.