Skip to content

Commit

Permalink
build(deps): Bump mockito from 1.1.0 to 1.2.0 (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 3b9eeac commit 9fdcd1f
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 @@ -106,7 +106,7 @@ assert_matches = "1"
hyper = "0.14.27"
janus_aggregator = { path = ".", features = ["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 @@ -36,5 +36,5 @@ url = "2.4.1"
assert_matches = "1"
janus_collector = { path = ".", features = ["test-util"] }
janus_core = { workspace = true, features = ["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 @@ -68,7 +68,7 @@ trillium.workspace = true
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 9fdcd1f

Please sign in to comment.