Cargo.lock

changeset 57
1afca417d71b
parent 56
34f8ec636368
child 60
680e7ec7c7f8
--- a/Cargo.lock	Thu Dec 19 15:55:32 2024 -0500
+++ b/Cargo.lock	Sat Dec 28 19:31:21 2024 -0500
@@ -21,6 +21,7 @@
 name = "alg_tools"
 version = "0.3.0-dev"
 dependencies = [
+ "anyhow",
  "colored",
  "cpu-time",
  "csv",
@@ -43,9 +44,9 @@
 
 [[package]]
 name = "anyhow"
-version = "1.0.94"
+version = "1.0.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
+checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
 
 [[package]]
 name = "approx"

mercurial