diff --git a/code/port-scanner/rust/Cargo.lock b/code/port-scanner/rust/Cargo.lock index 95557a60f..c293724d3 100644 --- a/code/port-scanner/rust/Cargo.lock +++ b/code/port-scanner/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "27a4bd113ab6da4cd0f521068a6e2ee1065eab54107266a11835d02c8ec86a37" [[package]] name = "async-trait"