Skip to content

Commit a45993d

Browse files
committed
sim-ln/enhance: Mockall version 0.13.1
1 parent 1637888 commit a45993d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simln-lib/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ hex = "0.4.3"
3030
csv = "1.2.2"
3131
serde_millis = "0.1.1"
3232
rand_distr = "0.4.3"
33-
mockall = "0.12.1"
33+
mockall = "0.13.1"
3434
rand_chacha = "0.3.1"
3535
reqwest = { version = "0.12", features = ["json", "multipart"] }
3636
tokio-util = { version = "0.7.13", features = ["rt"] }
3737

3838
[dev-dependencies]
3939
ntest = "0.9.0"
40+
mockall = "0.13.1"

0 commit comments

Comments
 (0)