From 9271d82964707d9a4bf8a281c911865b0d07029f Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 13 Mar 2024 16:20:41 +0900 Subject: [PATCH] 0.0.13 --- Cargo.toml | 2 +- httpsig-hyper/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3deed0c..be482d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.0.12" +version = "0.0.13" authors = ["Jun Kurihara"] homepage = "https://github.com/junkurihara/httpsig-rs" repository = "https://github.com/junkurihara/httpsig-rs" diff --git a/httpsig-hyper/Cargo.toml b/httpsig-hyper/Cargo.toml index b8ed805..8b9d9cb 100644 --- a/httpsig-hyper/Cargo.toml +++ b/httpsig-hyper/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -httpsig = { path = "../httpsig", version = "0.0.12" } +httpsig = { path = "../httpsig", version = "0.0.13" } thiserror = { version = "1.0.58" } tracing = { version = "0.1.40" }