From 1984c765dad0d6c4a2d7a91df9942b235ccbd76f Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:23:07 +0000 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- hcaptcha/Cargo.toml | 2 +- hcaptcha_derive/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ac9d9d8..fa3c249f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "hcaptcha_derive" -version = "2.7.9" +version = "3.0.0" dependencies = [ "hcaptcha", "macrotest", diff --git a/hcaptcha/Cargo.toml b/hcaptcha/Cargo.toml index ab95dafd..8dfead9f 100644 --- a/hcaptcha/Cargo.toml +++ b/hcaptcha/Cargo.toml @@ -34,7 +34,7 @@ nightly = [] [dependencies] async-trait.workspace = true hex = { workspace = true, optional = true } -hcaptcha_derive = { version = "2.7.9", path = "../hcaptcha_derive" } +hcaptcha_derive = { version = "3.0.0", path = "../hcaptcha_derive" } reqwest.workspace = true serde_json.workspace = true serde_urlencoded.workspace = true diff --git a/hcaptcha_derive/Cargo.toml b/hcaptcha_derive/Cargo.toml index 6bfd0477..d88b7361 100644 --- a/hcaptcha_derive/Cargo.toml +++ b/hcaptcha_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hcaptcha_derive" -version = "2.7.9" +version = "3.0.0" edition = "2018" description = """ Derive macro for hCaptcha. Please use hcaptcha crate.