Skip to content

Commit 718adcd

Browse files
Bump mockall from 0.11.2 to 0.11.3
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/asomers/mockall/releases) - [Changelog](https://github.com/asomers/mockall/blob/v0.11.3/CHANGELOG.md) - [Commits](asomers/mockall@v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f633b3d commit 718adcd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

crates/lambda-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gfx-backend-dx11 = { version="=0.9.0", optional = true }
2121
gfx-backend-dx12 = { version="=0.9.0", optional = true }
2222

2323
[dev-dependencies]
24-
mockall = "=0.11.2"
24+
mockall = "=0.11.3"
2525

2626
[features]
2727
default=["shaderc/build-from-source"]

lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lambda-platform = { path = "../crates/lambda-platform", version = "0.1.0" }
1212

1313
[dev-dependencies]
1414
cargo-audit = "0.16.0"
15-
mockall = "0.11.2"
15+
mockall = "0.11.3"
1616

1717
[features]
1818
default = ["lambda-platform/detect-platform"]

0 commit comments

Comments
 (0)