mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
chore: Migrate all the crates to edition 2024
This commit is contained in:
committed by
nitnelave
parent
e18f2af54f
commit
ba9bcb3894
@@ -2,7 +2,7 @@
|
||||
name = "lldap_set_password"
|
||||
version = "0.1.0"
|
||||
description = "CLI tool to set a user password in LLDAP"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use anyhow::{bail, ensure, Context, Result};
|
||||
use anyhow::{Context, Result, bail, ensure};
|
||||
use clap::Parser;
|
||||
use lldap_auth::{opaque, registration};
|
||||
use reqwest::Url;
|
||||
|
||||
Reference in New Issue
Block a user