Skip to content

Commit 563b774

Browse files
committed
fix(plugins/gcpaudit_rs): Fix our JSON object key order
Signed-off-by: Gerald Combs <gerald@wireshark.org>
1 parent 089329e commit 563b774

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/gcpaudit_rs/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/gcpaudit_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ falco_event = "0.5.1"
1515
falco_plugin = "0.5.1"
1616
anyhow = "1"
1717
serde = "1"
18-
serde_json = "1"
18+
serde_json = { version = "1", features = ["preserve_order"] }
1919
serde_spanned = "1"
2020
schemars = "1"
2121
google-cloud-pubsub = "0.30.0"

0 commit comments

Comments
 (0)