Update hurl version to 7.2.0-SNAPSHOT

This commit is contained in:
hurl-bot 2025-11-20 12:45:42 +00:00
parent 7779842490
commit 2ff0257dd4
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
6 changed files with 10 additions and 10 deletions

6
Cargo.lock generated
View File

@ -452,7 +452,7 @@ dependencies = [
[[package]]
name = "hurl"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
dependencies = [
"base64",
"brotli",
@ -483,7 +483,7 @@ dependencies = [
[[package]]
name = "hurl_core"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
dependencies = [
"colored",
"libxml",
@ -492,7 +492,7 @@ dependencies = [
[[package]]
name = "hurlfmt"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
dependencies = [
"base64",
"clap",

View File

@ -1,4 +1,4 @@
.TH hurl 1 "18 Nov 2025" "hurl 7.1.0" " Hurl Manual"
.TH hurl 1 "20 Nov 2025" "hurl 7.2.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "18 Nov 2025" "hurl 7.1.0" " Hurl Manual"
.TH hurl 1 "20 Nov 2025" "hurl 7.2.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -27,7 +27,7 @@ curl = "0.4.49"
curl-sys = "0.4.84"
encoding_rs = "0.8.35"
glob = "0.3.3"
hurl_core = { version = "7.1.0", path = "../hurl_core" }
hurl_core = { version = "7.2.0-SNAPSHOT", path = "../hurl_core" }
libflate = "2.2.1"
libxml = "0.3.8"
md5 = "0.7.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "7.1.0"
version = "7.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -13,7 +13,7 @@ rust-version = "1.91.1"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.51", features = ["cargo", "wrap_help"] }
hurl_core = { version = "7.1.0", path = "../hurl_core" }
hurl_core = { version = "7.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.12.2"