chore: Migrate all the crates to edition 2024

This commit is contained in:
Valentin Tolmer
2025-03-30 21:10:04 -05:00
committed by nitnelave
parent e18f2af54f
commit ba9bcb3894
76 changed files with 358 additions and 302 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use anyhow::{anyhow, Context, Result};
use anyhow::{Context, Result, anyhow};
use ldap3::{ResultEntry, SearchEntry};
use requestty::{prompt_one, Question};
use requestty::{Question, prompt_one};
use smallvec::SmallVec;
use crate::lldap::User;