We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bytes
1 parent 746cb17 commit b410fb6Copy full SHA for b410fb6
1 file changed
ssh-encoding/Cargo.toml
@@ -18,7 +18,7 @@ rust-version = "1.85"
18
[dependencies]
19
base64ct = { version = "1.8", optional = true }
20
bigint = { package = "crypto-bigint", version = "0.7", optional = true, default-features = false, features = ["alloc"] }
21
-bytes = { version = "1", optional = true, default-features = false }
+bytes = { version = "1.11", optional = true, default-features = false }
22
ctutils = { version = "0.4", optional = true, default-features = false }
23
digest = { version = "0.11", optional = true, default-features = false }
24
pem-rfc7468 = { version = "1", optional = true }
0 commit comments