Skip to content

Commit d23e0c8

Browse files
deps: bump hex-literal from 0.4.1 to 1.0.0
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. - [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0cb23e commit d23e0c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ tokio-util = { workspace = true, default-features = false }
162162
wasm-bindgen-futures.workspace = true
163163

164164
[dev-dependencies]
165-
hex-literal = { default-features = false, version = "0.4.1" }
165+
hex-literal = { default-features = false, version = "1.0.0" }
166166
sha2 = { workspace = true }
167167
tokio = { features = ["full"], workspace = true }
168168
rustyline-async = { version = "0.4.5" }

unixfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quick-protobuf = { version = "0.8.1" }
2424
sha2 = { default-features = false, version = "0.10.2" }
2525

2626
[dev-dependencies]
27-
hex-literal = { default-features = false, version = "0.4.1" }
27+
hex-literal = { default-features = false, version = "1.0.0" }
2828
libc = { default-features = false, version = "0.2.169" }
2929
multibase = { default-features = false, version = "0.9.1" }
3030
tar = { default-features = false, version = "0.4.43" }

0 commit comments

Comments
 (0)