Skip to content

Commit 6ee004d

Browse files
authored
ssh-encoding v0.3.0-rc.1 (#391)
1 parent 64db3df commit 6ee004d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -20,7 +20,7 @@ rust-version = "1.85"
2020

2121
[dependencies]
2222
cipher = "0.5.0-rc.0"
23-
encoding = { package = "ssh-encoding", version = "0.3.0-rc.0" }
23+
encoding = { package = "ssh-encoding", version = "0.3.0-rc.1" }
2424

2525
# optional dependencies
2626
aead = { version = "0.6.0-rc.1", optional = true, default-features = false }

ssh-encoding/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-encoding"
3-
version = "0.3.0-rc.0"
3+
version = "0.3.0-rc.1"
44
description = """
55
Pure Rust implementation of SSH data type decoders/encoders as described
66
in RFC4251

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919

2020
[dependencies]
2121
cipher = { package = "ssh-cipher", version = "0.3.0-rc.0", features = ["zeroize"] }
22-
encoding = { package = "ssh-encoding", version = "0.3.0-rc.0", features = ["base64", "digest", "pem", "subtle", "zeroize"] }
22+
encoding = { package = "ssh-encoding", version = "0.3.0-rc.1", features = ["base64", "digest", "pem", "subtle", "zeroize"] }
2323
sha2 = { version = "0.11.0-rc.0", default-features = false }
2424
signature = { version = "3.0.0-rc.1", default-features = false }
2525
subtle = { version = "2", default-features = false }

ssh-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.85"
1717

1818
[dependencies]
1919
cipher = { package = "ssh-cipher", version = "0.3.0-rc.0", default-features = false }
20-
encoding = { package = "ssh-encoding", version = "0.3.0-rc.0", default-features = false }
20+
encoding = { package = "ssh-encoding", version = "0.3.0-rc.1", default-features = false }
2121
key = { package = "ssh-key", version = "0.7.0-rc.0", default-features = false }
2222

2323
[features]

0 commit comments

Comments
 (0)