From 4c039eea820033334d44f0053b0840ab7346d93d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 30 Oct 2024 15:17:15 +0100 Subject: [PATCH] Bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a11208c..9dc466a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aegis" -version = "0.6.9" +version = "0.6.10" edition = "2018" authors = ["Frank Denis "] description = "AEGIS authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)" @@ -15,7 +15,7 @@ readme = "README.md" version = "0.1" [build-dependencies] -cc = "1.1.30" +cc = "1.1.31" [dev-dependencies] benchmark-simple = "0.1.9" @@ -29,7 +29,7 @@ blake3 = "1.5.4" aead = { optional = true, version = "0.6.0-rc.0", features = ["rand_core"] } [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.boring] -version = "4.10.3" +version = "4.11.0" [[bench]] name = "benchmark"