Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit edcd65b

Browse files
Bump hex-literal from 0.3.4 to 0.4.1 (#2966)
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.1. - [Commits](RustCrypto/utils@hex-literal-v0.3.4...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e6ee34 commit edcd65b

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.

parachains/runtimes/assets/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features
4040
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
4141

4242
[dev-dependencies]
43-
hex-literal = "0.3.4"
43+
hex-literal = "0.4.1"
4444

4545
[build-dependencies]
4646
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }

parachains/runtimes/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features
3939
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
4040

4141
[dev-dependencies]
42-
hex-literal = "0.3.4"
42+
hex-literal = "0.4.1"
4343

4444
[build-dependencies]
4545
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }

0 commit comments

Comments
 (0)