diff --git a/Cargo.toml b/Cargo.toml index 48c5c0a..e78a53d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "recrypt" version = "0.8.0" -authors = ["IroncCore Labs "] +authors = ["IronCore Labs "] readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/IronCoreLabs/recrypt-rs" @@ -16,7 +16,7 @@ rand = "~0.6" rand_chacha = "~0.1" sha2 = "~0.8" num-traits = "~0.2" -lazy_static = "~1.2" +lazy_static = "~1.3" arrayvec = "~0.4" #Disable all features for ed25519 and enable the proper ones down in the [features] section below ed25519-dalek = { version="1.0.0-pre.1", default-features = false }