Skip to content

Commit

Permalink
Also upgrade mockall
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
  • Loading branch information
diconico07 committed Jan 10, 2024
1 parent 469daf4 commit 491879d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 54 deletions.
62 changes: 15 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kube = { version = "0.80.0", features = ["derive"] }
kube-runtime = "0.80.0"
lazy_static = "1.4"
log = "0.4"
mockall_double = "0.2.0"
mockall_double = "0.3.1"
prometheus = { version = "0.12.0", features = ["process"] }
prost = "0.12"
serde = "1.0.104"
Expand All @@ -51,7 +51,7 @@ akri-opcua = { path = "../discovery-handlers/opcua" }
akri-udev = { path = "../discovery-handlers/udev"}
env_logger = "0.10.0"
mock_instant = { version = "0.2", features = ["sync"] }
mockall = "0.10.2"
mockall = "0.12"
serde_yaml = "0.8.11"
tempfile = "3.1.0"

Expand Down
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ prometheus = { version = "0.12.0", features = ["process"] }
tokio = { version = "1.0.2", features = ["full"] }

[dev-dependencies]
mockall = "0.10.2"
mockall = "0.12"
serde_json = "1.0.45"

2 changes: 1 addition & 1 deletion discovery-handlers/onvif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ yaserde_derive = "0.7.1"

[dev-dependencies]
env_logger = "0.10.0"
mockall = "0.10.2"
mockall = "0.12"

2 changes: 1 addition & 1 deletion discovery-handlers/opcua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tonic = { version = "0.10", features = ["tls"] }
url = "2.2.0"

[dev-dependencies]
mockall = "0.10.2"
mockall = "0.12"
serde_json = "1.0.45"

2 changes: 1 addition & 1 deletion discovery-handlers/udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ udev = "0.5"

[dev-dependencies]
env_logger = "0.10.0"
mockall = "0.10.2"
mockall = "0.12"
serde_json = "1.0.45"
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ either = '*'
k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_23"] }
kube = { version = "0.80.0", features = ["derive"] }
log = "0.4"
mockall = "0.10.2"
mockall = "0.12"
prometheus = { version = "0.12.0", features = ["process"] }
rand = "0.8.3"
schemars = "0.8.0"
Expand Down

0 comments on commit 491879d

Please sign in to comment.