Skip to content

Commit ac78d97

Browse files
chore(deps): bump hex-literal from 0.3.1 to 0.3.4
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.1 to 0.3.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@hex-literal-v0.3.1...hex-literal-v0.3.4) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89e4b0 commit ac78d97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/nodes/subzero/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ once_cell = "1.5.2"
4646
codec = { package = "parity-scale-codec", version = "2.0.0" }
4747
serde = { version = "1.0.102", features = ["derive"] }
4848
futures = { version = "0.3.9", features = ["compat"] }
49-
hex-literal = "0.3.1"
49+
hex-literal = "0.3.4"
5050
log = "0.4.8"
5151
rand = "0.7.2"
5252
structopt = { version = "0.3.8", optional = true }

modules/control/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ std = [
3434
]
3535

3636
[dependencies]
37-
hex-literal = "0.3.1"
37+
hex-literal = "0.3.4"
3838
serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }
3939
# serde = { version = "1.0.103", optional = true }
4040
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }

0 commit comments

Comments
 (0)