diff --git a/Cargo.lock b/Cargo.lock index 5fe0549d4d6..cf98a9481eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,9 +891,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 = "http" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index e6a724f8c08..53becf656e5 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -12,7 +12,7 @@ zebra-chain = { path = "../zebra-chain" } color-eyre = "0.5" dirs = "3.0.1" -hex = "0.4.2" +hex = "0.4.3" lazy_static = "1.4.0" serde = { version = "1", features = ["serde_derive"] } sled = "0.34.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 916741b61de..87ebfb9b58a 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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 = "0.3.1" futures = "0.3.5"