diff --git a/code/port-scanner/rust/Cargo.lock b/code/port-scanner/rust/Cargo.lock index 95557a60f..c24d87473 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.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "18b8795de6d09abb2b178fa5a9e3bb10da935750f33449a132b328b9391b2c6a" [[package]] name = "async-trait"