Skip to content

Commit 1cee4cc

Browse files
[deps]: Update Rust crate mockall to >=0.13.1, <0.15
1 parent ab7ae36 commit 1cee4cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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/bitwarden-api-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mockall = ["dep:mockall"]
1717

1818
[dependencies]
1919
async-trait = { workspace = true }
20-
mockall = { version = ">=0.13.1, <0.14", optional = true }
20+
mockall = { version = ">=0.13.1, <0.15", optional = true }
2121
reqwest = { workspace = true }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }

crates/bitwarden-api-identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mockall = ["dep:mockall"]
1717

1818
[dependencies]
1919
async-trait = { workspace = true }
20-
mockall = { version = ">=0.13.1, <0.14", optional = true }
20+
mockall = { version = ">=0.13.1, <0.15", optional = true }
2121
reqwest = { workspace = true }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }

0 commit comments

Comments
 (0)