Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ssh-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ encoding = { package = "ssh-encoding", version = "0.3.0-rc.8" }
aead = { version = "0.6.0-rc.10", optional = true, default-features = false }
aes = { version = "0.9.0-rc.4", optional = true, default-features = false }
aes-gcm = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["aes"] }
cbc = { version = "0.2.0-rc.4", optional = true }
cbc = { version = "0.2.0", optional = true }
Comment thread
tarcieri marked this conversation as resolved.
Outdated
ctr = { version = "0.10.0-rc.4", optional = true, default-features = false }
chacha20 = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["cipher", "legacy"] }
des = { version = "0.9.0-rc.3", optional = true, default-features = false }
Expand Down