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

@ -89,6 +89,7 @@ serde_yaml.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
ctor.workspace = true
[lints]
workspace = true

View file

@ -29,6 +29,8 @@ pub(crate) use crate::{context::Context, utils::get_room_info};
pub(crate) const PAGE_SIZE: usize = 100;
use ctor::{ctor, dtor};
conduwuit::mod_ctor! {}
conduwuit::mod_dtor! {}
conduwuit::rustc_flags_capture! {}