Update hurl version to 7.2.0-SNAPSHOT
This commit is contained in:
parent
7779842490
commit
2ff0257dd4
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue