Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CompanionAppsNotification mfa method #416

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support CompanionAppsNotification mfa method
Fixes #411

Signed-off-by: David Mulder <[email protected]>
dmulder committed Mar 6, 2025
commit c7a7c588e3458773edb273b5332f71d8eb42fd99
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.9.2"
version = "0.9.3"
authors = [
"David Mulder <[email protected]>"
]
@@ -39,7 +39,7 @@ serde_json = "^1.0.96"
tracing-subscriber = "^0.3.17"
tracing = "^0.1.37"
himmelblau_unix_common = { path = "src/common" }
libhimmelblau = { version = "0.6.4", features = ["broker", "changepassword", "on_behalf_of"] }
libhimmelblau = { version = "0.6.5", features = ["broker", "changepassword", "on_behalf_of"] }
clap = { version = "^4.5", features = ["derive", "env"] }
clap_complete = "^4.5.46"
reqwest = { version = "^0.12.2", features = ["json"] }