diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index 6efdfe15b4..1a37af2657 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -728,12 +728,12 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.2.5" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" +checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" dependencies = [ "nix", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/src/agent/atexit/Cargo.toml b/src/agent/atexit/Cargo.toml index 3713542ea6..9cc048007f 100644 --- a/src/agent/atexit/Cargo.toml +++ b/src/agent/atexit/Cargo.toml @@ -6,6 +6,6 @@ authors = ["fuzzing@microsoft.com"] edition = "2018" [dependencies] -ctrlc = "3.2.3" +ctrlc = "3.4.0" lazy_static = "1.4" log = "0.4"