Skip to content
Closed
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
2 changes: 1 addition & 1 deletion crates/octo-adapter-dingtalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ base64 = "0.22"
chrono = { version = "0.4", features = ["clock"] }
parking_lot = "0.12"
tracing = "0.1"
hmac = "0.12"
hmac = "0.13"
sha2 = "0.10"

octo-network = { path = "../octo-network" }
Expand Down
2 changes: 1 addition & 1 deletion crates/octo-adapter-webhook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio = { version = "1.35", features = ["rt-multi-thread", "macros", "time", "sy
axum = "0.7"
blake3 = "1.5"
async-trait = "0.1"
hmac = "0.12"
hmac = "0.13"
sha2 = "0.10"
subtle = "2.6"
octo-network = { path = "../octo-network" }
2 changes: 1 addition & 1 deletion crates/octo-cable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ p256 = { version = "0.13", features = ["ecdh"] }
aes-gcm = "0.10"
aes = "0.8"
ctr = "0.9"
hmac = "0.12"
hmac = "0.13"
subtle = "2"
hkdf = "0.12"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/octo-whatsapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dirs = "5"
# health/ready/metrics server + HMAC label hashing.
prometheus = { version = "0.14", default-features = false }
axum = { version = "0.7", default-features = false, features = ["http1", "tokio"] }
hmac = "0.12"
hmac = "0.13"
# Phase 5 Part F: shared reqwest::Client for the webhook action dispatcher.
# Default features off, rustls-tls only — keeps hermetic builds linkable
# without OpenSSL.
Expand Down
2 changes: 1 addition & 1 deletion crates/quota-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stoolap = { git = "https://github.com/CipherOcto/stoolap", branch = "feat/blockc
hmac-sha256 = "1.1"

# For HMAC (AWS SigV4 signing)
hmac = "0.12"
hmac = "0.13"

# For bincode serialization (mesh envelope wire format)
bincode = "1"
Expand Down
Loading