Skip to content

Commit

Permalink
Bump hex-literal from 0.3.4 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@hex-literal-v0.3.4...hex-literal-v0.4.0)

---
updated-dependencies:
- dependency-name: hex-literal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 6b9c140 commit 481371f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 20 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion bin/rialto-parachain/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran

[dependencies]
codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive']}
hex-literal = "0.3"
hex-literal = "0.4"
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }

# Bridge depedencies
Expand Down
2 changes: 1 addition & 1 deletion primitives/header-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d
[dev-dependencies]
bp-test-utils = { path = "../test-utils" }
hex = "0.4"
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion primitives/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d

[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion primitives/relayers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d

[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master",
trie-db = { version = "0.27.1", default-features = false }

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion relays/bin-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", defau

[dev-dependencies]
bp-test-utils = { path = "../../primitives/test-utils" }
hex-literal = "0.3"
hex-literal = "0.4"
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
tempfile = "3.5"
finality-grandpa = { version = "0.16.2" }

0 comments on commit 481371f

Please sign in to comment.