Update crates

This commit is contained in:
hurl-bot 2023-02-07 08:21:23 +00:00
parent 4bbcfb1337
commit 3f0f5f5f1f
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 17 additions and 3 deletions

18
Cargo.lock generated
View File

@ -670,6 +670,12 @@ dependencies = [
"rle-decode-fast",
]
[[package]]
name = "libm"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "libxml"
version = "0.3.1"
@ -746,6 +752,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
"libm",
]
[[package]]
@ -820,9 +827,9 @@ dependencies = [
[[package]]
name = "proptest"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70"
dependencies = [
"bit-set",
"bitflags",
@ -836,6 +843,7 @@ dependencies = [
"regex-syntax",
"rusty-fork",
"tempfile",
"unarray",
]
[[package]]
@ -1141,6 +1149,12 @@ version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unarray"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
[[package]]
name = "unicode-bidi"
version = "0.3.10"

View File

@ -22,7 +22,7 @@ hurl_core = { version = "2.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.1"
[dev-dependencies]
proptest = "1.0.0"
proptest = "1.1.0"