Skip to content

Commit

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

---
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] committed Sep 20, 2023
1 parent b5fcc18 commit f0a2f72
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ assert_matches = "1"
hyper = "0.14.27"
janus_aggregator = { path = ".", features = ["fpvec_bounded_l2", "test-util"] }
janus_aggregator_core = { workspace = true, features = ["test-util"] }
mockito = "1.1.0"
mockito = "1.2.0"
rstest.workspace = true
tempfile = "3.8.0"
tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ url = "2.4.1"
[dev-dependencies]
assert_matches = "1"
janus_core = { workspace = true, features = ["test-util"]}
mockito = "1.1.0"
mockito = "1.2.0"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
2 changes: 1 addition & 1 deletion collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ url = "2.4.1"
assert_matches = "1"
janus_collector = { path = ".", features = ["fpvec_bounded_l2", "test-util"] }
janus_core = { workspace = true, features = ["fpvec_bounded_l2", "test-util"] }
mockito = "1.1.0"
mockito = "1.2.0"
rand = "0.8"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fixed = "1.23"
hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency
janus_core = { path = ".", features = ["test-util"] }
kube.workspace = true
mockito = "1.1.0"
mockito = "1.2.0"
rstest.workspace = true
serde_test.workspace = true
url = "2.4.1"

0 comments on commit f0a2f72

Please sign in to comment.