diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-28 09:47:42 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-28 09:47:42 +0200 |
commit | 5c3c5033b36986641603253400e86850dc60c5e2 (patch) | |
tree | 1b3e1631ca357f15dbb6d8e2ce5074422a4e6c17 /Cargo.lock | |
parent | 529b6a5ddaada8551f45cfe10076a6a59e93f097 (diff) |
Avoid panics in main
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sigma-trace" -version = "0.0.1-c" +version = "0.0.2" dependencies = [ "anyhow", "byteorder", |