Skip to content

Commit

Permalink
Update mockall requirement from 0.12 to 0.13 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 6de647b commit 8b02d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = {version = "1", optional = true}

[dev-dependencies]
criterion = "0.5"
mockall = {version = "0.12", default-features = false}
mockall = {version = "0.13", default-features = false}
rand = "0.8.5"
serial_test = {version = "3.0.0", default-features = false}

Expand Down

0 comments on commit 8b02d30

Please sign in to comment.