Update dependency crate hex-literal

This commit is contained in:
lepapareil 2021-11-12 10:37:12 +01:00 committed by Fabrice Reix
parent ff3ed80e31
commit 6ed300b5fc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -373,9 +373,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
name = "hurl"

View File

@ -27,7 +27,7 @@ curl = "0.4.40"
encoding = "0.2.33"
float-cmp = "0.9.0"
hex = "0.4.3"
hex-literal = "0.3.3"
hex-literal = "0.3.4"
hurl_core = { version = "1.5.0-snapshot", path = "../hurl_core" }
libflate = "1.1.1"
libxml = "0.3.0"