Skip to content

Commit 4f55d1e

Browse files
authored
ssh-key v0.7.0-rc.1 (#393)
1 parent db8e690 commit 4f55d1e

3 files changed

Lines changed: 8 additions & 28 deletions

File tree

Cargo.lock

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

ssh-key/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-key"
3-
version = "0.7.0-rc.0"
3+
version = "0.7.0-rc.1"
44
description = """
55
Pure Rust implementation of SSH key file format decoders/encoders as described
66
in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and
@@ -28,7 +28,7 @@ zeroize = { version = "1", default-features = false }
2828
# optional dependencies
2929
argon2 = { version = "0.6.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
3030
bcrypt-pbkdf = { version = "0.11.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
31-
dsa = { version = "0.7.0-rc.2", optional = true, default-features = false, features = ["hazmat"] }
31+
dsa = { version = "0.7.0-rc.3", optional = true, default-features = false, features = ["hazmat"] }
3232
ed25519-dalek = { version = "=3.0.0-pre.0", optional = true, default-features = false }
3333
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3434
hmac = { version = "0.13.0-rc.0", optional = true }

ssh-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-protocol"
3-
version = "0.3.0-rc.0"
3+
version = "0.3.0-rc.1"
44
description = """
55
Pure Rust implementation of the SSH protocol as described in RFC4251/RFC4253 as well as
66
OpenSSH-specific extensions (WIP)

0 commit comments

Comments
 (0)