diff --git a/Cargo.toml b/Cargo.toml index 322bb53..cab085b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nettext" description = "A text-based data format for cryptographic network protocols" authors = ["Alex Auvolat "] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "AGPL-3.0" readme = "README.md" @@ -13,7 +13,6 @@ readme = "README.md" nom = "7.1" base64 = "0.13" -rand = "0.7" dryoc = { version = "0.4", optional = true } serde = { version = "1.0", optional = true, features = ["derive"] }