chore: Upgrade ctor, cbor

This commit is contained in:
Jade Ellis 2025-08-31 03:01:06 +01:00
commit 1d7dda6cf5
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
15 changed files with 353 additions and 276 deletions

View file

@ -117,6 +117,7 @@ webpage.optional = true
blurhash.workspace = true
blurhash.optional = true
recaptcha-verify = { version = "0.1.5", default-features = false }
ctor.workspace = true
[lints]
workspace = true

View file

@ -33,6 +33,7 @@ pub mod users;
extern crate conduwuit_core as conduwuit;
extern crate conduwuit_database as database;
use ctor::{ctor, dtor};
pub(crate) use service::{Args, Dep, Service};
pub use crate::services::Services;