Skip to content

Commit 78b91f0

Browse files
authored
deps(lambda-rs-platform): bump mockall from 0.11.3 to 0.14.0
2 parents 839f327 + 9932e23 commit 78b91f0

File tree

3 files changed

+17
-52
lines changed

3 files changed

+17
-52
lines changed

Cargo.lock

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

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lambda-rs-logging = { path = "../lambda-rs-logging", version = "2023.1.30" }
3131
windows = "0.62"
3232

3333
[dev-dependencies]
34-
mockall = "=0.11.3"
34+
mockall = "=0.14.0"
3535

3636
[features]
3737
default = ["wgpu", "shader-backend-naga"]

crates/lambda-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lambda-rs-logging = { path = "../lambda-rs-logging", version = "2023.1.30" }
1717

1818
[dev-dependencies]
1919
cargo-audit = "0.16.0"
20-
mockall = "0.11.3"
20+
mockall = "0.14.0"
2121

2222
[features]
2323
default=["with-wgpu"]

0 commit comments

Comments
 (0)