Skip to content

Commit

Permalink
Also patch yubico-rs and latest updates
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <[email protected]>
  • Loading branch information
BlackDex committed Dec 3, 2024
1 parent 2ed48fc commit 30c8283
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 140 deletions.
170 changes: 32 additions & 138 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ uuid = { version = "1.11.0", features = ["v4"] }
# Date and time libraries
chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }
chrono-tz = "0.10.0"
time = "0.3.36"
time = "0.3.37"

# Job scheduler
job_scheduler_ng = "2.0.5"
Expand All @@ -106,7 +106,7 @@ jsonwebtoken = "9.3.0"
totp-lite = "2.0.1"

# Yubico Library
yubico = { version = "0.11.0", features = ["online-tokio"], default-features = false }
yubico = { version = "0.12.0", features = ["online-tokio"], default-features = false }

# WebAuthn libraries
webauthn-rs = "0.3.2"
Expand Down Expand Up @@ -169,6 +169,7 @@ grass_compiler = { version = "0.13.4", default-features = false }
[patch.crates-io]
# Patch fern to support syslog v7
fern = { git = "https://github.com/daboross/fern", rev = "3e775ccfafe7d24baee39826d38011981b2e55b5" }
yubico = { git = "https://github.com/BlackDex/yubico-rs", rev = "00df14811f58155c0f02e3ab10f1570ed3e115c6" }

# Strip debuginfo from the release builds
# The symbols are the provide better panic traces
Expand Down

0 comments on commit 30c8283

Please sign in to comment.