Skip to content

Commit 1012d44

Browse files
build(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 8de9a6c commit 1012d44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-cipher/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subtle = { version = "2", optional = true, default-features = false }
3535
zeroize = { version = "1", optional = true, default-features = false }
3636

3737
[dev-dependencies]
38-
hex-literal = "0.4"
38+
hex-literal = "1.0"
3939

4040
[features]
4141
aes-cbc = ["dep:aes", "dep:cbc"]

ssh-encoding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ digest = { version = "=0.11.0-pre.9", optional = true, default-features = false
2222
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true }
2323

2424
[dev-dependencies]
25-
hex-literal = "0.4.1"
25+
hex-literal = "1.0.0"
2626

2727
[features]
2828
alloc = ["base64ct?/alloc", "pem-rfc7468?/alloc"]

ssh-key/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde = { version = "1.0.16", optional = true }
4444
sha1 = { version = "=0.11.0-pre.4", optional = true, default-features = false }
4545

4646
[dev-dependencies]
47-
hex-literal = "0.4.1"
47+
hex-literal = "1.0.0"
4848
rand_chacha = "0.3"
4949

5050
[features]

0 commit comments

Comments
 (0)