diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index 631c65d0..c5153ccc 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -23,4 +23,4 @@ version = "0.5" default-features = false [dev-dependencies] -rand = "0.7" +rand = "0.8" diff --git a/mla/Cargo.toml b/mla/Cargo.toml index 63b3ec90..d01559bd 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = { version = "0.7", default-features = false, features = ["getrandom", "std"]} +rand = { version = "0.8", default-features = false, features = ["getrandom", "std"]} rand_chacha = { version = "0.2", default-features = false} brotli = { version = "3.3", default-features = false, features = ["std"]} bitflags = { version = "1.2", default-features = false} diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 3a392bcd..6cdcabf0 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -17,7 +17,7 @@ clap = "3" glob = "0.3" mla = { path = "../mla", version = "1" } curve25519-parser = { path = "../curve25519-parser", version = "0.2" } -rand = "0.7" +rand = "0.8" x25519-dalek = "1" humansize = "1" hex = "0.4"