Skip to content

Commit

Permalink
Merge pull request #416 from himmelblau-idm/stable-0.9.x_companion_ap…
Browse files Browse the repository at this point in the history
…p_mfa

Support CompanionAppsNotification mfa method
  • Loading branch information
dmulder authored Mar 6, 2025
2 parents 28ac082 + c7a7c58 commit e2f9a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.9.2"
version = "0.9.3"
authors = [
"David Mulder <[email protected]>"
]
Expand All @@ -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"] }
Expand Down

0 comments on commit e2f9a06

Please sign in to comment.