tangled
alpha
login
or
join now
diegoenriquezserrano.dev
/
api.newslt.rs
0
fork
atom
WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.
0
fork
atom
overview
issues
pulls
1
pipelines
chore: bump thiserror v2.0.17
diegoenriquezserrano.dev
3 weeks ago
78f727b2
0f7e4c3a
+2
-2
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+1
-1
Cargo.lock
···
2181
2181
"slug",
2182
2182
"sqlx",
2183
2183
"tera",
2184
2184
-
"thiserror 1.0.69",
2184
2184
+
"thiserror 2.0.17",
2185
2185
"tokio",
2186
2186
"tracing",
2187
2187
"tracing-actix-web",
+1
-1
Cargo.toml
···
45
45
sha1 = "0.10.6"
46
46
slug = "0.1.6"
47
47
tera = "1.20.1"
48
48
-
thiserror = "1.0.24"
48
48
+
thiserror = "2.0.17"
49
49
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
50
50
tracing = "0.1.44"
51
51
tracing-actix-web = "0.7.19"