Skip to content

Commit 18f5d61

Browse files
chore(deps): update dependency fake to v5
1 parent dc51688 commit 18f5d61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blueprint/db/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generated_with = "{{gerust_version}}"
1616

1717
[dependencies]
1818
anyhow = "1.0"
19-
fake = { version = "4.0", features = ["derive"], optional = true }
19+
fake = { version = "5.0", features = ["derive"], optional = true }
2020
{{project-name}}-config = { path = "../config" }
2121
rand = { version = "0.9", optional = true }
2222
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
@@ -40,7 +40,7 @@ validator = "0.21"
4040
{{project-name}}-macros = { path = "../macros", optional = true }
4141

4242
[dev-dependencies]
43-
fake = "4.0"
43+
fake = "5.0"
4444
googletest = "0.14"
4545
{% unless template_type == "minimal" -%}
4646
{{project-name}}-db = { path = "../db", features = ["test-helpers"] }

0 commit comments

Comments
 (0)