Skip to content

Commit b410fb6

Browse files
authored
ssh-encoding: ensure vulnerable versions of bytes are not used (#511)
See RUSTSEC-2026-0007
1 parent 746cb17 commit b410fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
[dependencies]
1919
base64ct = { version = "1.8", optional = true }
2020
bigint = { package = "crypto-bigint", version = "0.7", optional = true, default-features = false, features = ["alloc"] }
21-
bytes = { version = "1", optional = true, default-features = false }
21+
bytes = { version = "1.11", optional = true, default-features = false }
2222
ctutils = { version = "0.4", optional = true, default-features = false }
2323
digest = { version = "0.11", optional = true, default-features = false }
2424
pem-rfc7468 = { version = "1", optional = true }

0 commit comments

Comments
 (0)