Skip to content

Commit ebf003d

Browse files
authored
ssh-encoding v0.3.0-rc.3 (#421)
1 parent 6831360 commit ebf003d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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-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.2"
3+
version = "0.3.0-rc.3"
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.3", features = ["zeroize"] }
22-
encoding = { package = "ssh-encoding", version = "0.3.0-rc.2", features = ["base64", "digest", "pem", "subtle", "zeroize"] }
22+
encoding = { package = "ssh-encoding", version = "0.3.0-rc.3", features = ["base64", "digest", "pem", "subtle", "zeroize"] }
2323
sha2 = { version = "0.11.0-rc.3", default-features = false }
2424
signature = { version = "3.0.0-rc.5", 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.3", default-features = false }
20-
encoding = { package = "ssh-encoding", version = "0.3.0-rc.2", default-features = false }
20+
encoding = { package = "ssh-encoding", version = "0.3.0-rc.3", default-features = false }
2121
key = { package = "ssh-key", version = "0.7.0-rc.2", default-features = false }
2222

2323
[features]

0 commit comments

Comments
 (0)