WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.

chore: bump thiserror v2.0.17

+2 -2
+1 -1
Cargo.lock
··· 2181 2181 "slug", 2182 2182 "sqlx", 2183 2183 "tera", 2184 - "thiserror 1.0.69", 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 - thiserror = "1.0.24" 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"