Update crates

This commit is contained in:
hurl-bot 2023-03-08 22:02:36 +00:00
parent b272094eaf
commit 2590ebf8cb
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -998,9 +998,9 @@ checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
[[package]]
name = "serde"
version = "1.0.153"
version = "1.0.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a382c72b4ba118526e187430bb4963cd6d55051ebf13d9b25574d379cc98d20"
checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e"
[[package]]
name = "serde_json"
@ -1149,9 +1149,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
[[package]]
name = "unicode-bidi"
version = "0.3.10"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
[[package]]
name = "unicode-ident"

View File

@ -37,7 +37,7 @@ libxml = "0.3.2"
md5 = "0.7.0"
percent-encoding = "2.2.0"
regex = "1.7.1"
serde = "1.0.153"
serde = "1.0.154"
serde_json = "1.0.94"
sha2 = "0.10.6"
url = "2.3.1"