File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,10 @@ chrono = { version = "0.4.42", default-features = false }
4444compact_str = " 0.9.0"
4545crc32c = " 0.6.8"
4646criterion = " 0.7.0"
47- crypto-bigint = " =0.7.0-rc.10" # TODO: Remove when rsa is fixed.
48- crypto-primes = " =0.7.0-pre.4" # TODO: Remove when rsa is fixed.
47+ # TODO: Remove when rsa is fixed.
48+ crypto-bigint = " =0.7.0-rc.10"
49+ # TODO: Remove when rsa is fixed.
50+ crypto-primes = " =0.7.0-pre.4"
4951derive_more = " 2.0.1"
5052enum-as-inner = " 0.6.1"
5153env_logger = " 0.11.8"
@@ -74,7 +76,8 @@ serde = "1.0.228"
7476serde_json = " 1.0.145"
7577sha1 = " 0.11.0-rc.3"
7678sha2 = " 0.11.0-rc.3"
77- signature = " =3.0.0-rc.5" # TODO: Remove when rsa is fixed.
79+ # TODO: Remove when rsa is fixed.
80+ signature = " =3.0.0-rc.5"
7881simdnbt = { version = " 0.8.0" , git = " https://github.com/azalea-rs/simdnbt" }
7982socks5-impl = " 0.7.2"
8083syn = " 2.0.110"
You can’t perform that action at this time.
0 commit comments