Skip to content
Closed
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
37 changes: 14 additions & 23 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 picky-krb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ crypto-bigint = { version = "=0.7.0-rc.8", features = ["alloc"] }

# Pin transitive dependencies versions.
# TODO: Remove when stable versions will be released.
block-padding = "=0.4.0-rc.4"
block-padding = "=0.4.1"
cipher = "=0.5.0-rc.1"
block-buffer = "=0.11.0-rc.5"
crypto-common = "=0.2.0-rc.4"
Expand Down
2 changes: 1 addition & 1 deletion picky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ inout = "=0.2.0-rc.6"
# TODO: Remove when stable versions will be released.
aead = { version = "=0.6.0-rc.2", optional = true }
blake2 = { version = "=0.11.0-rc.2", optional = true }
block-padding = "=0.4.0-rc.4"
block-padding = "=0.4.1"
block-buffer = "=0.11.0-rc.5"
blowfish = { version = "=0.10.0-rc.1", optional = true }
cipher = { version = "=0.5.0-rc.1", optional = true }
Expand Down
Loading