Skip to content

Commit 8667977

Browse files
authored
Bump hex-literal dependency to v1 (#355)
1 parent bf080c9 commit 8667977

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.

ssh-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
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"
3939

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

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pem-rfc7468 = { version = "1.0.0-rc.2", optional = true }
2323
ssh-derive = { version = "0.0.1-alpha", optional = true, path = "../ssh-derive" }
2424

2525
[dev-dependencies]
26-
hex-literal = "0.4.1"
26+
hex-literal = "1"
2727

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

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
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, features = ["oid"] }
4545

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

5050
[features]

0 commit comments

Comments
 (0)