Skip to content
Merged
Show file tree
Hide file tree
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
35 changes: 35 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ yaml-rust2 = "0.8"

# Time / IDs
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = "0.10"
uuid = { version = "1.11", features = ["v4", "v5", "serde"] }
hostname = "0.4"

Expand Down
1 change: 1 addition & 0 deletions crates/aisix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ schemars = { workspace = true, features = ["chrono"] }
# ApiKey::expires_at parses RFC 3339 timestamps for key-expiry
# enforcement in the proxy auth path (#933).
chrono.workspace = true
chrono-tz.workspace = true
once_cell.workspace = true
# ApiKey::hash_bearer (prd-09a §9A.7B.4) is the canonical SHA-256 the
# proxy uses to compare an incoming Authorization: Bearer <plaintext>
Expand Down
Loading
Loading