Skip to content

Commit e369e2c

Browse files
test(ssg): ✅ add missing unit tests
1 parent 866e028 commit e369e2c

File tree

3 files changed

+234
-102
lines changed

3 files changed

+234
-102
lines changed

Cargo.lock

+37-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ lazy_static = "1.5.0" # Static variables for lazy evaluatio
106106
anyhow = "1.0.95"
107107
clap = { version = "4.5.23", features = ["derive", "cargo", "env"] }
108108
colored = "2.2.0"
109-
dtt = "0.0.8"
109+
dtt = "0.0.9"
110110
env_logger = "0.11.6"
111111
http-handle = "0.0.2"
112112
indicatif = { version = "0.17.9", features = ["rayon"] }
@@ -115,14 +115,14 @@ log = { version = "0.4.22", features = ["std"] }
115115
once_cell = "1.20.2"
116116
rayon = "1.10.0"
117117
rlg = "0.0.6"
118-
serde = { version = "1.0.216", features = ["derive"] }
118+
serde = { version = "1.0.217", features = ["derive"] }
119119
serde_json = "1.0.134"
120-
staticdatagen = "0.0.4"
120+
staticdatagen = "0.0.5"
121121
tempfile = "3.14.0"
122122
thiserror = "2.0.9"
123123
toml = "0.8.19"
124124
tokio = { version = "1.42.0", features = ["full"], optional = true }
125-
url = "2.5.3"
125+
url = "2.5.4"
126126
uuid = { version = "1.11.0", features = ["v4"] }
127127
warp = "0.3.7"
128128

0 commit comments

Comments
 (0)