diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-20 16:59:11 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-20 16:59:11 +0200 |
commit | 850b1cb67becaf6187938339fc8c30e0a966b5b1 (patch) | |
tree | 0ca8525b84fdc48c0d7433ba743f6d3f70882845 | |
parent | b4928935b8eb0328c134125843243b63eb491676 (diff) |
Fix lockmain
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -557,7 +557,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sigma-trace" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "byteorder", |