build(deps): bump hex from 0.4.2 to 0.4.3
Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4.2...v0.4.3) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d8165ccb4d
commit
57745facf6
|
@ -1390,9 +1390,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hostname"
|
||||
|
|
|
@ -14,6 +14,6 @@ thiserror = "1.0.24"
|
|||
displaydoc = "0.1.7"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4.2"
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
zebra-test = { path = "../zebra-test" }
|
||||
|
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
zebra-chain = { path = "../zebra-chain" }
|
||||
|
||||
dirs = "3.0.1"
|
||||
hex = "0.4.2"
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
hex = "0.4.2"
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
futures = "0.3.13"
|
||||
|
|
Loading…
Reference in New Issue