Skip to content

Commit d6e4a87

Browse files
authored
inout: require block-padding v0.4.2 (#1291)
The other versions are yanked, but nothing is forcing an upgrade if people already have older versions in their Cargo.lock. The problematic crates are ones like `cipher` that are using it vicariously, so we need to pin it here to force an upgrade.
1 parent 6fda0b5 commit d6e4a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Custom reference types for code generic over in-place and buffer-
1414

1515
[dependencies]
1616
hybrid-array = "0.4"
17-
block-padding = { version = "0.4", path = "../block-padding", optional = true }
17+
block-padding = { version = "0.4.2", path = "../block-padding", optional = true }
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

0 commit comments

Comments
 (0)