Update hurl version to 4.2.0-SNAPSHOT

This commit is contained in:
hurl-bot 2023-09-21 12:08:40 +00:00
parent b12b761921
commit 6870aaa5f5
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

@ -525,7 +525,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "hurl"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
dependencies = [
"base64",
"brotli",
@ -560,7 +560,7 @@ dependencies = [
[[package]]
name = "hurl_core"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
dependencies = [
"float-cmp",
"libxml",
@ -569,7 +569,7 @@ dependencies = [
[[package]]
name = "hurlfmt"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
dependencies = [
"base64",
"clap",

View File

@ -1,4 +1,4 @@
.TH hurl 1 "21 Sep 2023" "hurl 4.1.0" " Hurl Manual"
.TH hurl 1 "21 Sep 2023" "hurl 4.2.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "21 Sep 2023" "hurl 4.1.0" " Hurl Manual"
.TH hurl 1 "21 Sep 2023" "hurl 4.2.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -29,7 +29,7 @@ float-cmp = "0.9.0"
glob = "0.3.1"
hex = "0.4.3"
hex-literal = "0.4.1"
hurl_core = { version = "4.1.0", path = "../hurl_core" }
hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.3"
libflate = "2.0.0"
libxml = "0.3.3"

View File

@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "4.1.0"
version = "4.2.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"
@ -17,7 +17,7 @@ strict = []
base64 = "0.21.4"
clap = { version = "4.4.4", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0", path = "../hurl_core" }
hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.5"
[dev-dependencies]