diff --git a/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.lock b/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.lock index 287c33942..7fed519d2 100644 --- a/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.lock +++ b/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "autocfg" @@ -48,14 +48,13 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "rand" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", "rand_core", - "rand_hc", ] [[package]] @@ -77,15 +76,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core", -] - [[package]] name = "serde" version = "1.0.136" diff --git a/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.toml b/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.toml index 5d7c5ac20..5cf3b2957 100644 --- a/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.toml +++ b/test/Microsoft.ComponentDetection.VerificationTests/resources/rust/standard/Cargo.toml @@ -12,7 +12,7 @@ name = "component-detection" renamed_dependency = { package = "serde", version = "1.0.136"} [dev-dependencies] -rand = "0.8.4" +rand = "0.8.6" [build-dependencies] autocfg = "1.0.1"