Skip to content

Commit 801edf0

Browse files
authored
ssh-cipher v0.3.0-rc.9 (#518)
1 parent b857dda commit 801edf0

4 files changed

Lines changed: 4 additions & 4 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-cipher"
3-
version = "0.3.0-rc.8"
3+
version = "0.3.0-rc.9"
44
description = """
55
Pure Rust implementation of SSH symmetric encryption including support for the
66
modern aes128-gcm@openssh.com/aes256-gcm@openssh.com and

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
# ssh-cipher
2121
[dependencies.cipher]
22-
version = "0.3.0-rc.8"
22+
version = "0.3.0-rc.9"
2323
package = "ssh-cipher"
2424
features = ["zeroize"]
2525

ssh-protocol/Cargo.toml

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

1818
[dependencies]
19-
cipher = { package = "ssh-cipher", version = "0.3.0-rc.8", default-features = false }
19+
cipher = { package = "ssh-cipher", version = "0.3.0-rc.9", default-features = false }
2020
encoding = { package = "ssh-encoding", version = "0.3.0-rc.9", default-features = false }
2121
key = { package = "ssh-key", version = "0.7.0-rc.8", default-features = false }
2222

0 commit comments

Comments
 (0)