Update crates

This commit is contained in:
hurl-bot 2023-03-08 08:06:48 +00:00 committed by jcamiel
parent f48cbf9f2b
commit b272094eaf
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -680,9 +680,9 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "libxml"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "687f5a78939052c5d02865c0fe3ea2ce2acdca875f7f81db82f7aef256dd97ac"
checksum = "ca310e4db05e9b7386ad0734975fabc912b66f6bc50a98f525e690822da1ee0e"
dependencies = [
"libc",
"pkg-config",
@ -998,9 +998,9 @@ checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
[[package]]
name = "serde"
version = "1.0.152"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
checksum = "3a382c72b4ba118526e187430bb4963cd6d55051ebf13d9b25574d379cc98d20"
[[package]]
name = "serde_json"

View File

@ -33,11 +33,11 @@ hex-literal = "0.3.4"
hurl_core = { version = "3.0.0-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.2"
libflate = "1.3.0"
libxml = "0.3.1"
libxml = "0.3.2"
md5 = "0.7.0"
percent-encoding = "2.2.0"
regex = "1.7.1"
serde = "1.0.152"
serde = "1.0.153"
serde_json = "1.0.94"
sha2 = "0.10.6"
url = "2.3.1"