Skip to content

Commit

Permalink
Bump to pam-client2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Oct 20, 2024
1 parent 17fdf01 commit 6e6eeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ serde = { version = "1.0", features=["rc"] }
serde_json = "1.0"
ciborium = "0.2"
glob = "0.3"
pam-client2 = { version = "0.5.1", git = "https://gitlab.com/LeChatP/rust-pam-client.git" }
pam-client2 = "0.5"
bitflags = { version = "2.6" }
shell-words = "1.1"
linked_hash_set = { version = "0.1" }
Expand Down
2 changes: 1 addition & 1 deletion src/sr/pam/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
ops::Deref,
};

use pam_client::{Context, ConversationHandler, ErrorCode, Flag};
use pam_client2::{Context, ConversationHandler, ErrorCode, Flag};
use pcre2::bytes::RegexBuilder;
use log::{debug, error, info, warn};

Expand Down

0 comments on commit 6e6eeef

Please sign in to comment.