Upgrade hex

This commit is contained in:
Kitaiti Makoto 2022-01-07 06:07:07 +09:00
parent d53543ccb1
commit 6a808c7cc5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1646,9 +1646,9 @@ dependencies = [
[[package]]
name = "hex"
version = "0.3.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"

View file

@ -11,7 +11,7 @@ activitystreams-traits = "0.1.0"
array_tool = "1.0"
base64 = "0.13"
heck = "0.3.0"
hex = "0.3"
hex = "0.4"
hyper = "0.12.33"
openssl = "0.10.22"
rocket = "0.4.6"