diff --git a/Cargo.lock b/Cargo.lock index 676b546..43f8b04 100644 --- a/Cargo.lock +++ b/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 = "addr2line" @@ -1296,9 +1296,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", diff --git a/Cargo.toml b/Cargo.toml index ccc4e36..70f7f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ image = "0.25.5" obj-rs = "0.7.4" nalgebra = "0.33.2" cgmath = "0.18.0" -rand = "0.8.5" +rand = "0.8.6" ndarray = "0.16.1" \ No newline at end of file