diff --git a/super_native_extensions/rust/Cargo.lock b/super_native_extensions/rust/Cargo.lock index 98cea846..9ac2c8db 100644 --- a/super_native_extensions/rust/Cargo.lock +++ b/super_native_extensions/rust/Cargo.lock @@ -1228,9 +1228,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/super_native_extensions/rust/Cargo.toml b/super_native_extensions/rust/Cargo.toml index 9451c626..040e3955 100644 --- a/super_native_extensions/rust/Cargo.toml +++ b/super_native_extensions/rust/Cargo.toml @@ -21,7 +21,7 @@ crate-type = ["cdylib", "staticlib"] log = "0.4" simple_logger = "2.1" async-trait = "0.1" -rand = "0.8.5" +rand = "0.8.6" url = "2.2.2" irondash_engine_context = "0.5.0" irondash_run_loop = "0.6.0"