Skip to content

Commit 7c9a140

Browse files
committed
feat: updated rand 0.9, msvc 1.63
1 parent 43a1463 commit 7c9a140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "shadowsocks-crypto"
3-
version = "0.5.8"
3+
version = "0.6.0"
44
authors = ["luozijun <[email protected]>", "ty <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
77
keywords = ["Cryptography"]
88
description = "Shadowsocks Crypto"
99
repository = "https://github.com/shadowsocks/shadowsocks-crypto"
1010
documentation = "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]
3636
cfg-if = { version = "1.0", optional = true }
37-
rand = "0.8"
37+
rand = "0.9"
3838
aes-gcm = { version = "0.10", optional = true }
3939
aes-gcm-siv = { version = "0.11", optional = true }
4040
ccm = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)