File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " shadowsocks-crypto"
3
- version = " 0.5.8 "
3
+ version = " 0.6.0 "
4
4
authors = [
" luozijun <[email protected] >" ,
" ty <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
keywords = [" Cryptography" ]
8
8
description = " Shadowsocks Crypto"
9
9
repository = " https://github.com/shadowsocks/shadowsocks-crypto"
10
10
documentation = " https://docs.rs/shadowsocks-crypto"
11
- rust-version = " 1.61 "
11
+ rust-version = " 1.63 "
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[features ]
@@ -34,7 +34,7 @@ ring = ["ring-compat"]
34
34
35
35
[dependencies ]
36
36
cfg-if = { version = " 1.0" , optional = true }
37
- rand = " 0.8 "
37
+ rand = " 0.9 "
38
38
aes-gcm = { version = " 0.10" , optional = true }
39
39
aes-gcm-siv = { version = " 0.11" , optional = true }
40
40
ccm = { version = " 0.5" , optional = true }
You can’t perform that action at this time.
0 commit comments