File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " shadowsocks-crypto"
3- version = " 0.5.8 "
3+ version = " 0.6.0 "
44authors = [" luozijun <luozijun.assistant@gmail.com>" , " ty <zonyitoo@gmail.com>" ]
55edition = " 2021"
66license = " MIT"
77keywords = [" Cryptography" ]
88description = " Shadowsocks Crypto"
99repository = " https://github.com/shadowsocks/shadowsocks-crypto"
1010documentation = " https://docs.rs/shadowsocks-crypto"
11- rust-version = " 1.61 "
11+ rust-version = " 1.63 "
1212# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
1414[features ]
@@ -34,7 +34,7 @@ ring = ["ring-compat"]
3434
3535[dependencies ]
3636cfg-if = { version = " 1.0" , optional = true }
37- rand = " 0.8 "
37+ rand = " 0.9 "
3838aes-gcm = { version = " 0.10" , optional = true }
3939aes-gcm-siv = { version = " 0.11" , optional = true }
4040ccm = { version = " 0.5" , optional = true }
You can’t perform that action at this time.
0 commit comments