From 3a2defd9ab2aa8f28513af42e6d73408ee7ac43a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 22 Nov 2024 09:44:08 +0100 Subject: [PATCH] Bump the library version as well --- Cargo.toml | 4 ++-- src/lib/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2bb825c..cf5b040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmsign2-cli" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["Frank Denis "] description = "CLI tool to sign and verify WebAssembly modules" @@ -27,7 +27,7 @@ env_logger = { version = "0.11.5", default-features = false, features = [ regex = "1.11.1" ureq = "2.10.1" uri_encode = "1.0.2" -wasmsign2 = { version = "0.2.4", path = "src/lib" } +wasmsign2 = { version = "0.2.6", path = "src/lib" } [profile.release] codegen-units = 1 diff --git a/src/lib/Cargo.toml b/src/lib/Cargo.toml index 544c0ab..f9a3132 100644 --- a/src/lib/Cargo.toml +++ b/src/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmsign2" -version = "0.2.4" +version = "0.2.6" edition = "2021" authors = ["Frank Denis "] description = "An implementation of the WebAssembly modules signatures proposal" @@ -12,15 +12,15 @@ repository = "https://github.com/wasm-signatures/wasmsign2" categories = ["cryptography", "wasm"] [dependencies] -anyhow = "1.0.90" +anyhow = "1.0.93" ct-codecs = "1.1.2" ed25519-compact = { version = "2.1.1", features = ["pem"] } getrandom = { version = "0.2.15", features = ["js"] } hmac-sha256 = "1.1.7" log = "0.4.22" -regex = "1.11.0" +regex = "1.11.1" ssh-keys = "0.1.4" -thiserror = "1.0.64" +thiserror = "2.0.3" [profile.release] codegen-units = 1