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
181 changes: 167 additions & 14 deletions guard/Cargo.lock

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

2 changes: 1 addition & 1 deletion guard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1"
# `curl -H "X-API-Key: <key>" ...` invocation exposed the secret to any local
# user via `ps -ef`/`/proc/<pid>/cmdline`). `ureq` keeps the binary small
# (no async runtime) and lets us construct the request body with serde_json.
ureq = { version = "2", features = ["json"] }
ureq = { version = "3", features = ["json"] }

[profile.release]
opt-level = "s"
Expand Down
Loading