Skip to content

Commit 0c3394a

Browse files
chore(deps): update dependency fake to v5
1 parent 5862831 commit 0c3394a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blueprint/db/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-helpers = ["dep:fake", "dep:rand", "dep:regex"]
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
fake = { version = "4.0", features = ["derive"], optional = true }
16+
fake = { version = "5.0", features = ["derive"], optional = true }
1717
{{project-name}}-config = { path = "../config" }
1818
rand = { version = "0.9", optional = true }
1919
regex = { version = "1.10", optional = true }

blueprint/web/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ validator = "0.20"
3737
{{project-name}}-macros = { path = "../macros", optional = true }
3838

3939
[dev-dependencies]
40-
fake = "4.0"
40+
fake = "5.0"
4141
googletest = "0.14"
4242
{% unless template_type == "minimal" -%}
4343
{{project-name}}-db = { path = "../db", features = ["test-helpers"] }

0 commit comments

Comments
 (0)