Enforce sorted fields for signed payloads

This commit is contained in:
oxalica 2024-08-29 18:56:52 -04:00
parent 74bd0d42e2
commit cf5d648315
3 changed files with 45 additions and 6 deletions

1
Cargo.lock generated
View file

@ -239,6 +239,7 @@ dependencies = [
"serde-aux",
"serde-constant",
"serde_json",
"syn",
"tokio",
"tokio-stream",
"tower-http",