upgrade anyhow to 1.0.103 for security audit
diff --git a/third_party/crates_io/Cargo.lock b/third_party/crates_io/Cargo.lock index 0ab0217..0707859 100644 --- a/third_party/crates_io/Cargo.lock +++ b/third_party/crates_io/Cargo.lock
@@ -104,9 +104,9 @@ [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "as-slice"
diff --git a/third_party/crates_io/Cargo.toml b/third_party/crates_io/Cargo.toml index b30765d..a373d13 100644 --- a/third_party/crates_io/Cargo.toml +++ b/third_party/crates_io/Cargo.toml
@@ -79,7 +79,7 @@ cipher = { version = "0.4", default-features = false } # Host tool crates needed by pigweed pw_kernel/tooling -anyhow = "1.0.98" +anyhow = "1.0.103" clap = { version = "4.5.40", features = ["derive", "env", "wrap_help"] } futures = "0.3" hex = "0.4.3"